- 20 Sep, 2020 1 commit
-
-
Liam E. Roeth authored
changed NODE_ERR to NODE_INT (and member 'err' to 'num') commented most functions updated traverse to return an error code, and others to check for it makefile has 'gitindex' target, to add all code to git's index makefile automatically converts spaces to tabs before compiles and gitindex added .gitignore
-
- 19 Sep, 2020 4 commits
-
-
Liam E. Roeth authored
-
Liam E. Roeth authored
-
Liam E. Roeth authored
add tabify target to convert all spaces to tabs made run the default target
-
Liam E. Roeth authored
add delete_list() separate print_node(NODE* head), which prints the data of head, and print_node_at(NODE* head, int pos), which traverses head to index pos, then prints that node
-
- 18 Sep, 2020 2 commits
-
-
Liam E. Roeth authored
-
Liam E. Roeth authored
moved the portions of search() that call printf to psearch(), so that it can be used silently
-
- 17 Sep, 2020 12 commits
-
-
h702579998 authored
-
Liam E. Roeth authored
-
Liam E. Roeth authored
-
Liam E. Roeth authored
-
Liam E. Roeth authored
-
Liam E. Roeth authored
-
-
Liam E. Roeth authored
-
h702579998 authored
-
Liam E. Roeth authored
-
Liam E. Roeth authored
-
Liam E. Roeth authored
-