Giter Site home page Giter Site logo

dequemylife's Introduction

dequemylife

We add to our to-do lists unendingly. And when we try to complete the first task, we are immediately distracted by the apparent urgency of the second task, or the priority of the third task. Using this app you can still preserve your to-do list but focus only on the top thing everyday.

Use Cases to consider:

  1. Serial addition - I add something every few mins, hours, or days - assuming I have to finish the first thing first
  2. Job with higher priority - Boss comes in and says that I have to finish X first. Can I reorder my Q?

Team and responsibilities:

Members - Karan Daftary (K) and Arushi Prakash (A)
Responsibilities -
- Project/Product Manager - K
- Designer - A
- Frontend Developer - K
- Backend Developer - A
- QA Engineer - K
- Business Analytics/Consultant - A

dequemylife's People

Contributors

karanda123 avatar arushiprakash avatar karandaftary avatar

Watchers

 avatar  avatar

Forkers

karandaftary

dequemylife's Issues

queue requirements - try

  • Create a robust Queue that can perform the following operations:
    • enqueue(T item) -> adds item to the end of the queue
    • dequeue() -> returns T. The T will be determined later.
      • IMP: dequeue() must NOT return null. If the queue is Empty -> return string: "queue is empty"
    • printQueue() -> The type T stored in Queue will have it's own toString() method implemented that can be used to print the queue. Assume you can call this toString() method.
    • size() -> returns the number of elements in the queue

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.