Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andisiambuku/data-structures-and-algorithms
A repo of data structures and algorithms solutions to challenges on Leetcode in JavaScript
https://github.com/andisiambuku/data-structures-and-algorithms
algorithms data-structures javascript leetcode-solutions
Last synced: about 16 hours ago
JSON representation
A repo of data structures and algorithms solutions to challenges on Leetcode in JavaScript
- Host: GitHub
- URL: https://github.com/andisiambuku/data-structures-and-algorithms
- Owner: andisiambuku
- Created: 2022-10-15T09:09:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T18:08:59.000Z (about 1 year ago)
- Last Synced: 2023-10-21T19:21:37.156Z (about 1 year ago)
- Topics: algorithms, data-structures, javascript, leetcode-solutions
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures and Algorithms
![DSA](https://user-images.githubusercontent.com/51236424/196731660-2a0df0c5-672b-4b17-b85e-776424ae2ca6.png)
## Description
This is a repository of Data Structures and Algorithms solutions to challenges on [Leetcode](https://leetcode.com/)
This is in an effort to practice and get better at problem -solving with code.
Within each folder there is the solution and an explanation of how the problem was solved.
### Contents by Topic
1. Arrays & Strings
2. Linked Lists
3. Stacks & Queues
4. Trees and Graphs