Skip to content

Instantly share code, notes, and snippets.

View tarunbod's full-sized avatar

Tarun Boddupalli tarunbod

  • GitHub
View GitHub Profile
@tarunbod
tarunbod / Primes.java
Created January 27, 2015 22:21
List prime factors
package primes;
/**
* ConsoleApp by Tarun Boddupalli
* <p>
* The MIT License (MIT)
* <p>
* Copyright (c) 2015 Tarun Boddupalli
* <p>
* Permission is hereby granted, free of charge, to any person obtaining a copy
@tarunbod
tarunbod / ThreeMap.java
Last active December 23, 2015 03:23
ThreeMap - A hash map with three arguments.
import java.util.HashMap;
import java.util.LinkedHashSet;
import java.util.LinkedList;
import java.util.Set;
/**
* <p/>
* The MIT License (MIT)
* <p/>
* Copyright (c) 2015 Tarun Boddupalli
package javajava.java;
/**
* JAVA
*/
public class Java {
public static void main(String[] javas) {
Java.java("Java");
}