Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 556 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 556 Bytes

About

In this repository is the design of the algorithms of my solved programming exercises in the first year of my cs degree. My professors taught to me to think abstractly, I design and test my algorithm (an algorithm not need to be in a programming language) in paper and if it work I write the code. For know more about this excellent technique for programming I suggest to read Introduction to Algorithms written by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein.