Skip to content

FRC-7525/int-to-roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integer to Roman Numeral

In this challenge, you have to convert integers to their Roman Numeral representation. The only rule: this is a common programming challenge, so please, no searching online for answers!

I'm looking for concise solutions, so instead of writing the first thing that comes to mind, think about the problem first and try to figure out shortcuts that a computer can take to make the problem easier. Trying to figure out an algorithm using pencil and paper is always a good approach! After you write your solution, give your code a read-through for style and efficiency.

Once you're done, please fill this out!

  1. How long did it take you to complete this assignment?
  2. What was the easiest part?
  3. What was the most difficult part?
  4. Any feedback? (likes/dislikes)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages