Skip to content

fordaz/katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Katas

Git repo for code katas or simply random exercises to play with Go language and other tools.

elevator-kata

Problem Description:

  • Given N number of elevators, and M number of floors
  • Implement a solution capable of handling the following use cases
    • One or more users request an elevator to go up/down at any given floor.
    • One or more users, already inside of the elevator, requests the elevator to go to a given floor.
    • Show a basic simulation how the elevator goes up/down according to requests.

History Changes

  • 1.0 initial repo
  • 1.1 update
  • 1.2 update
  • 1.3 update
  • 1.4 update
  • 1.5 update

About

Repo for code katas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published