Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gardncl/elements-of-programming-interviews
Method stubs and test cases for the problems from Elements of Programming Interviews
https://github.com/gardncl/elements-of-programming-interviews
elements-of-programming-interviews hamcrest java junit4 maven maven-surefire programming-interviews
Last synced: 3 days ago
JSON representation
Method stubs and test cases for the problems from Elements of Programming Interviews
- Host: GitHub
- URL: https://github.com/gardncl/elements-of-programming-interviews
- Owner: gardncl
- License: mit
- Created: 2017-04-05T22:46:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T21:07:04.000Z (over 3 years ago)
- Last Synced: 2025-01-13T03:05:12.101Z (10 days ago)
- Topics: elements-of-programming-interviews, hamcrest, java, junit4, maven, maven-surefire, programming-interviews
- Language: Java
- Homepage: http://bit.ly/2qalTxT
- Size: 361 KB
- Stars: 909
- Watchers: 59
- Forks: 449
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Check out the Elements of Programming Interviews author's official, pre-release EPIJudge [here](https://github.com/adnanaziz/EPIJudge).
# Elements of Programming Interviews - Java
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/gardncl/elements-of-programming-interviews/issues) [![Build Status](https://travis-ci.org/gardncl/elements-of-programming-interviews.svg?branch=master)](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