Skip to content

Files

Latest commit

89ab287 · Oct 2, 2024

History

History
19 lines (13 loc) · 909 Bytes

Readme.md

File metadata and controls

19 lines (13 loc) · 909 Bytes

What is this repo for?

In this repo, I will upload all the files I will create for my Computer Science self study.

Programming languages and subjects

I want to deepen the knowledge of the following programming languages:

  • C++
  • PHP
  • JS & React

I'm also interested, depending on the topic, in going either into detail or in learning from the very beginning the fundamental algorithms (Selection sort, Insertion sort, Merge sort, etc.). After I have built a solid foundation, I will study the more difficult topics (probabilistic and approximate algorithms, trees and graphs algorithms for data structures, and so on).

Book resources 

At the moment, I'm studying from these resources:

  • Object-Oriented Programming Using C++ by Joyce Farrell (4th Edition);
  • Introduction To Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein (4th Edition).