avijeetpandey / modern-stl

Implementation Advanced Data Structures and Algorithms using Typescript and Javascript inspired by C++ STL ( Standard Template Library )

Home Page:https://github.com/avijeetpandey/modern-stl#readme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datastructures and algorithms using Typescript and Javascript , Inspired by C++ STL πŸŽ‰

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 πŸ’ͺ

  • Pair ( Inspired from C++ STL)
  • Triplet (New Just an addon over Pair Class)
  • LinkedList
  • Queue
  • Stack

Algorithms Implemented πŸ§‘β€πŸš€

  • Searching Algorithms - LinearSearch , BinarySearch
  • Geometrical Algorithms - Point Based Operations , vector operations
  • Common Mathematics Algorithms

About

Implementation Advanced Data Structures and Algorithms using Typescript and Javascript inspired by C++ STL ( Standard Template Library )

https://github.com/avijeetpandey/modern-stl#readme

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%