jlechem / RetroGaming

A repository for old school retro C++ games
Apache License 2.0
2 stars 1 forks source link

Rail Fence - Complete cipher #7

Open jlechem opened 4 years ago

jlechem commented 4 years ago

There is a base line of entry points for the rail fence cipher that needs to be completed. It should return a vector of strings that contain the results. All strings should be the same length so some padding may be required. I really haven't done much other than to create the method and maybe put some basic stuff in there. It really needs to be completed.