onufryk / cracking_the_coding_interview

Solutions of all tasks from the book "Cracking the coding interview" by Gayle Laakmann.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project contains solutions for the problems described in the "Cracking the coding interview" by Gayle Laakmann.

These solutions are in no way complete or optimal, as I wanted to resolve all of them first and in quick time.

I used the dummy package structure, as I wanted every file to be served as single one without any need of additional packages, and using the same class names. So it contains repeated copy-pasted code in every class, but you can run it as a single file without caring too much about classpath. Maybe it will be organized better some day, most likely not.

About

Solutions of all tasks from the book "Cracking the coding interview" by Gayle Laakmann.


Languages

Language:Java 100.0%