Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/k11q/study


https://github.com/k11q/study

Last synced: 19 days ago
JSON representation

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