Skip to content

Data Structure and Algorithm

Hoseock Choi edited this page Jan 13, 2020 · 7 revisions

Lectures

Understanding Big O

Data Structures

* linked list
* Trees, Tries & graph
* Stack & Queues
* Heaps
* Vectors / Array Lists
* Hash Tables

Algorithms

* Breath-First Search
* Depth-First Search
* Binary Search
* Merge sort
* Quick sort

Concepts

* Bit Manipulation
* Memory(Stack vs Heap)
* Recursion
* Dynamic Programming
* Big O Time & Space complexity

References


문제해결을 위한 창의적 알고리즘 초급/중급/고급 pdf download
한국코드페어 온라인 강의
Sorting_algorithm
Search_algorithm
Data_structure

Priority Queue


https://www.tutorialspoint.com/cplusplus-program-to-implement-priority-queue

https://www.hackerearth.com/practice/notes/heaps-and-priority-queues/

https://www.techiedelight.com/cpp-implementation-trie-data-structure/

Clone this wiki locally