项目作者: Dhouha-ma

项目描述 :
Caesar Cipher Algorithm
高级语言: JavaScript
项目地址: git://github.com/Dhouha-ma/Caesar-Cipher-Algorithm.git
创建时间: 2019-06-24T20:29:37Z
项目社区:https://github.com/Dhouha-ma/Caesar-Cipher-Algorithm

开源协议:

下载


Caesar-Cipher-Algorithm

The funtion will take two parameters, a string and a number.
The objective is to shift every letter in the str by the num.
Example: zoo keeper => bqq mggrgt
The algorithm should be able to handle negative numbers => be able to shift the str backward as well if the num is negative.