Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

581 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to My DSA-C++ Repository

Welcome to my DSA-C++ repository! This repository contains various DSA algorithms, projects, code snippets, and resources. Whether you're a beginner or an experienced developer, I hope you find something useful here.

Getting Started

To get a copy of this repository up and running on your local machine, follow these steps:

Prerequisites

Make sure you have the following software installed on your system:

  • Git
  • A C++ compiler (e.g., GCC)
  • An IDE or text editor (e.g., Visual Studio Code)

Cloning the Repository

  1. Open a terminal or command prompt.

  2. Navigate to the directory where you want to clone the repository.

  3. Run the following command:

    git clone https://github.com/bixl007/DSA-CPP.git
  4. Navigate into the cloned repository:

    cd DSA-CPP
  5. Open the project in your preferred IDE or text editor.

  6. Start exploring and experimenting with the code!

Contributing

Contributions are welcome! If you have a project, code snippet, or resource you'd like to add, please follow these steps:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b your-branch-name
  3. Make your changes.

  4. Commit your changes:

    git commit -m "Description of your changes"
  5. Push to your branch:

    git push origin your-branch-name
  6. Create a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages