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
- Pair ( Inspired from C++ STL)
- Triplet (New Just an addon over Pair Class)
- LinkedList
- Queue
- Stack
- Searching Algorithms - LinearSearch , BinarySearch
- Geometrical Algorithms - Point Based Operations , vector operations
- Common Mathematics Algorithms