-
Notifications
You must be signed in to change notification settings - Fork 1
Home
This is a project with a bunch of programming exercises solved my me. I've been using these algorithms as a way to keep fresh with CS Fundamentals as well as to prepare for technical interviews.
The exercises come from different sources from all over the internet (Codility, CodeEval, TopCoder, Wikipedia) to books (Cracking The Coding Interview) and actual interviews.
Some questions from the sources I used are written on the top of the exercise as a reference and I try to cite the original source whenever possible. I don't think it violates confidentiality or copyrights since some of the code is already published on the internet freely (like Cracking the coding interview or answers to Top Coder's questions) If someone feels this is in violation of some sort of copyrights please let me know and I will kindly remove it as soon as possible.
Some of the code might not be fully functional or be the most efficient way to solve the problem. I've been cleaning the source to keep it as correct, simple and educational as possible, but it is still a work in progress.
Use it at your own risk. Enjoy!