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

https://github.com/abe-101/data-structures-and-algorythms


https://github.com/abe-101/data-structures-and-algorythms

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Data Structures and Algorythms

| | Problem | Solution |
|----|-------------------|---------------------------------------------------------------|
| 1 | Two Sum | [Python](Array/Two-Sum/twoSum.py), [C](Array/Two-Sum/twoSum.c)|
| 200| Number of Island | [C](Matrix/Num-Islands/numIsland.c) |
| 217| Contains Duplicate| |
| 027| remove Element | [python](LeetCode/027-Remove_Element.html) |
| 027| remove Element | [python](LeetCode/027-Remove_Element.md) |