An open API service indexing awesome lists of open source software.

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 )

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