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
- Study
- BST
- data
- 빅데이터 지식
- Newyork
- dataStructure
- hash
- 빅데이터 커리어 가이드북
- Binary Tree
- 빅데이터
- Linked List
- 화장실 지도
- Algorithms
- Data Engineer
- Restroom
- Computer Science
- Heap
- Data Structure
- 데이터 분석가
- data scientist
- Data Analyst
- 데이터 엔지니어
- exam
- Preparing for the Google Cloud Professional Data Engineer Exam
- HEAPS
- algorithm
- priority queue
- Computer Organization
- binary search tree
- 뉴욕 화장실
Archives
- Today
- Total
목록C++ (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