Skip to content

tartley/romannumeral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a Roman-Numeral calculator in two hours.

A London Python Dojo exercise

The significant thing about this entry is that we didn't take the sane approach, of converting roman numerals to integers, doing the arithmetic and then converting them back. Instead, we perform the arithmatic directly on the roman numerals themselves, which is of course madness.

Thanks (& blame?) go to Harry Percival for insisting that it could be done.

About

london python code dojo project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages