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 |
Tags
- 데이터 엔지니어
- Newyork
- Preparing for the Google Cloud Professional Data Engineer Exam
- exam
- Linked List
- Data Analyst
- Study
- BST
- Computer Science
- data
- Restroom
- Computer Organization
- Heap
- 빅데이터 커리어 가이드북
- Data Engineer
- binary search tree
- Binary Tree
- HEAPS
- data scientist
- 데이터 분석가
- 빅데이터 지식
- algorithm
- 빅데이터
- Data Structure
- 화장실 지도
- priority queue
- 뉴욕 화장실
- hash
- dataStructure
- Algorithms
Archives
- Today
- Total
목록Binary Tree (1)
Jaegool_'s log
1. What are the height and depth of the J node in the tree above? height = 1, Depth: 2 2. Which of the following is NOT a leaf node? D 3. Which of the following terms best describes the relationship of G to M? Aunt HW 4. More Linked List Practice void doUnion(const list& list1, const list& list2, list& result) { list::const_iterator iter1; list::const_iterator iter2; // your code here -- make su..
Courses
2023. 10. 4. 06:12