Coders Packet

Packets submitted by Vipul Rajesh Chandankar

Number Occurrence using Array in Java

This project is related to count the occurrence of a given number in Java using an Array.

Shortest Job First scheduling algorithm in Java

In this project shows the programmatic implementation of Shortest Job First Scheduling Algorithm in Java. Here we calculated the Average waiting time and Average Turn Around Time.

Tic-Tac-Toe Game using Java

This is a simple Tic-Tac-Toe game developed in Java using the Function, Array, and Conditional and Logical operator.