Skip to content

Files

Latest commit

May 28, 2017
80fea19 · May 28, 2017

History

History

0x11-singly_linked_lists

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017

0x11-singly_linked_lists

Table of contents:

0-print_list.c - prints each element of a list. 1-list_len.c - returns the length of the list. 2-add_node.c - adds node at the start of a list. 3-add_node_end.c - adds node at the end of a list. 4-free_list.c - frees the list 100-first.c - executes a func before the main. lists.h - lib for files. README.md - me