modern-stl
TypeScript icon, indicating that this package has built-in type declarations

1.0.20 • Public • Published

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 :astronaut:

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

Package Sidebar

Install

npm i modern-stl

Weekly Downloads

2

Version

1.0.20

License

MIT

Unpacked Size

59.4 kB

Total Files

43

Last publish

Collaborators

  • avijeetpandey25