Code Monkey home page Code Monkey logo

ice_assignment's Introduction

ICE_Assignment

  • Manage packets in a router: A packet can contain either management data or user data. A packet can also be either large or small (two discrete values).

  • Allows packets to be entered into the system (just with a method call -- no need for any type of user interface)

  • Allows the highest priority packet to be removed from the system – management data is always higher priority than user data. Within a given type (management or user), a large packet is higher priority than a small packet. All else being equal, packets that have been in the queue longer should be removed before packets that have not been waiting as long.

Things to think about when you are working on this: Because this is at heart an algorithms problem, I'd like to see optimization for performance and concurrency. How might one optimize for other factors such as extensibility? You don’t need to necessarily code anything beyond the problem above, though.

ice_assignment's People

Contributors

revas89 avatar revachauhan 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.