Skip to content

v1.0.19 stable build

Latest
Compare
Choose a tag to compare
@avijeetpandey avijeetpandey released this 17 Aug 09:05
· 12 commits to master since this release

This build contains some of the commonly used data structures like LinkedList, Stack, Queues
Some of the STL specific implementation

  • Pair class
  • Triplet class ( lets you store triplet values )
  • Point class ( for point-based geometric calculations )
  • Vector class ( for vector-based operations like cross product, dot product, etc )