Skip to content

ajay14sharma/Gojek-ParkingLot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Gojek's Parking Lot Problem

I've implemented the Parking Lot problem to the best of my abilities in C# Language as a .NET Core 2.2 Console Application

Project Requirements

Note : You can either download the SDK and Runtime packages or directly download the .pkg files(for OSx) and place them under bin/assets/ folder, then run the following scripts

$ ./install_dotnet_sdk_and_runtime.sh

Note : if it says permission denied, please run the following command in your terminal to grant access

$ sudo chmod 755 'install_dotnet_sdk_and_runtime.sh'

Once .NET Core sdk and runtime packages are installed, please run the following commands as per their usage

$ ./setup.sh ----> To build the solution
$ ./run_functional_tests.sh ----> To run the functional Unit Tests 
$ ./parking_lot.sh ----> To Run the Parking Lot application in Interactive Mode

$ ./parking_lot.sh input.txt ----> To run the Parking Lot application take input from ./src/Gojek.parking_lot/parking_lot/input.txt

About

Solution to Gojek's Parking Lot problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.7%
  • Shell 1.9%
  • Smalltalk 1.4%