Registry / other / linked-list-int

linked-list-int

JSON →
library3.0.0rbrubygemsunverified

A LinkedList data structure interface for Ruby.

gem install linked_list_int
INSTALL
IMPORT
SIG · LINKED-LIST-INT
L
linked-list-int
otherrubyv3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LinkedListInt
require 'linked_list_int'

Create a new linked list, push an element, and access the first element.

require 'linked_list_int' list = LinkedListInt.new list.push(1) puts list.first
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
linked-list-int — gem install linked-list-int · libregistry