Skip to content

Bug Fixes and addition of new modules

Choose a tag to compare

@OmkarPathak OmkarPathak released this 23 Aug 02:07
· 184 commits to master since this release

This release contains following modules and their respective implementations:

  • Math - Added LCM, Factorial, various conversions, sieve of eratostenes
  • Path finding - Added Dijkstra's algorithm, astar
  • String - Added palindrome, pangram, anagram and isogram implementations
  • Searching - Added implementation of interpolation search
  • Data Structures - Added implementation of trie