mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
3014b7352d
* 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> |
||
---|---|---|
.. | ||
array | ||
binary_trees | ||
dictionary | ||
dynamic_array | ||
graphs | ||
hash_set | ||
heap | ||
linked_list | ||
list | ||
queue | ||
stack | ||
trie | ||
stack.c | ||
vector.c |