BINARY SEARCH - 한국어로 번역

['bainəri s3ːtʃ]
['bainəri s3ːtʃ]
이진 검색
binary search
binary search
이진 탐색
binary search
binary search 를
binary search
바이너리 검색
binary search이진

영어에서 Binary search 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Binary search is a more efficient method of searching..
이진 검색(binary search)를 사용하는게 매우 효율적인 방법이란다.
A binary search is very efficient.
이진 검색(binary search)를 사용하는게 매우 효율적인 방법이란다.
And running time using Binary search is very efficient.
이진 검색(binary search)를 사용하는게 매우 효율적인 방법이란다.
Heaps, Binary Search Trees.
힙, 이분 탐색 트리.
On the other hand, Computer B, running the binary search program, exhibits a logarithmic growth rate.
반면에 이진 검색 프로그램이 작동하는 컴퓨터 B는 로그(logarithmic) 증가 비율을 보인다.
Since the insert operation on a self-balancing binary search tree takes O(log n) time, the entire algorithm takes linearithmic time.
자가 균형 이진 탐색 트리의 삽입 연산은 O(log n )시간이 걸리기 때문에, 전체 알고리즘은 선형 로그 시간이 걸린다.
In effect, internal nodes having two leaf children in a red- black tree are like the leaf nodes in a regular binary search tree.
실질적으로, 레드-블랙 트리에서 두 개의 leaf 자식을 가진 내부 노드들은 이진검색트리에서의 일반적인 leaf 노드와 같다.
When I want a binary search for Doubles, well,
Double을 위한 바이너리 검색을 원할 때,
In the book Beautiful Code, there is a chapter called"Beautiful Tests", where he goes through a testing strategy for the Binary Search algorithm.
Beautiful Code 의 책에는 "Beautiful Tests"라는 장이 있는데이 곳에서 이진 검색 알고리즘에 대한 테스트 전략을 거칩니다.
One million dollars is an upper bound on 10 dollars, just as O(n) O(n) O(n) is an upper bound on the running time of binary search.
만 달러가 10달러의 상한선인 것처럼, O(n) O(n) O(n)도 이진 검색 실행 시간의 상한선입니다.
For example, if you want to write a generalized sort or binary search like this, you need a way to compare two elements.
예를 들면, 이것과 같이 일반적인 정렬 또는 바이너리 검색을 작성하고자 한다면, 두 요소를 비교할 방법이 필요합니다.
For example, it is absolutely correct to say that binary search runs in O(n)
예를 들면, 이진 검색의 실행 시간이 O(n)
Algorithms taking logarithmic time are commonly found in operations on binary trees or when using binary search.
로그시간이 걸리는 알고리즘은 이진트리에서의 연산에서나 또는 이진 탐색에서 찾아볼 수 있다.
For example, the qSort() algorithm sorts a sequential container, and qBinaryFind() performs a binary search on a sorted sequential container.
예를 들어 qSort() 알고리즘은 순차 적 컨테이너를 정렬하고 qBinaryFind()는 정렬된 순차 컨테이너(본보기)에서 이진 검색을 수행합니다.
black, binary search trees, in hash tables.
블랙, 이진수 검색 트리, 해시 테이블로 이루어졌습니다.
Searching algorithms like binary_search and lower_bound use binary search and like sorting algorithms require that the type of data must implement comparison operator< or custom comparator function must be specified;
Binary_search 그리고 lower_bound 같은 검색 알고리즘은 이진 검색 알고리즘을 사용하며 정렬 알고리즘 같이(비교 연산 < 또는 명시된 커스텀 비교자 함수를 구현해야 하는) 데이터 타입을 요구한다;
Suppose this program were implemented on Computer A, a state-of-the-art machine, using a linear search algorithm, and on Computer B, a much slower machine, using a binary search algorithm.
이 프로그램이 선형 검색 알고리즘으로 최신 컴퓨터 A에 구현되었고, 이진 검색 알고리즘으로 훨씬 느린 컴퓨터 B에 구현되어있다고 가정해보자.
Actually, if you use HashSet as Tom Hawtin proposed you don't need to worry about sorting, and your speed is the same as with binary search on a presorted array, probably even faster.
실제로 Tom Hawtin이 제안한 HashSet을 사용하면 정렬에 대해 걱정할 필요가 없으며 사전 정렬 된 배열에서 Binary Search와 속도가 동일 할 수도 있습니다.
An important property of a Binary Search Tree is that the value of a Binary Search Tree nodeis larger than the value of the offspring of its left child, but smaller than the value of the offspring of its right child.”.
이진 검색 트리의 중요한 속성은 이진 검색 트리 노드의 값이 왼쪽 자식의 자손 값보다 크지 만 오른쪽 자식의 자손 값보다 작다는 것입니다.”.
Read-only operations on a red-black tree require no modification from those used for binary search trees, because every red-black tree is a special case of a simple binary search tree.
레드-블랙 트리의 읽기 전용(read-only) 동작(탐색 등)은 이진 탐색 트리의 읽기 전용 동작의 구현을 변경하지 않아도 되는데, 이는 레드-블랙 트리가 이진 탐색 트리의 특수한 한 형태이기 때문이다.
결과: 54, 시각: 0.0488

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어