C Projects
-
Updated
May 7, 2020 - C
C Projects
This is a simple implementation of a one-way linked-list in C++.
🏭 A factory line simulation, using double linked lists in Java
Code For LinkedList and Different Operations on Them.
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.
Data Structures Series: Linked Lists
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.
Implementation of data structures
Add a description, image, and links to the linkedlist-insert topic page so that developers can more easily learn about it.
To associate your repository with the linkedlist-insert topic, visit your repo's landing page and select "manage topics."