You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
@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.
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.
The text was updated successfully, but these errors were encountered: