tanayseven / algostructures-c

Collection of Algorithms and Data Structures in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Collection of Algorithms and Data Structures in C

License:MIT License


Languages

Language:Python 63.3%Language:Makefile 18.5%Language:C 15.7%Language:Objective-C 1.7%Language:Dockerfile 0.8%