TheAlgorithms-C/data_structures
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
..
array Return success status (#957) 2022-09-30 14:20:08 +05:30
binary_trees chore: fix various spelling typos (#945) 2022-09-27 10:58:15 -05:00
dictionary
dynamic_array fix: remove double/unintended free (#1143) 2022-11-09 23:19:01 -06:00
graphs
hash_set
heap
linked_list feat: improve the Singly Link List implementation (#1092) 2023-01-05 17:28:08 -06:00
list
queue
stack chore: add display() and improve code formatting (#975) 2022-11-11 13:53:44 -06:00
trie
stack.c
vector.c feat: add a vector implementation in data structures (#977) 2022-11-08 15:18:39 -06:00