Skip to content

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

License

Notifications You must be signed in to change notification settings

avijeetpandey/modern-stl

Repository files navigation

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