Home
Posts filed under code club
Showing posts with label code club. Show all posts
Showing posts with label code club. Show all posts
Thursday, September 21, 2017
Indeed Prime Challenge 2015
Problem: For example, consider array A such that: A[0] = 1 A[1] = 3 A[2] = 2 A[3] = 1 A[4] = 2 A[5] = 1 A[6]...
Read more
Saturday, September 16, 2017
PlayFair Cipher
PlayFair Cipher Java: Code : 1-----> PlayFair.java package com.nearur; import java.awt.*; public class PlayFair { priva...