Coder Social home page Coder Social logo

smartfridge's Introduction

SmartFridge is capable of keeping track of items and their fill status with respect to user activities.

SmartFridge class is using DBInstanse helper class to perform all the operations that were in the Interface SmartFridgeManager.

Item utility class is created with the implementation of Comparable Interface whose hashCode, equals and compareTo methods.

A Map in DBInstance keeps the keys as UUID and values as Item which holds UUID, type, fillFactor, and name.

Items TreeSet in DBInstance keeps the items with itemType as key but sorted by fillFactor.

Forgotten Set in DBInstance keeps the items that were stopped tracking by user.

Time complexity for addition or removal or item is O(n). But this can be made better O(logn) by replacing Items TreeSet with Items TreeMap<Item, Item> which takes additional O(n) memory. n is number of itemTypes.

Space complexity is O(n). n is number of UUID items.

Time Complexity for getItems is O(1).

smartfridge's People

Contributors

vrmanepalli avatar

Watchers

 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.