Skip to content
Nihal Haneef edited this page Dec 14, 2017 · 1 revision

What I have Completed

  1. Started the Math Algorithm Issue (Issue #116) in the repo.
  2. Coded GCD algorithm with Euclid's Algorithm PR #215.
  3. Coded GCD algorithm with Extended Euclid's Algorithm PR #215.
  4. Coded GCD algorithm with Stein's Algorithm PR #215.

I was not able to contribute much as I was trying to get a hang of how git and github works (my first proper project). Not an excuse that should be entertained, but now I have an idea and will be able to contribute regularly.

Future Contributions

I am doing a course on Machine learning by Andrew NG and from Kaggle and as result will be learning ML algorithms. I am doing a course on cryptography too by a club from college. Thus I can do the following contributions:

  • Machine Algorithms that will be learned during the course (GD, SGD , KNN etc)
  • Cryptography Algorithms ( Triple DES, RSA , Blowfish, TwoFish , AES)
  • Three pending math algorithms in issue #116
  • Math algorithms on series, primes, factorials.
  • Contribute to project Euler folder from questions 51- 70.

This will total up-to 40+ algorithms.

I am planning to contribute 5 algorithms every week, that is every Tuesday I will push 5 algorithms into the repo.

Clone this wiki locally