Giter Site home page Giter Site logo

Laura Bensadon's Projects

universitywork icon universitywork

With the arrival of vaccines for COVID-19. We create and classified a vaccination strategy that takes into account not only the order of arrival of patients to the vaccination center, but also their membership of (priority groups). The main reason for ordering a vaccination is to consider the priority of each patient first. For example: (patients with a higher priority will be attended first) and patients with the same priority, will choose the ones who arrived earlier. The abstract data structure that corresponds to this situation is the priority queue: A modified queue in which, instead of exiting items in the order they came in, first the highest priority will come out (ordered in the order of arrival). In this practice we will consider two alternative implementations for a priority queue: The first, called a bucket queue, uses a sequential data structure to store the different priority levels. The second, is to store the priority levels using a binary search tree. Once both options are implemented, we will apply them to two different cases, and we will do a comparative study of the efficiency of both implementations in each one of the cases.

universityworkcpp icon universityworkcpp

Carry out a program in C +/- to manage the distribution of drugs through a drone: FarmaDron. The distribution is carried out with a single drone, based on the drug warehouse, which can carry up to 3 kilos of cargo. The autonomy of the drone allows it to travel 20 kilometers without refueling at full load and up to 25 kilometers when empty. Keep in mind that any drone route must begin and end at the base of the warehouse ensuring that it has autonomy for it. The FarmaDron system must have the following minimum capacities: .- Up to 20 patients with different locations (coordinates). .- Up to 100 different active orders. .- Up to 5 different drugs per order. The operations of the program will be the following: • New patient registration • Locate patients • New order • Daily order list • Monthly order calendar This is to carry out the main program for the distribution of drugs with drone and the corresponding functions

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.