Skip to content

jsn-t/Awesome-Java-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome-Java-Projects

This is a compilation of Java Programs I wrote for fun

Index

  • Substitution Cipher
  • Pi to Nth Digit
  • Caesar Cipher

Explanation

Substitution Cipher

Replace characters in a sentence by using a key, and can also be decryted using the same key.

Pi to Nth Digit

Gregory's Series is the slower method of calculating Pi and the Machin's Formula is the faster version.

Caesar Cipher

It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet(shifts)

About

This is a compilation of Java Programs I wrote for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages