Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 524 Bytes

File metadata and controls

7 lines (5 loc) · 524 Bytes

Cracking the Coding Interview Solutions in C#

Here you will find my solutions to some of the real interview problems I was faced with in the past two years, as well as to some of the problems in the famous book "Cracking the Coding Interview", all in C#.

Note that for some problems, I found simpler solutions than the ones in the book, so it is not a copy of the exact solutions in the book. Also included are the unit tests, 2 out of the 55 tests are failing at this time, will soon fix those two!

Have fun with them.