Coder Social home page Coder Social logo

berlin's Introduction

Berlin Project

Distributing Students to Their Paths in a Timetable

Introduction

During our school trip to Berlin, my teacher jokingly suggested creating a Berlin app to distribute students to multiple paths. The idea evolved to include displaying each student's schedule on a website.

Algorithm History

  1. In each approach, the initial step involved building a graph. Here's a brief overview:
  2. DFS for Each Student: Applied a depth-first search for each student to optimize path exploration and assignment.
  3. Priority Queue: Introduced a priority queue for students, giving preference to those with more individualized elements.
  4. Find All Paths: Explored all paths and attempted to distribute students accordingly, followed by allocation based on these numbers.
  5. Path Filtering: Enhanced efficiency by filtering out unnecessary data during the distribution process.
  6. Maxflow Graphs: Attempted to use maxflow graphs to distribute students to each path, but this solution proved challenging.
  7. Prioritizing Roommates: Augmented the algorithm by prioritizing roommates in the allocation proccess, when they made the same choices.

Commands

Installation

Run the following command to install the project dependencies:

npm install

Testing

Execute the following command to run tests:

npm test

Build

To build the project, use:

npm run build

Start

To start the project, use:

npm start

berlin's People

Contributors

dependabot[bot] avatar erik-sth avatar

Stargazers

 avatar

Watchers

 avatar

berlin's Issues

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.