GitHub topics: linkedlist-reverse
asad82/Linkedlist
A simple implementation of the Linked list in C/C++. You can build, edit, concatenate two lists, perform union,intersection operation on two lists besides being able to search, sum and move forward a node, combine into two lists into ordered list and delete elements in the list.
Language: C++ - Size: 9.77 KB - Last synced at: 10 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

damlakayikci/LinkedList-Implementation-w-Java
🏭 A factory line simulation, using double linked lists in Java
Language: Java - Size: 335 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

BaseMax/OneWayLinkedListGo
This is a simple implementation of a one-way linked-list in Go. The one way linkedlist is a data structure that is made up of nodes. Each node contains a value and a pointer to the next node. The head of the list is the first node in the list. The tail of the list is the last node in the list. The tail of the list points to nil.
Language: Go - Size: 20.5 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BaseMax/OneWayLinkedListCpp
This is a simple implementation of a one-way linked-list in C++.
Language: C++ - Size: 43.9 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

faithandlogic/linked-lists
Data Structures Series: Linked Lists
Language: C - Size: 132 KB - Last synced at: 6 days ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0
