Skip to content

Commit

Permalink
updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfosse committed Mar 24, 2017
1 parent b16ff5e commit b22366a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion 0x11-singly_linked_lists/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
add contents here
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

0 comments on commit b22366a

Please sign in to comment.