https://github.com/fivethreeeo/data-structures-and-algorithms
A repository for learning data structures and algorithms.
https://github.com/fivethreeeo/data-structures-and-algorithms
algorithm coding-interviews data-structures
Last synced: 3 months ago
JSON representation
A repository for learning data structures and algorithms.
- Host: GitHub
- URL: https://github.com/fivethreeeo/data-structures-and-algorithms
- Owner: fivethreeeo
- Created: 2022-03-07T14:20:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T15:44:31.000Z (over 2 years ago)
- Last Synced: 2025-07-19T03:54:32.877Z (5 months ago)
- Topics: algorithm, coding-interviews, data-structures
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| Platform | Solved | Solutions |
| :----------------: | :----: | :-----------------------------: |
| Programmers | 190 | [Link](/solutions/Programmers/) |
| LeetCode | 17 | [Link](/solutions/LeetCode/) |
| Coplit(codestates) | 9 | [Link](/solutions/Coplit/) |
- 문제풀이 시간 기록하기
- code를 작성하기 전에 추상적으로 풀이 작성하기
- (수도코드, 어떤 자료구조 & 알고리즘으로 풀지)
- 작성한 code의 시간복잡도 공간복잡도 확인하기
| Status | 학습 기록 |
| ---------- | --------------------------------------------------------------------------------------------------------------- |
| `알고리즘` | [Binary Search](/note/Binary%20Search.md) |
| - | [DFS & BFS](/note/DFS%20%26%20BFS.md) |
| `자료구조` | [JavaScript Map](/note/JavaScript%20Map.md) |
| - | [JavaScript Set](/note/JavaScript%20Set.md) |
| `코드구현` | [[codesandbox] Iterative DFS (stack)](https://codesandbox.io/s/typescript-iterative-dfs-stack-oxx0fl) |
| - | [[codesandbox] Recursive DFS (call stack)](https://codesandbox.io/s/typescript-recursive-dfs-call-stack-szrqb6) |
| - | [[codesandbox] Iterative BFS (queue)](https://codesandbox.io/s/typescript-iterative-bfs-queue-8d5s7y) |
| Status | Activities |
| :-----------: | :--------------------------------------------------------------------------------------------------------------: |
| `Done` | [`2023.1 t0 2023.4` 알고리즘 스터디](https://github.com/nincoding/algorithm-study) |
| `Done` | [ `2022.6 to 2023.3` Challenge 100 Coding Test Study](https://github.com/ellynhan/challenge100-codingtest-study) |