minor comments and changes
This commit is contained in:
@ -117,7 +117,7 @@ Linked_list_node_p ll_get(Linked_list_node_p head, int idx)
|
||||
|
||||
|
||||
// Delete a node
|
||||
Linked_list_node_p ll_delete(Linked_list_node_p head, int idx) // TODO or with value?
|
||||
Linked_list_node_p ll_delete(Linked_list_node_p head, int idx)
|
||||
{
|
||||
int i = 0;
|
||||
Linked_list_node_p node = head;
|
||||
|
Reference in New Issue
Block a user