codeiiest-dev / Algorithms

Collection of algorithms to read, learn and contribute to.
https://codeiiest-dev.github.io/Algorithms/
MIT License
23 stars 14 forks source link

Add C++, Python or JAVA missing code. #30

Open shivam-51 opened 3 years ago

shivam-51 commented 3 years ago

The repo contains standard and most commonly used algorithms. C++, Python and JAVA being the most used languages it makes sense that all the algorithms stated must be available in these 3 languages. JAVA code for example is missing from some of the algorithms. Task: to add the codes which are not present in all the 3 languages.

Siddhant-K-code commented 3 years ago

Can I add the C++ Version for All the sorting algorithms ? Also, We can Add Language Section to classify b/w languages in Main File of the website, so user can access with a particular language (C++/JAVA/Python)

arnabsen1729 commented 3 years ago

@Siddhant-K-code Sure there you can contribute to this repo. But make sure you follow the guidelines.

Regarding the separate language section, I don't think mdbook allows that kind of configuration. We will try to look into it, if you find some ways do let us know.

Siddhant-K-code commented 3 years ago

Suppose, i have Merge Sort Algorithm, but code in Java is already there, then how can i add to the same with my C++ Code ?