Giter VIP home page Giter VIP logo

parkinglot's Introduction

Parking Lot :

This repository contains an implementation of a parking lot. The system allows cars to be parked and removed from the parking lot.

Parking Slot Allocation Stategy :

The customer will be allocated a parking slot which is nearest to the entry.

Getting Started

Here are the instructions for you to set the project up and run in your local machine for testing purposes.

System Requirements

You will probably need to run these scripts on a Linux box and require:

- Java 8
- Gradle
- Junit 4.12
  • create_parking_lot n - Given n number of slots, create a parking lot
  • park "CAR REGISTRATION NUMBER" "Car Color" - Parks a vehicle with given registration number and color in the nearest empty slot possible. If there are no more empty slots available, it shows a message "Sorry, parking lot is full".
  • status - Prints the slot number, registration number and color of the parked vehicles.
  • leave 'SLOT NUMBER' - release slot at slot number
  • There are few query functions to retrieve slot number from registration number of car, get registration numbers of cars with particular color etc.
  • exit exit software

To install all dependencies, compile and run tests:

Run the command bin/setup to install the build the project (Java, Gradle assumed to be pre-installed on the system)

	$ bin/setup

To run the program and launch the shell:

	$ bin/parking_lot

parkinglot's People

Contributors

examin avatar

Watchers

James Cloos 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.