https://github.com/hongjungwan/problem-solving
그냥 취미로 풉니다.
https://github.com/hongjungwan/problem-solving
coding-interviews go golang problem-solving ps
Last synced: about 2 months ago
JSON representation
그냥 취미로 풉니다.
- Host: GitHub
- URL: https://github.com/hongjungwan/problem-solving
- Owner: HongJungWan
- Created: 2024-06-22T08:38:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T02:21:18.000Z (9 months ago)
- Last Synced: 2025-02-01T18:43:56.486Z (4 months ago)
- Topics: coding-interviews, go, golang, problem-solving, ps
- Language: Go
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problem Solving
| Main Folder | Sub Folder | Number of Questions |
|-------------------|-----------------------------------------------|----------------------------|
| 📁 implementation | | 31 |
| 📁 string | | 23 |
| 📁 sort | | 20 |
| 📁 sql | | 32 |
| 📁 greedy | | 14 |
| 📁 graph | 📂 dfs
📂 bfs | 11
02 |
| 📁 stack | | 10 |
| 📁 linked_list | 📂 basic
📂 detection
📂 merge
📂 reverse | 01
01
01
01 |
| 📁 dp | 📂 fibonacci | 04 |
| 📁 array | | 04 |
| 📁 queue | | 05 |
| 📁 brute_force | | 05 |
| 📁 binary tree | | 03 |
| 📁 heap | | 03 |
| 📁 binary search | | 02 |
## Total : 146