Skip to content

Lord-of-Algorithms/DSA-in-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA in C++

This repository supplements our mobile app "VisiGrab: Algorithms & DSA", which offers interactive visualizations of algorithms and data structures. It provides code for the concepts demonstrated in the app and is an essential resource for users seeking to understand and explore these implementations in detail. Note that C++ examples are not yet available in the app, but support is coming soon. Learn more about the app: App Store, Google Play.

Contributing

While this project is open-source, it is not currently seeking contributions. You are welcome to fork and use the code according to the license, but please note that contributions or pull requests to this repository will not be accepted.

Installation and Setup

Prerequisites

  • A C++17-compliant compiler (e.g. g++ 7 or later, clang++ 5 or later)

To clone the repository locally, run:

git clone https://github.com/Lord-of-Algorithms/DSA-in-Cpp.git

Usage

To run an example, navigate to the corresponding folder and compile it using g++:

cd DSA-in-Cpp/binarytree
g++ -std=c++17 -o out binary_search_tree_main.cpp
./out

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Releases

No releases published

Packages

 
 
 

Contributors