/algostructures-c

Collection of Algorithms and Data Structures in C

Primary LanguagePythonMIT LicenseMIT

https://travis-ci.org/tanayseven/algostructures.svg?branch=master

AlgoStructures in C

A collection of algorithms and datastructures which are written in C

Setting up and using

Prerequisites

  • Latest version of GCC
  • Makefile build system
  • Virtual environment activated

Virtual environment management

mkvirtualenv --python=`which python3.8` algostructures-c        # Create a new virtual environment named algorithms-c

workon algostructures-c                                         # Activate a virtual environment

Usage Instructions (make sure to have your virtual environment activated)

make help       # Print all the possible commands

License

This project is licensed under the MIT license, for more details have a look at LICENSE