Skip to content

배열 탐색 (이진탐색)  #4

Description

@KangHoyong

이진탐색

데이터 정렬이 되어있어야한다 (BEST)
데이터 반을 잘라서 찾고자 하는 값 과 중앙값 이랑 비교

  • 찾고자하는 값이 높으면 오른쪽으로 가서 반을 잘라서 탐색
  • 찾고자하는 값이 낮으면 왼쪽으로 가서 반을 잘라서 탐색

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions