https://github.com/avijeetpandey/modern-stl
Implementation Advanced Data Structures and Algorithms using Typescript and Javascript inspired by C++ STL ( Standard Template Library )
https://github.com/avijeetpandey/modern-stl
advanced-data-structures competettive-programming javascript-library stl typescript-library
Last synced: 2 months ago
JSON representation
Implementation Advanced Data Structures and Algorithms using Typescript and Javascript inspired by C++ STL ( Standard Template Library )
- Host: GitHub
- URL: https://github.com/avijeetpandey/modern-stl
- Owner: avijeetpandey
- License: mit
- Created: 2020-08-12T06:10:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T20:46:09.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T21:13:53.623Z (2 months ago)
- Topics: advanced-data-structures, competettive-programming, javascript-library, stl, typescript-library
- Language: TypeScript
- Homepage: https://github.com/avijeetpandey/modern-stl#readme
- Size: 183 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
## Datastructures and algorithms using Typescript and Javascript , Inspired by C++ STL :tada:
This package contains implementations of various searching,sorting, mathematics and geometrical algorithms , along with implementation of common data structures used in day to day life### Datastructures Implemented :muscle:
- Pair ( Inspired from C++ STL)
- Triplet (New Just an addon over Pair Class)
- LinkedList
- Queue
- Stack### Algorithms Implemented :astronaut:
- Searching Algorithms - LinearSearch , BinarySearch
- Geometrical Algorithms - Point Based Operations , vector operations
- Common Mathematics Algorithms