add delete_list, separate print_node and print_node_at
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
Showing
Please
register
or
sign in
to comment