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.
This is an implementation of the Sudoku Solver using a Backtracking Algorithm. It takes an unsolved Sudoku board as input and returns the solution.
This is a simple implementation of the classic game "Snake" using the Java Swing library and AWT (Abstract Window Toolkit) API.
This is a Java program that calculates the monthly mortgage payment based on the user-entered principal, annual interest rate, and period in years.
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.