public class ParallelKemberHash {
public static void main(String args[]) throws Exception {
new ParallelTeam().execute(new ParallelRegion() {
public void run() throws NoSuchAlgorithmException {
char[] alphabet = new char[]{'a', 'b', 'c', 'd', 'e', 'f', '1',
'2', '3', '4', '5', '6', '7', '8', '9', '0'};
int i = 0;
int j = 0;