You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-An AI optimization engine solving the complex Job Scheduling Problem (JSP). Implements Backtracking Search and Cultural Algorithms with a full-featured Python GUI, strict constraint handling, and Matplotlib-driven comparative analytics.
A Java Swing-based GUI application to solve 9x9 Sudoku puzzles using the backtracking algorithm. Users can input values into a grid and click "Solve" to auto-complete the puzzle if a solution exists.