Commit Graph

9 Commits (327a2ad5945702ea59ee054c25ee31a515a4eec2)

Author SHA1 Message Date
Arsenic 7d9f810c06
fix: numbering in linked-list index (#92) 2021-03-01 20:04:36 -04:00
everly-gif 7eb8b8327c
Add Josephus Problem Using Circular Linked List (#86)
* Add Josephus Problem Using Circular Linked List

* Update josephus-problem.c

Made all requested changes
2021-02-28 09:18:15 -04:00
Shrashtika Singh a125b19f98
Add all possible insertion on linked lists (#82)
* all-possible-insertion-method-in-a-linked-list

* Rename All-possible-insertion-method.cpp to all-possible-insertion.cpp

* Update README.md
2021-02-26 11:39:29 -04:00
Vinayak Ravi Joshi 4d57584f7a
Add doubly, circular Linked List, and kruskal graphs (#72)
* Code for inserting elements in doubly linked list

* Circular linked list added

* Graphs Section added

* README updated
2021-02-11 16:25:00 -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 8840298fe7 chore: rename the singly linked list file name 2021-02-06 11:18:22 -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