Coders Packet

Packets submitted by Pallav Goswami

Java Spring Boot Course Application using REST API

This is an implementation of REST API using Java Spring Boot that can be used to perform CRUD operations to modify the contents with MySQL and Postman.

Sudoku Solver in Java using Backtracking Algorithm

This is an implementation of the Sudoku Solver using a Backtracking Algorithm. It takes an unsolved Sudoku board as input and returns the solution.

Snake Game in Java using Java Swing and AWT

This is a simple implementation of the classic game "Snake" using the Java Swing library and AWT (Abstract Window Toolkit) API.

Mortgage Calculator in Java using standard Java Libraries

This is a Java program that calculates the monthly mortgage payment based on the user-entered principal, annual interest rate, and period in years.

Tic-Tac-Toe game in Java using 2-D Array and ArrayList

A Java-based tic-tac-toe game that runs on the command line interface. The game utilizes 2D arrays and ArrayLists to implement the game logic and provide an enjoyable gaming experience.