Skip to content

skinwalker3654/data-structures-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures C library (C)

A simple C data-structures library

Features

  • vectors: push, pushfront, erase, erasefront, print, destroy.
  • linked_list: appendend, appendfront, remove, removefront print, destroy

run test:

make testvector
make testlinkedlist

when you want to delete the executables:

make clean

I will add more data structures in the future Thanks.

data-structures-lib

About

This is a simple data structures library BUT it dosent have all the data structures yet. Now it has vectors and its very clean.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors