DSA/linked-lists/c-or-cpp
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
..
Insert_and_delete_beginning.c insert_and_delete_beginning.c (#59) 2021-02-14 02:28:12 -04:00
circular.cpp Code for inserting elements in doubly linked list (#67) 2021-02-09 09:24:16 -04:00
doubly.cpp Code for inserting elements in doubly linked list (#67) 2021-02-09 09:24:16 -04:00
reverse.cpp chore: reanme reverse-linkedlist to reverse 2021-02-09 09:29:45 -04:00
singly.cpp chore: rename SinglyLinkedList.cpp to singly.cpp 2021-02-05 09:54:45 -04:00