Skip to content

Kurlgargyey/odin-ruby-caesar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odin-ruby-caesar

Simple caesar cipher implementation in Ruby for The Odin Project

I was pretty proud of coming up with the idea to simply rotate the cipher arrays by the shift. In hindsight, this would not scale as well as a more wordy solution that does modulo calculations on the array index, because the rotations would be expensive if there are many different changing shift values in play.

About

Simple caesar cipher implementation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages