Skip to content

@OmkarPathak OmkarPathak released this Sep 4, 2017 · 59 commits to master since this release

Added modules such as:

  • binary: Base conversion implementations of base2, base10, base16 and ASCII
  • dynamic_programming: Implementations of binary knapsack and longest increasing subsequence
  • greedy_algorithm: Implementations of activity selection problem and fractional knapsack
  • geometry
Assets 4

@OmkarPathak OmkarPathak released this Aug 23, 2017 · 182 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
Assets 4

@OmkarPathak OmkarPathak released this Aug 16, 2017 · 256 commits to master since this release

This release contains following modules and their respective implementations:

  • Data Structures
  • Searching
  • Sorting
  • Various implementations for Fibonacci Series
Assets 4
Aug 16, 2017

v1.0

Made some changes in tests for data structures
You can’t perform that action at this time.