Skip to content

borjatarraso/datastructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datastructures

Datastructures or simply 'DS' is a C library for dealing with data structures.

Installation

Run make after cloning the code from the git repository.

git clone https://github.com/borjatarraso/datastructures.git

Usage

list

# checks if the list is empty
is_linked_list_empty(list)

# adds value to a list
add_element_linked_list(list, value)

# removes value from a list
del_element_linked_list(list, value)

# remove a linked list
remove_linked_list(list)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update unit tests as appropriate.

License

BSD

About

Data structures project

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors