Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k11q/study
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/k11q/study
- Owner: k11q
- Created: 2024-05-21T20:07:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T20:22:54.000Z (6 months ago)
- Last Synced: 2024-08-02T23:24:49.418Z (3 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My personal ds&a, system design collection, using this to study and revise.
## Data Structures and Algorithms
### Array
- [x] [(Easy) Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array) [(solution)](./dsa_solutions/1array_1merge_sorted_array.js)## Binary Tree
- [x] [(Easy) Same Tree](https://leetcode.com/problems/same-tree) [(solution)](./dsa_solutions/1bt_same_tree.js)## System Design