Coders Packet

Packets submitted by Soham Ghosh

Shortest Path Problem using Java

The project finds the shortest path distance from the source vertex to all the vertices of a graph using Java.

Dice Rolling Simulation using Java

The project simulates the rolling of dice and also finds the number of times each number on the dice occurs using Java.

Caesar Cipher using Java

Given a string and a shift value, in this project the string is encoded or decoded as per user's choice by the shift value, using Java.

Stock Span Problem using Java

Given an array of n daily prices for a stock, this project calculates the span of stock's price for all n days using Java.