A Java GUI-based application to manage teacher information using Object-Oriented Programming. Includes classes for Teacher, Lecturer, and Tutor, with user interface built using Swing.
A Java-based Sudoku solver with a graphical user interface (GUI) built using Swing. This project demonstrates a practical implementation of the backtracking algorithm to solve Sudoku puzzles, complete ...