Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.07 KB

Coding-Exercises

Coding-Exercises is not a proper project. Is more like a box in which I'd like to leave the solution to various exercises that I do in my spare time (if any).

Exercises can be of any kind: most notorious CompSci problems and less notorious, more interview-ish ones.

If by any chance I happen to be your interviewer, this material could be very helpful. ;-)

Contributions? More then welcome

Of course I'm more then open to contributions and, most probably, corrections and improvements. I'm not a genius and I would actually love to read some code to learn from my mistakes. So feel free to fork.

What's in this repo?

The list started small, but in few days I did covered some ground. Most of the problems are simple, but the aim is always to find the best, most efficient, most elegant solution. So, for example, don't be surprised if there are 4 or 5 implementations the Fibonacci Sequence Generator.