Giter Club home page Giter Club logo

nothing_roudnitsky-s_jiang-y_griffin-a's Introduction

Nothing

Team Nothing - Sean Roudnitsky, Ying Xin Jiang, Aidan Griffin

To-do List

  1. Fix submodule (done)
  2. Create interface deque (done)
  3. Create class QQkachoo (done)
  4. Implement Essential Methods(done):
    +size() -> done +addFirst(e) -> done +addLast(e) -> done +removeFirst() -> done
    +removeLast() -> done +getFirst() -> done +getLast() -> done
    +contains(e) -> done
    +remove(e) -> done

Summary of Development Plan

size():
returns the number of elements in the Queue

getFirst():
returns element at index 0

getLast():
returns element at index size() - 1

addFirst(e):
adds e to index 0 of the Queue

addLast(e):
adds e to index size() - 1 of the Queue

removeFirst():
removes element at index 0
return removed element

removeLast():
removes element at index size() - 1
return removed element

contains(e):
returns whether the queue contains element e

remove(e):
removes first occurrence of e if it exists returns boolean

nothing_roudnitsky-s_jiang-y_griffin-a's People

Contributors

sroudnitsky avatar yingxin7 avatar agriffin24 avatar shruthi00 avatar

Watchers

 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.