avahe-kellenberger / trigram-kata

Solution to the Trigram Kata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trigram-kata

Solution to the Trigram Kata

See http://codekata.com/kata/kata14-tom-swift-under-the-milkwood/ for details.

NOTICE

This repository has been merged with https://github.com/avahe-kellenberger/trigram-express

Purpose

This project is being constructed as part of a take-home assignment for a job application.

Possible Future Improvements

Currently, generated text from trigrams ends as soon as there is no value mapped to a given key - This can be remedied in a number of ways, with one possible solution being to continue generation until 'X' number of words have been created.

About

Solution to the Trigram Kata

License:GNU General Public License v2.0


Languages

Language:TypeScript 89.4%Language:JavaScript 10.6%