Class: DataStruct::SinglyLinkedList

Inherits:
SinglyLinkedList show all
Defined in:
lib/data-struct.rb

Instance Attribute Summary

Attributes inherited from SinglyLinkedList

#sentinel

Method Summary

Methods inherited from SinglyLinkedList

#initialize, #pop, #push, #shift, #unshift

Constructor Details

This class inherits a constructor from SinglyLinkedList