Rahul Rajeev Pillai
0ea8537c90
Added functionality to merge two singly linked list ( #192 )
2021-04-15 08:48:55 -04:00
Aayush Jain
b2cf773646
Clone linked list with random pointer ( #180 )
2021-04-14 08:40:52 -04:00
Toihir Halim
756589e272
Add reverse linked list in java ( #182 )
2021-04-13 23:43:37 -04:00
Toihir Halim
9e742e7f8c
Add circular linked list java ( #134 )
2021-04-04 15:28:46 -04:00
Toihir Halim
26b3e1174f
Add doubly linked list java ( #125 )
...
* Add doubly linked list in java
* Add java doubly linked list's link to README.md
2021-04-01 10:26:43 -04:00
temitayo
aa919129f2
Add Python linkedlist ( #119 )
...
* fixed incorrect links
* added singly list Data structure
* removed semi-column
* added doubly linked list
* added doubly linked list
* docs: update linked list index
add python double linked list in the linked list inded
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2021-03-26 10:07:29 -04:00
temitayo
29cbbeaf11
Add singly linked lists for python ( #116 )
...
* fixed incorrect links
* added singly list Data structure
* removed semi-column
2021-03-23 11:20:13 -04:00
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