Jing-321 / linked-list

A singly linked list with each node containing integer data. Methods on the singly linked list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linked-List

Using object oriented design constructs, define a Node class and LinkedList class for a singly linked list. Each node has integer data value and a link to the next node. The linked list class has a head node and the following methods defined.

Exercise

Design and implement the classes and the methods. Implement the methods within the Linked List class that are currently raising NotImplementedError.

Going Further

There are a set of advanced methods you can choose to implement for additional practice.

About

A singly linked list with each node containing integer data. Methods on the singly linked list


Languages

Language:Ruby 96.7%Language:Dockerfile 3.1%Language:Shell 0.1%