Giter VIP home page Giter VIP logo

elevatorsaga's Introduction

Elevator Saga Overview

Attempting the elevator saga challenge.

Author

Patrick Delaney

Dependencies

Requirements

  • ElevatorSaga IDE must be working in the same state that it did as of July, 2021.

Versioning

Versioning and releases are kept track of via tagging.

Applicable Challenge Tagged Release Version
01 01
02 02 - No specific release, 03 incompatible.
03 03
04

Functionality Video Releases

03

ElevatorSaga_03.mp4

Behind the Scenes

Why Build this Project

  • Elevator Saga is essentially a disk scheduling simulator, the core algorithms of which tangentially relates to database design.

What Problems this Solves

  • This particular repo builds a generalized solution in which preceding levels ideally can be solved with the highest-level of built code.

Learned Along the Way

  • General javascript practices, scheduling algorithms and the interesting nuances in differences between scheduling algorithms and actual real world physical algorithms.
  • Tagging - the author had not previously used tagging. Tagging is super useful as long-lived branches can be a nightmare to sort out. Previously the author used project milestones with links but tagging is great because it packages up source code at a given point in time for download whereas links to commits do not parse out the code that easily as a ready made downloadable zip file, as tagging does.

Getting Started - How to Install and Run

  1. Check the versioning table above within README.md.
  2. Copy and paste the contents of main.js into the Elevator Saga IDE Interface.

Coding Conventions

  • For the most part, try to do the best possible to abide by W3School Convention Formatting.
  • ElevatorSaga appears to be OK with tabs, so use tabs rather than spaces for visibility.

Credits

N/A

License

N/A

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.