Skip to content

ASPS002/Data_Structures_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

This repository is dedicated to competitive programming and contains various data structures and algorithms implemented in C++.

Description

This repository, Competitive_Programming, is a collection of essential data structures and algorithms for competitive programming.

Language

The code in this repository is written entirely in C++.

Contents

  • Data Structures

    • Lists
    • Stacks
    • Queues
    • Trees
    • Graphs
    • Hash Tables
  • Algorithms

    • Sorting
    • Searching
    • Dynamic Programming
    • Greedy Algorithms
    • Divide and Conquer

Getting Started

To get started with this repository:

  1. Clone the repository:

    git clone https://github.com/ASPS002/Data_Structures_Algorithm.git
  2. Navigate to the project directory:

    cd Data_Structures_Algorithm
  3. Compile the code using a C++ compiler, such as g++:

    g++ -o output_file source_file.cpp
  4. Run the executable:

    ./output_file

Contributing

Contributions are welcome! Please fork this repository, make changes, and submit a pull request.

License

This project is licensed under the MIT License.

Contact

For any questions or suggestions, feel free to open an issue or contact the repository owner.

About

Competitive_Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages