This repositiory contains basic implementation of data structures and algorithms in Python.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python (verison-2.6)
To install libraries, use pip command. For the most of the code, there is no external libarary to be installed.
Example:
pip install pandas
To run the project, clone the repository and run the .py file.
python FILE_NAME.py
- Cracking the coding interview
- HackerRank
- Elements of Programming Interviews in Python