https://github.com/geekidharsh/elements-of-programming
my solutions to Elements of Programming Book
https://github.com/geekidharsh/elements-of-programming
algorithms-and-data-structures competitive-programming data-structures python
Last synced: about 1 year ago
JSON representation
my solutions to Elements of Programming Book
- Host: GitHub
- URL: https://github.com/geekidharsh/elements-of-programming
- Owner: geekidharsh
- Created: 2018-11-29T03:26:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T05:51:16.000Z (about 6 years ago)
- Last Synced: 2025-02-13T00:46:51.363Z (over 1 year ago)
- Topics: algorithms-and-data-structures, competitive-programming, data-structures, python
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elements of Programming
This Project is the collection of all my solutions to the questions in Elements of Programming Books.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
All you need is python 3.x or above and access to the book (for reference).
Simply clone this repository
```
https://github.com/geekidharsh/elements-of-programming.git
```
## Running the tests to solutions
For testing and discussions, I go to the official website. Below are some useful links:
* [Official Discussion website](https://elementsofprogramminginterviews.com/) - sign up/sign in and get started
* [EPI Judge](https://github.com/adnanaziz/EPIJudge) - Refer to Adnan's github for testing and reference to solutions
### author:
[Harshvardhan Pandey](https://github.com/geekidharsh) - my git profile
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Hat tip to anyone whose code was used
* Inspiration
* etc