Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jo-minseok/data-structure-algorithm
๐ ์๋ฃ ๊ตฌ์กฐ, ์๊ณ ๋ฆฌ์ฆ STUDY [์งํ์์ ]
https://github.com/jo-minseok/data-structure-algorithm
algorithms cpp data-structures study
Last synced: 1 day ago
JSON representation
๐ ์๋ฃ ๊ตฌ์กฐ, ์๊ณ ๋ฆฌ์ฆ STUDY [์งํ์์ ]
- Host: GitHub
- URL: https://github.com/jo-minseok/data-structure-algorithm
- Owner: Jo-Minseok
- Created: 2022-09-29T17:12:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T18:25:20.000Z (11 months ago)
- Last Synced: 2024-03-27T19:39:43.930Z (11 months ago)
- Topics: algorithms, cpp, data-structures, study
- Language: C++
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structure
- ์ ํ
- ์ ์
- ๋ฐฐ์ด (์์ฐจ ๋ฆฌ์คํธ)
- ๋์
- ๋งํฌ๋๋ฆฌ์คํธ
- ๋จ์ ์ฐ๊ฒฐ ๋ฆฌ์คํธ
- ์ด์ค ์ฐ๊ฒฐ ๋ฆฌ์คํธ
- ์ํ ์ฐ๊ฒฐ ๋ฆฌ์คํธ
- ํ
- ์ํ ํ
- ์คํ
- ๋ฑ
- ๋น์ ํ
- ํธ๋ฆฌ
- ์ผ๋ฐ ํธ๋ฆฌ
- ์ด์ง ํธ๋ฆฌ
- ํ
- ์ด์ง ํ์ ํธ๋ฆฌ
- AVL ํธ๋ฆฌ
- ๋ ๋-๋ธ๋ ํธ๋ฆฌ
- B-ํธ๋ฆฌ
- ๊ทธ๋ํ
- ๋ฐฉํฅ ๊ทธ๋ํ
- ๋ฌด๋ฐฉํฅ ๊ทธ๋ํ
- ๊ฐ์ค์น ๊ทธ๋ํ
- ํด์ ํ ์ด๋ธ
# Algorithm
- ๊ฒ์
- ์ ํ
- ์ด์ง
- ์ฌ๊ท
- ํผ๋ณด๋์น ์์ด
- ์ต๋๊ณต์ฝ์(GCD)
- ํ๋ ธ์ด ํ
- ์ ๋ ฌ
- ์ ํ
- ์ฝ์
- ๋ฒ๋ธ
- ๋ณํฉ
- ํ
- ํต
- ์ ธ
- ํธ๋ฆฌ
- ํ
- ๊ทธ๋ํ
- DFS
- BFS
- A*
- Best-First
- Yen's
- Bellman-Ford
- Greedy
- Minimum Spanning Tree
- Kruskal
- Prim
- Dijkstra
- Huffman tree & code
- Topological
- Floyd
- Union Find
- Lowest Common Ancesto
- Dynamic Programming
- ๋ฌธ์์ด
- Brute Force Search
- Rabin-karp
- KMP
- Boyer-Moore
- Levenshtein Distance
- Hamming Distance
- LCS