Skip to content
#

linkedlist-implementation

Here are 6 public repositories matching this topic...

Language: All
Filter by language

Crafted with C# in Visual Studio, this Windows Forms Application serves as an efficient Shopping List tool. The application leverages the power of a Linked List data structure, offering dynamic and flexible list management. Users can easily add, remove, and modify items on their shopping list, providing a seamless and intuitive experience.

  • Updated Jan 21, 2024
  • C#

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.

  • Updated Dec 14, 2022
  • Go

Improve this page

Add a description, image, and links to the linkedlist-implementation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linkedlist-implementation topic, visit your repo's landing page and select "manage topics."

Learn more