Git Product home page Git Product logo

Comments (43)

lprimeroo avatar lprimeroo commented on September 26, 2024 1

Look for them in the README file. Algos without [python] are yet to be implemented .

from dsa.

yatingupta10 avatar yatingupta10 commented on September 26, 2024

You want whole repo to be converted to Python 3 or you want only some of these to be rewritten in Python 3?

from dsa.

lprimeroo avatar lprimeroo commented on September 26, 2024

I want the whole repo actually . But I'll accept even 1 algo or DS . :)

from dsa.

yatingupta10 avatar yatingupta10 commented on September 26, 2024

Okay, am on it!

from dsa.

yatingupta10 avatar yatingupta10 commented on September 26, 2024

should I replace cpp files and add py files?
or just add py files?

from dsa.

lprimeroo avatar lprimeroo commented on September 26, 2024

Create a new folder called Python . Add inside that and add a redirection link to the main readme .

from dsa.

yatingupta10 avatar yatingupta10 commented on September 26, 2024

I will be adding more Python 3 files in a week or two
Stay tuned!

from dsa.

lprimeroo avatar lprimeroo commented on September 26, 2024

👍

from dsa.

iamajay avatar iamajay commented on September 26, 2024

I also wanted to help in writing some algo in python.

from dsa.

lprimeroo avatar lprimeroo commented on September 26, 2024

Go ahead everyone .

from dsa.

iskein avatar iskein commented on September 26, 2024

going to work on fast modulo multiplication
Added Fmm function and updated README #9

from dsa.

DeepanshuKapoor avatar DeepanshuKapoor commented on September 26, 2024

going to work for dijkstra's algo

from dsa.

DeepanshuKapoor avatar DeepanshuKapoor commented on September 26, 2024

dijkstra's code pull request sent #7

from dsa.

Lakshya1605 avatar Lakshya1605 commented on September 26, 2024

going to working on DFS
Added DFS function and UpdateReadme #13

from dsa.

Lakshya1605 avatar Lakshya1605 commented on September 26, 2024

going to work on DFSS
Added DFSS function and Updated Readme #15

from dsa.

zoidyzoidzoid avatar zoidyzoidzoid commented on September 26, 2024

Could we maybe break this up into issues or a checklist?

How much does Python styling matter?

from dsa.

DeepanshuKapoor avatar DeepanshuKapoor commented on September 26, 2024

added quicksort in cpp and python and updated readme #18

from dsa.

n1zzo avatar n1zzo commented on September 26, 2024

I'm working on Pollard-Rho integer factorization

from dsa.

sbshah97 avatar sbshah97 commented on September 26, 2024

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?

from dsa.

lprimeroo avatar lprimeroo commented on September 26, 2024

Unless there are more than 3 languages , I don't think that's a good idea .

from dsa.

shivanXI avatar shivanXI commented on September 26, 2024

added heapsort in cpp and python and updated readme also #34

from dsa.

shivanXI avatar shivanXI commented on September 26, 2024

added convexhull in cpp with updated readme #36

from dsa.

lprimeroo avatar lprimeroo commented on September 26, 2024

Thanks : )

from dsa.

DeepanshuKapoor avatar DeepanshuKapoor commented on September 26, 2024

added longest increasing subseqnce for cpp #37

from dsa.

alainakafkes avatar alainakafkes commented on September 26, 2024

Any algos/data structures that still need to be implemented in Python?

from dsa.

alainakafkes avatar alainakafkes commented on September 26, 2024

I'll add a new one soon -- merge sort.

from dsa.

shivanXI avatar shivanXI commented on September 26, 2024

Added C++ implementation of Closest Pair of Points and updated the readme #39 . Please review my changes @saru95

from dsa.

shivanXI avatar shivanXI commented on September 26, 2024

Added revised implementation of my previous PR and new PR is #40

from dsa.

vrush03 avatar vrush03 commented on September 26, 2024

Added RadixSort, Knapsack 0-1 problem and Nqueens problem..Updated ReadMe.

from dsa.

lprimeroo avatar lprimeroo commented on September 26, 2024

@vrush03 Thanks :)

from dsa.

NikhilGogate13 avatar NikhilGogate13 commented on September 26, 2024

Working on minimum spanning tree(Kruskal algorithm using disjoint set union) in cpp.

from dsa.

jainayush975 avatar jainayush975 commented on September 26, 2024

Working on Prim's algorithm in cpp

from dsa.

shivanXI avatar shivanXI commented on September 26, 2024

Added C++ implementation of Radix Sort and updated Readme also #64 #63

from dsa.

lprimeroo avatar lprimeroo commented on September 26, 2024

If anyone wants to file an issue for Java version of codes, feel free to add the tag - "hacktoberfest" and file it !

from dsa.

TuhinKundu avatar TuhinKundu commented on September 26, 2024

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.....

from dsa.

lprimeroo avatar lprimeroo commented on September 26, 2024

@TuhinKundu Go ahead !

from dsa.

iamajay avatar iamajay commented on September 26, 2024

Working on Kruskal's algorithm in python

from dsa.

iamajay avatar iamajay commented on September 26, 2024

working on prim's algorithm in cpp and python both

from dsa.

HackersSpirit avatar HackersSpirit commented on September 26, 2024

@saru95: Can i also contribute 😄

from dsa.

nipungarg59 avatar nipungarg59 commented on September 26, 2024

Added Miller Rabin Primility Test both c++ and python version. My PR #79

from dsa.

jainayush975 avatar jainayush975 commented on September 26, 2024

working on Insertion sort python

from dsa.

aditya81070 avatar aditya81070 commented on September 26, 2024

I am new to open source. I also want to add algo in python.
From where I can start?

from dsa.

lprimeroo avatar lprimeroo commented on September 26, 2024

@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.

from dsa.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.