/dsa

Data Structures and Algorithms

Primary LanguageC++MIT LicenseMIT

C++

Data Structures and Algorithms

Basic implementations of useful data structures and algorithms, mainly for revision and to learn C++.

Installation

  1. Download the Repository with:

    • git clone https://github.com/mcttn22/dsa.git
      
    • Or by downloading as a ZIP file
  2. Enter the project directory with:

    • cd dsa
      

Usage

  1. Compile executable with:

    • make
      
  2. Run executable with:

    • ./main