Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- binary search tree
- 빅데이터
- Restroom
- Computer Science
- 데이터 엔지니어
- algorithm
- HEAPS
- Binary Tree
- BST
- Linked List
- data
- 뉴욕 화장실
- priority queue
- exam
- 화장실 지도
- Data Structure
- hash
- 데이터 분석가
- Algorithms
- Study
- Newyork
- Data Engineer
- data scientist
- Heap
- 빅데이터 지식
- Preparing for the Google Cloud Professional Data Engineer Exam
- Data Analyst
- 빅데이터 커리어 가이드북
- dataStructure
- Computer Organization
Archives
- Today
- Total
목록Computer Science (1)
Jaegool_'s log

Progress Check 11 on Hash Tables 1. Insertion and searching in a search tree dictionary has a best case of O(log(n)) and we sometimes aren't even that lucky. What is the best search time that we can reasonably achieve in a hash table? O(1), constant time search 2. Which of the following hash functions is correct for an integer key being stored in a dictionary of size tableSize? hash(key) = key %..
Courses
2023. 10. 5. 11:33