-
Notifications
You must be signed in to change notification settings - Fork 0
KWoC Final Evalution
Okay! So finally, I can say that I'm done with KWoc! The journey over the past one month has been amazing. Not only because I could contribute and had my PRs merged but also because I learnt a lot about how to contribute to Open Source Projects, the coding style that one usually follows white writing codes for open source projects, usage of Git and GitHub and a lot more which I wouldn't have learnt otherwise.
I was involved in quite a lot of PRs. I had 9 of them merged and 8 of them closed because of a few issues. So I'll be giving a list of all those PRs I worked on.
-
I wrote a code for the implementation of the Caesarcipher and submitted a PR(#94) (accepted and merged).
-
I wrote a code for the implementation of Shell Sort under Sorting algorithms and( #95 ) submitted a PR (accepted and merged).
-
I also took (#92) to separate the main page README into separate README's under Sorting and Searching directories. Eventually I submitted a PR ( #112 ) for that too (accepted and merged).
-
Before I submitted the README, I submitted an issue asking whether I could assign the task to myself to create a separate folder for Python implementations, but the very next the we got a message saying the File structure was changing on the whole and as a result my issue was closed. (#80)
-
I also submitted another issue related to Math Algos Implementations (#128) but as you told me that the things in that were basic and wanted me to go with Project Euler problems from and after 20, I did that.
I created a new PR (#174) in which a created a new folder called Mathematical Algortihms under which I've solved Project Euler problem 20. Once accepted, I'll be adding more Project Euler problems to the folder directly (accetped and merged) . -
I also created a new folder for the implementation of graphics algorithms (in reference to the convo we had on the Gitter group for CodeIIEST/Algorithms) and in the new folder i also added a code to make a robot using the DDA Line Algorithm and Translation of points around a reference point around which the robot was drawn. I also issued a PR (#151) (PR merged).
-
Added a code for the 21st problem of project euler in the project euler folder. I issued a PR #206 for the same. (PR merged)
-
Added my name to the CONTRIBUTORS.md file for which I sent a PR #207. (PR merged)
-
Also, I wrote another code for the implementation of graphics algorithms wherein I made a moving car. PR #238. (PR merged)
-
Lastly, I wrote a code for 2 different Implementations of Catalan Numbers. PR #255
#48--------CLOSED
#66--------CLOSED
#88--------CLOSED
#89--------CLOSED
#90--------CLOSED
#93--------CLOSED
#94--------MERGED
#95--------MERGED
#112------MERGED
#151------MERGED
#159------CLOSED
#174------MERGED
#206------MERGED
#207------MERGED
#238------MERGED
#253------CLOSED
#255------MERGED
Apart from this I also assisted Prateek in reviewing a few codes whenever I could.
So now that I've made a list of all the PRs that I've merged and I've closed and basically got involved in, I'd just like to say thank you to KWoC and KOSS for having started this great initiative to make more students contribute to Open Source Projects. The last one month has been fun and I swear there hasn't been a single day without me not actually coding and thinking about what I should do next! It was an amazing experience and I'd also like to thank you Prateek because you were really approachable and nice to work with. Hope we get to work again!
NOTE: You could check my blog where I've a separate KWoC section explaining my contributions and all! :)
THANKS A LOT FOR THIS EXPERIENCE.
Prateek: Thanks for the contribution. Had a great time working with you