https://github.com/sathiyapramod/ds_algorithms
https://github.com/sathiyapramod/ds_algorithms
algorithms algorithms-and-data-structures computer-science datastructures datastructures-algorithms interface java javascript types typescript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sathiyapramod/ds_algorithms
- Owner: Sathiyapramod
- Created: 2023-03-17T13:29:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T05:16:30.000Z (9 months ago)
- Last Synced: 2025-02-07T06:22:44.957Z (9 months ago)
- Topics: algorithms, algorithms-and-data-structures, computer-science, datastructures, datastructures-algorithms, interface, java, javascript, types, typescript
- Language: JavaScript
- Homepage:
- Size: 2.26 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)