Skip to content

aswin-1111/DSA_H

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

This library aims to simplify the use of data structures by providing the skeleton of well known data structures to cook on.

INSTALLATION

git clone <repo>

USAGE

#include "lib.h"

int main(){
...
}

while compilation

gcc <filename.c> -l<lib>

About

a C library comprising of every data structure and well known algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.5%
  • Shell 5.5%