From b22366ad2311f6ba86a2bec7c4eb8e6bc6a6cb8a Mon Sep 17 00:00:00 2001 From: mrfosse Date: Thu, 23 Mar 2017 22:14:15 -0700 Subject: [PATCH] updated readme. --- 0x11-singly_linked_lists/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/0x11-singly_linked_lists/README.md b/0x11-singly_linked_lists/README.md index 4716394..86e2c32 100644 --- a/0x11-singly_linked_lists/README.md +++ b/0x11-singly_linked_lists/README.md @@ -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