Skip to content

senithkay/-fp_tutorial06

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

                    SCS 2204 - Functional Programming
                            Scala Tutorial – 6
  1. The Caesar cipher is one of the earliest known and simplest ciphers. It is a type of substitution cipher in which each letter in the plaintext is 'shifted' a certain number of places down the alphabet. For example, with a shift of 1, A would be replaced by B, B would become C, and so on. The method is named after Julius Caesar, who apparently used it to communicate with his generals.

    a. Implement Encryption and Decryption functions of Caesar cipher. b. Then implement a Cipher function which takes Encryption and Decryption functions to process the data.

About

functional programming tutorial06 | SCS 2204

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages