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
- algorithm
- Restroom
- dataStructure
- Linked List
- exam
- priority queue
- Newyork
- Computer Organization
- 뉴욕 화장실
- 빅데이터
- Heap
- 빅데이터 커리어 가이드북
- 데이터 엔지니어
- Binary Tree
- BST
- Algorithms
- 화장실 지도
- Computer Science
- Study
- data scientist
- Data Engineer
- data
- Data Analyst
- 빅데이터 지식
- Preparing for the Google Cloud Professional Data Engineer Exam
- 데이터 분석가
- HEAPS
- Data Structure
- binary search tree
- hash
Archives
- Today
- Total
목록algorithm (1)
Jaegool_'s log
IT 279: Algorithms and Data Structures, Week 1 recap
What is a memory leak? - Losing track of dynamically allocated memory so that it is not freed or deallocated. What is a dangling pointer? - A pointer that points at memory that has already been freed (or deallocated). What is the purpose of a destructor in C++? - To free any dynamically allocated memory that the object uses before the object itself is deallocated. Recursion int func1(int num) { ..
Courses
2023. 10. 2. 14:04