An open API service indexing awesome lists of open source software.

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.

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) |