This release contains following modules and their respective implementations:
- [x] Math - Added LCM, Factorial, various conversions, sieve of eratostenes
- [x] Path finding - Added Dijkstra's algorithm, astar
- [x] String - Added palindrome, pangram, anagram and isogram implementations
- [x] Searching - Added implementation of interpolation search
- [x] Data Structures - Added implementation of trie