Commit Graph

7 Commits (8cb86de0d7d13e26be6ae1bb522a393e8e687de2)

Author SHA1 Message Date
Tawfik Yasser 5938a1def4
Add method to single linkedlist (#75)
* Update singly.cpp

Add the `insertAtEnd()` method to single linkedlist.

* Update singly.cpp
2021-02-16 20:53:04 -04:00
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
Ming Tsai 998ddff4e5 chore: reanme reverse-linkedlist to reverse 2021-02-09 09:29:45 -04:00
Vinayak Ravi Joshi 98d54a67d1
Code for inserting elements in doubly linked list (#67)
* Code for inserting elements in doubly linked list

* Circular linked list added
2021-02-09 09:24:16 -04:00
Kartik Jaiswal d28751e92e
adding-reversing-linkedlist (#62)
* adding-reversing-linkedlist

* changes done

* reverse linkedlist code and index updated

* changes added

* print added

Co-authored-by: cyberghost002 <49005095+cyberghost002@users.noreply.github.com>
2021-02-09 09:24:00 -04:00
Ming Tsai 417ccc66ef
chore: rename SinglyLinkedList.cpp to singly.cpp
Rename SinglyLinkedList.cpp to singly.cpp
2021-02-05 09:54:45 -04:00
Visrut a27fdb30dd
Data Structures (#44)
* added singly linked list in c++

* changed .gitignore to ignore binary files for c++ and java

* changed .gitignore to ignore binary files for c++ and java

* i changed as per review , method names in SinglyLinkedList and folder name

* i changed directory name as per convention
2021-01-30 08:27:49 -04:00