Topic: "linkedlist-insert"
aydinnyunus/CProjects
C Projects
Language: C - Size: 40 KB - Last synced at: 16 days ago - Pushed at: about 5 years ago - Stars: 11 - 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: 11 days ago - Pushed at: over 2 years ago - Stars: 1 - 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: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

chhatbarnikita/data-structures
Implementation of data structures
Language: Java - Size: 34.2 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 1

gourav-mishra551/Linked-List
Code For LinkedList and Different Operations on Them.
Language: Python - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - 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: 11 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Irlll/linked-list
Language: C++ - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

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

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: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
