매일마다 Leetcode, HackerRank, EPI 등 자료구조 및 알고리즘 문제를 풀어서 코드를 올리는 레포입니다.
문제 및 풀이는 Issue 탭에 정리하고 있습니다.
DataStructure | Description | Problems (JS/Python3) | |
---|---|---|---|
- | JavaScript | Description | |
1 | Array | Description | Problems |
2 | Stack | Description | Problems |
3 | Queue | Description | Problems |
4 | Linked List | Description | Problems |
5 | Doubly Linked List | Description | |
6 | Circular Linked List | ||
7 | Dictionary | Description | |
8 | Hashing, HashTable | Problems | |
9 | Set | ||
10 | Binary Tree, BST | Description | |
11 | Graph |
Algorithm | Code | ||
---|---|---|---|
1 | Graph | ||
2 | Sorting | ||
3 | Searching | ||
4 | Dynamic | ||
5 | Greedy |