Skip to content

Algorithms design of the code in https://github.com/rayniel95/c-sharp-little-projects. First imagine and test your algorithm (in your mind), write it in paper and debug it (in paper), write your code in your laptop.

Notifications You must be signed in to change notification settings

rayniel95/programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.