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
- Host: GitHub
- URL: https://github.com/abe-101/data-structures-and-algorythms
- Owner: abe-101
- Created: 2022-02-13T11:46:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T21:59:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T12:23:17.411Z (over 1 year ago)
- Language: Python
- Size: 6.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |