An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: oneway-linkedlist

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