https://github.com/varunu28/elements-of-programming-interviews
Java solutions to problems in the book "Elements of programming interviews"
https://github.com/varunu28/elements-of-programming-interviews
elements-of-programming-interviews eopi java programming-interviews
Last synced: 3 months ago
JSON representation
Java solutions to problems in the book "Elements of programming interviews"
- Host: GitHub
- URL: https://github.com/varunu28/elements-of-programming-interviews
- Owner: varunu28
- License: mit
- Created: 2017-11-07T02:12:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T11:13:07.000Z (over 3 years ago)
- Last Synced: 2025-04-23T02:02:57.596Z (6 months ago)
- Topics: elements-of-programming-interviews, eopi, java, programming-interviews
- Language: Java
- Homepage:
- Size: 445 KB
- Stars: 62
- Watchers: 3
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elements of Programming Interviews - Java
#### NOTE
This is a copy of [Clay Gardner's](https://github.com/gardncl) repository. I have copied it, so that I can use it to add my solutions to the problems mentioned in the book and use the test cases to verify the solutions. Please visit [here](https://github.com/gardncl/elements-of-programming-interviews) to view the original repository. Thanks Clay](https://github.com/gardncl/elements-of-programming-interviews/issues) [](https://travis-ci.org/gardncl/elements-of-programming-interviews)
[![alt text][eopi]][Elements of Programming Interviews]
This repository contains method stubs and tests of the problems from
[Elements Of Programming Interviews] by Adnan Aziz, Tsung-Hsien Lee, and Amit Prakash. This book is also available in [Python] and [C++].## Suggested usage:
* Purchase [Elements of Programming Interviews]
* Fork [master] (top right corner on github)
* Clone your forked repository
* Solve a problem on a blackboard/whiteboard/paper/google doc
* Program your solution to see if the test cases pass
* Repeat previous two steps until no problems are left## Dependencies:
* Java 8 - via [download from oracle], homebrew, apt-get, etc
* Maven - via [download from apache], homebrew, apt-get, etc## Having trouble solving a problem?
* The book contains descriptions and hints that I intentionally omitted from this repository
* The book contains thorough solutions
* My (sometimes commented) [solutions] are availableThis project is open source so please fork it and help me create a supplement to this phenomenal book. Always looking for edge cases.
### [Donate] if this helped you!
[Elements of Programming Interviews]:http://amzn.to/2pMWIWH
[Python]:http://amzn.to/2pFTPmo
[C++]:http://amzn.to/2qcJxLP
[master]:https://github.com/gardncl/elements-of-programming-interviews
[solutions]:https://github.com/gardncl/elements-of-programming-interviews-solutions
[eopi]:eopi.jpg?raw=true
[download from apache]:http://www.baeldung.com/install-maven-on-windows-linux-mac
[download from oracle]:https://www3.ntu.edu.sg/home/ehchua/programming/howto/JDK_Howto.html
[donate]:http://www.paypal.me/gardncl