Almost all problems and codes from Data Structures Made Easy by Narasimha Karumanchi. Mostly written in C++, this repository follows the C++ Best Practices written by Jason Turner. Some of the code follows the general C++ 11 guidelines such as replacing conventional NULL
pointers with nullptr
.
Some extra implementations have been added as side-projects, mostly written in Java, Python and Assembly. Each sub-directory comes with a readme to help understamd the workflow of the code in the directory. Please find the same as you are contributing.
Please checkout the contribution guideline here.
Please find the the how to run guide here.
You can find this resource particularly cool to put in use while you’re here.
Copyright © 2018 Sambhav Jain under LGPL-3.0
Happy Hacking!