Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woosungkim0123/algorithm-deep-dive
repository for Algorithm learning
https://github.com/woosungkim0123/algorithm-deep-dive
algorithm
Last synced: 3 days ago
JSON representation
repository for Algorithm learning
- Host: GitHub
- URL: https://github.com/woosungkim0123/algorithm-deep-dive
- Owner: woosungkim0123
- Created: 2022-04-25T23:22:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T00:24:32.000Z (12 months ago)
- Last Synced: 2023-12-05T01:29:04.075Z (12 months ago)
- Topics: algorithm
- Language: C++
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm Deep Dive
## Description
This repository is dedicated to sharing and documenting the algorithms I've studied and practiced.
## Topics
- Data Structures
- Graph Algorithms- Greedy Algorithms
- Mathematical Algorithms
- Search Algorithms (e.g. binary search, DFS, BFS, Complete Search/Brute Force)
- Sorting and Searching Techniques## Technology Stack
- C++
- Java
- Python