The first algo class was pretty much an introduction to algorithm, most of what was presented was already given during Academic Orientation. I didn’t really write down any notes because I’m just not the type to write down information for studies. So when they said I had to make a blog post I thought to myself, “damn, I didn’t write anything down”. So, I’m not going to post much in here because of that.
The first thing that I still remember on what we learned here and on AO was that Algorithm is a sequence of orders used to solve problems. Then there’s Pseudo-code, which is like a combination of the programming language and our human language. Pseudo-code is used mainly to show the frame of what the actual program will have to do, but simple enough for the average person to logically understand.
There were more topics, like types of structures in programming and the basic of C, but since I didn’t write any of it down, I’m going to end it here.