Skip to content

keremsemiz/learning-cpp

Repository files navigation

learning-cpp

This repository contains various C++ algorithms that you can explore, run, and modify locally.

vscode screenshot broski

Prerequisites

Before you can run these algorithms, ensure you have the following installed on your system:

  • C++ Compiler: GCC or Clang recommended. Ensure you have a C++11/14/17/20 compatible compiler.
  • CMake: Optional, but useful for managing complex builds.
  • Git: To clone the repository.

Getting Started

  1. Clone the Repository:
    git clone https://github.com/your-username/learning-cpp.git 
    
  2. Navigate into the repository directory:
    cd learning-cpp
  3. Compile and Run: Each algorithm is contained within its own folder with a corresponding .cpp file. To compile and run a specific algorithm, follow these steps:

Contributing

Feel free to contribute to this repository by submitting pull requests with new algorithms, improvements, or bug fixes. Please ensure your code is well-commented and adheres to the C++ style guidelines.

About

This repository contains various C++ algorithms that you can explore, run, and modify locally.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published