Closed lprimeroo closed 5 years ago
You want whole repo to be converted to Python 3 or you want only some of these to be rewritten in Python 3?
I want the whole repo actually . But I'll accept even 1 algo or DS . :)
Okay, am on it!
should I replace cpp files and add py files? or just add py files?
Create a new folder called Python
. Add inside that and add a redirection link to the main readme .
I will be adding more Python 3 files in a week or two Stay tuned!
👍
I also wanted to help in writing some algo in python.
Go ahead everyone .
going to work on fast modulo multiplication Added Fmm function and updated README #9
going to work for dijkstra's algo
dijkstra's code pull request sent #7
going to working on DFS Added DFS function and UpdateReadme #13
going to work on DFSS Added DFSS function and Updated Readme #15
Could we maybe break this up into issues or a checklist?
How much does Python styling matter?
added quicksort in cpp and python and updated readme #18
I'm working on Pollard-Rho integer factorization
Is it a good idea to make different folders, one where only C++ code is there and the other where only Python code is there?
Unless there are more than 3 languages , I don't think that's a good idea .
added heapsort in cpp and python and updated readme also #34
added convexhull in cpp with updated readme #36
Thanks : )
added longest increasing subseqnce for cpp #37
Any algos/data structures that still need to be implemented in Python?
Look for them in the README file. Algos without [python]
are yet to be implemented .
I'll add a new one soon -- merge sort.
Added C++ implementation of Closest Pair of Points and updated the readme #39 . Please review my changes @saru95
Added revised implementation of my previous PR and new PR is #40
Added RadixSort, Knapsack 0-1 problem and Nqueens problem..Updated ReadMe.
@vrush03 Thanks :)
Working on minimum spanning tree(Kruskal algorithm using disjoint set union) in cpp.
Working on Prim's algorithm in cpp
Added C++ implementation of Radix Sort and updated Readme also #64 #63
If anyone wants to file an issue for Java version of codes, feel free to add the tag - "hacktoberfest" and file it !
Working on python version of closest pair of points problem. @saru95 , I also noticed the repo lacks basics data structures such as stacks, queues and dequeues. Do these need to be worked on? I can work on both cpp and python.....
@TuhinKundu Go ahead !
Working on Kruskal's algorithm in python
working on prim's algorithm in cpp and python both
@saru95: Can i also contribute :smile:
Added Miller Rabin Primility Test both c++ and python version. My PR #79
working on Insertion sort python
I am new to open source. I also want to add algo in python. From where I can start?
@aditya81070 Just write code for a missing algorithm, place it in the directory of the particular language and edit the README.md file accordingly. Then, you can send a PR.
Rewrite more or already mentioned algorithms in Python 3 .