DSA/linked-lists
Akash Negi b48084de34
insert_and_delete_beginning.c (#59)
* ADD - insert_at_beginning

This is a program to add item at the beginning of linked list . Structure Based Implementation .

* Changed FIle Named  .

File name was changed in accordance with the contribution guidelines .

* Changed c++ file to c . 

The file is updated and named was also changed

* Fixed Bug .

change the type of main function from void to int .
Fixed the edge cases for the deletion .
2021-02-14 02:28:12 -04:00
..
c-or-cpp insert_and_delete_beginning.c (#59) 2021-02-14 02:28:12 -04:00
java chore: rename the singly linked list file name 2021-02-06 11:18:22 -04:00
js chore: rename the singly linked list file name 2021-02-06 11:18:22 -04:00
README.md Add doubly, circular Linked List, and kruskal graphs (#72) 2021-02-11 16:25:00 -04:00