Skip to content

A quick linked list (singly linked) implementation in C, including a reversing function

Notifications You must be signed in to change notification settings

git-akalu/c-linked-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile:
  make
To run:
  ./list
To check for memory leaks (this will attempt to run with valgrind):
  make leaks


TODO:
- refactor to get rid of the List struct, so only left with node struct, should make things simpler (arguably)
- add CuTest to project
- create some simple test in separate directory 
- main function should do nothing except run the tests, but should allow option not to run the tests (which will do nothing for the moment)

About

A quick linked list (singly linked) implementation in C, including a reversing function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.1%
  • C++ 9.8%
  • Makefile 8.1%