Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

tanayseven/algostructures-c

Repository files navigation

image

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

About

Collection of Algorithms and Data Structures in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published