An open API service indexing awesome lists of open source software.

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

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