-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |