SAY-droid427 / DSAQuestions

Collection of data-structures and algorithms along with resources and guidelines for mastering coding
46 stars 17 forks source link

Contribute code in Python #11

Closed SAY-droid427 closed 3 years ago

SAY-droid427 commented 3 years ago

Contributions for code in Python are welcome. Please mention the code you want to contribute.

96RadhikaJadhav commented 3 years ago

@SAY-droid427 I can add different DSA solutions in python from hackerrank.

SAY-droid427 commented 3 years ago

@96RadhikaJadhav Yes you may add DSA solutions. But for each different solution create separate pull requests.

96RadhikaJadhav commented 3 years ago

@SAY-droid427 Sure.

SAY-droid427 commented 3 years ago

@96RadhikaJadhav You have created a folder called SortingTechniques. Could you please create a folder named Python and move the sorting techniques into it

um4ng-tiw commented 3 years ago

@96RadhikaJadhav You have created a folder called SortingTechniques. Could you please create a folder named Python and move the sorting techniques into it

I can do this and add more code for Python

96RadhikaJadhav commented 3 years ago

@SAY-droid427 I moved SortingTechniques into Python folder. And also added radix sort program. Could you please check it.

SAY-droid427 commented 3 years ago

@um4ng-tiw You can also add more code in Python