/tech_archive

🎵 shells on the 🎵

Primary LanguageC++

0. Data Structure

1. Basics
2. Tree
3. BST
4. Heap
5. graph
6. Trie
7. hash

1. Algorithm

0. Algorithm basic problems

1. Sorting
2. Hashing

3.Graph
3.1 Graph
3.2. DFS & BFS
3.3. Topological
3.4. MST(Kruskal, Prim)
3.4. SCC(DFS-stack-inverse graph)

2. Network

1. REST

3. Languages

1. JAVA
2. C++
2.1. STL

4. Operating System

1. 세마포어

5. Programming Languages

1. 정적 바인딩 & 동적 바인딩
2. L-value & R-value 3. GCC 옵션 과 Compile 과정

6. Database

1. key types
2. Transaction & Isolation level
3. Normalization
4. Referential Integrity
5.1. INDEX
5.2. INDEX
6 Join

MySQL

Redis

Sharding

7. Design Pattern

1. Iterator Pattern
2. Reactor Pattern