Giter Site home page Giter Site logo

linkedlists's Introduction

LinkedLists

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

It is intended to go with this video and these slides.

Questions for Students:

With your pair answer the following questions:

Vocabulary

In plain English define the following terms:

  • Pointer
  • Reference
  • Doubly Linked List
  • Singly Linked List
  • Memory Leak

Linked List Comprehension Questions

  1. What advantages does a LinkedList have over an Array?
  2. When is an Array more advantageous?
  3. Draw Out a LinkedList and write down the steps to add a node to the front of the list
  4. Draw out a LinkedList and write down the steps to remove a node from the front of the list
  5. Write down the steps to find the nth element in a linked list. What is the Big-O of the method?

Exercises

With your partner clone this repository and fill in the following methods. There is a spec 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

linkedlists's People

Contributors

anibelamerica avatar cheezitman avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.