C++ is a general-purpose, object-oriented programming language that was developed in the early 1980s. It is an extension of the C programming language, adding features such as classes and objects to support object-oriented programming. It is widely used in various applications, including system software, video games, and desktop applications, due to its performance and versatility. The language is known for its fast execution, low-level access to system resources, and ability to manage complex data structures and algorithms.
In this repository, you will find a collection of my projects, experiments, problem solving, and studies in C++. Feel free to browse through the repository and leave a comment if you have any questions or feedback. Also, if you found it helpful (especially for the ITESM fellas), leave a star :)!
Happy coding!
-
- Explore the basic concepts of C++ in this folder.
-
- Explore the basic concepts of OOP C++ in this folder.
- You can also find some excercises and projects to help you understand the concepts to a greater extent.
-
- Here you'll find the first concepts you'll need to enter the Data Structure and Algorithms world of C++.
- Also, you'll be able to find some solved excercises for the TC### tags of the repo description!
-
- Coming Soon
- Explore the advanced Algorithms and Data Structures of C++ here.
- Find solved excercises and projects too.
-
- Here you'll find solved LeetCode problems.
- Each problem has comments explaining the code.
- Check out LC solutions in Python here.
-
- Quick Threads Script for Node MCU.