neopragma / train-exercise

Sample solutions and notes for an ASCII train coding kata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Train Exercise

What is this?

This is a programming exercise based on the one presented here: https://github.com/gehel/exo-train

Assumptions

  1. Trains always "move" right-to-left. Nothing in the test cases suggests otherwise. So, the left-hand end of the string represents the front of the train in all cases.
  2. "Fill" always changes an entire freight car in a single go, not character-by-character. Cars are always filled front-to-back on the train.

Solutions

About

Sample solutions and notes for an ASCII train coding kata

License:Other


Languages

Language:Shell 77.0%Language:F# 23.0%