Skip to content

Added more modules and bug fixes with clean documentation

Latest
Compare
Choose a tag to compare
@OmkarPathak OmkarPathak released this 04 Sep 01:53
· 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