Skip to content

KWOC Algorithms Mid Evaluation

abhisheknalla edited this page Dec 15, 2017 · 8 revisions

Hi, I am Abhishek Nalla, a 2nd year Btech student from IIIT Hyderabad. I have chosen to contribute to this project as Algorithms is something that interests me vastly. I also want to help make these algorithms more accessible. I also wanted to get introduced to the concept of Open Source.

## Contributions Until Today

  1. I opened up issues #116 and #117 to add Mathematical and DP algorithms.

  2. I coded up 5 Math algorithms, 3 were deemed complex enough to merge PR#147.

  3. I added commented code and Readme files for the following algorithms:

  • Fast Fourier Transform
  • kth Prime Factor
  • Checking overflow on integer multiplication.
  1. Then I added 4 DP algorithms as part of issue #117.

  2. The following algorithms were merged along with Readme files as part of PR#204.

  • Rod Cutting Problem
  • Min Cost Path between vertices
  • Subset Sum
  • Ugly Numbers

## What I hope to do further

  1. I hope to add more math based algorithms which was assigned as high priority.
  2. I also hope to add more DP problems.
  3. I will open up more issues in the coming days to maximise the diversity of algorithms in the repo.
Clone this wiki locally