Skip to content

C++ Playground is a collection of my projects, experiments, problem solving and studies in C++.

Notifications You must be signed in to change notification settings

Axel3246/CPP-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to CPP-Playground!

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!

Table of Contents

  1. IntroToCPP

    • Explore the basic concepts of C++ in this folder.
  2. OOP

    • 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.
  3. DSA

    • 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!
  4. DSAII

    • Coming Soon
    • Explore the advanced Algorithms and Data Structures of C++ here.
    • Find solved excercises and projects too.
  5. LeetCode

    • Here you'll find solved LeetCode problems.
    • Each problem has comments explaining the code.
    • Check out LC solutions in Python here.
  6. Threads

    • Quick Threads Script for Node MCU.

Contributors

Thanks for passing by!

About

C++ Playground is a collection of my projects, experiments, problem solving and studies in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages