The project finds the shortest path distance from the source vertex to all the vertices of a graph using Java.
The project simulates the rolling of dice and also finds the number of times each number on the dice occurs 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.
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.