Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sathiyapramod/ds_algorithms
https://github.com/sathiyapramod/ds_algorithms
algorithms algorithms-and-data-structures datastructures datastructures-algorithms
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sathiyapramod/ds_algorithms
- Owner: Sathiyapramod
- Created: 2023-03-17T13:29:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T10:57:40.000Z (8 days ago)
- Last Synced: 2025-01-16T12:25:32.742Z (8 days ago)
- Topics: algorithms, algorithms-and-data-structures, datastructures, datastructures-algorithms
- Language: JavaScript
- Homepage:
- Size: 2.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Algorithms and Data Structures
### Algorithms
#### Search Algorithms
- Basics
- [Linear Search](./binarysearch.js)
- [Binary Search](./binarysearch.js)
#### Sorting Algorithms
- Basics
- [Bubble Sort](./bubblesort.js)### Data Structures
### Basic Data Structures
- [Stack](./Stack/stack.instance.js)
- [Queue](./Queue/queue.instance.js)#### Abstract Data Types
- [Linked List](./LinkedLists/function.linkedlist.js)