forked from codeIIEST/Algorithms
-
Notifications
You must be signed in to change notification settings - Fork 0
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
-
I opened up issues #116 and #117 to add Mathematical and DP algorithms.
-
I coded up 5 Math algorithms, 3 were deemed complex enough to merge PR#147.
-
I added commented code and Readme files for the following algorithms:
- Fast Fourier Transform
- kth Prime Factor
- Checking overflow on integer multiplication.
-
Then I added 4 DP algorithms as part of issue #117.
-
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
- I hope to add more math based algorithms which was assigned as high priority.
- I also hope to add more DP problems.
- I will open up more issues in the coming days to maximise the diversity of algorithms in the repo.