Skip to content

arcomber/data_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

data_structures

abstract data types

stack_inconvenient.c is first try based on linkedlist code. Works but is not so convenient for user.
But it does demonstrate a link between the standard linked lists implementations and stack (using linked lists) implementations and why they look at first glance a little different.

stack_improved is more user focussed and convenient to use.

About

abstract data types

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages