Java Descriptions, method stubs, and test cases for the problems from Elements of Programming Interviews
Elements of Programming Interviews - Java
This repository contains method stubs, tests, and descriptions of the problems from
Elements Of Programming Interviews by Adnan Aziz, Tsung-Hsien Lee, and Amit Prakash.
It contains three branches:
master - Stable release that only contains correct tests and completed work
develop - Contains all incremental updates working towards a release
solutions - My personal branch where I solve the problems