Computer Science

A course of Computer Science that I'm using to learn for an interview

Introduction

This course is intended on learning what I'm missing from a mostly top-bottom learning approach that I followed. I did start with a formal course in the first year of Industrial Engineering, however things quickly spiraled out of control after it where I focused more on what to do and not so much on how to do it.

Types and structures

The basics about any programming language. Spoiler alert: this is empty as I already know it quite well, but if you want to learn more about computer science don't skip this! Find information online and learn it.

Algorithms

Learn about the efficiency and trade-offs of the different algorithms that you have available.