Jing-321 / linked-lists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinkedLists

This repository is designed to help students practice building a LinkedList class.

Due Monday Dec 14th 6pm

Exercises

Clone this repository and fill in the following methods. There is a test file to help you test your methods.

  1. add_first
  2. get_first
  3. length
  4. add_last
  5. get_last
  6. get_at_index

Additional Resources

About

License:MIT License


Languages

Language:Ruby 64.6%Language:HTML 29.1%Language:Dockerfile 6.1%Language:Shell 0.2%