TheAlgorithms-C/data_structures/linked_list
ms3939 3014b7352d
feat: improve the Singly Link List implementation (#1092)
* Update singly_link_list_deletion.c

Delete function is updated to delete at any required position (not only first)

* Update singly_link_list_deletion.c

The code is changed as per the suggestions. Please lat me know if there are any changes to be done
Thank you

* Update singly_link_list_deletion.c

The code is changed as per the suggestions. Please let me know if there are any changes to be done
Thank you..

* Update singly_link_list_deletion.c

I added inserting at any input location . Please let me know if changes need to be done

* Update singly_link_list_deletion.c

* Update singly_link_list_deletion.c

I updated self tests for both insert and delete functions properly. Please let me know if any changes need to be done
Thank you

* Update singly_link_list_deletion.c

As per your suggestions I updated the code. Please let me know if any changes need to be done..

* chore: apply suggestions from code review

Co-authored-by: David Leal <halfpacho@gmail.com>
2023-01-05 17:28:08 -06:00
..
ascending_priority_queue.c Rename redblacktree.c to red_black_tree.c (#684) 2020-10-20 12:51:47 -04:00
circular_linked_list.c chore: fix various spelling typos (#945) 2022-09-27 10:58:15 -05:00
doubly_linked_list.c Doubly linked list, simple code. (#673) 2020-10-20 12:50:48 -04:00
merge_linked_lists.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
middle_element_in_list.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
queue_linked_list.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
singly_link_list_deletion.c feat: improve the Singly Link List implementation (#1092) 2023-01-05 17:28:08 -06:00
stack_using_linked_lists.c chore: fix various spelling typos (#945) 2022-09-27 10:58:15 -05:00