Coders Packet

Packets submitted by Kaustubh Srivastava

DC Universe Dictionary using Java HashMap

Inputs a DC Universe character and show its description if it is found. Uses HashMap concept of Java to create a String-String dictionary corresponding to name and description of characters.

Hagen-Poiseuille's pressure gradient calculator in Java

The program calculates pressure drop across a given length and cross-sectional area of a pipe when a fluid of certain dynamic viscosity flows through it with certain volumetric or mass flow rate.

Cricket game in Java using Random class and JCF

A text Cricket game in java with different functions for choosing team, opponent, over, toss, batting and bowling. Uses Random class of Java and JCF (Java Collection Framework)