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
DOM Efficiency: Optimized game-to-UI synchronization. By caching DOM handles in both the SudokuGame core and the SudokuApp animation loop, reduced DOM query overhead during full-board syncs and solver flushes.
Unified Engine Integration: Fully migrated all randomization logic to a modernized C++ <random> engine, providing stable and thread-safe gameplay across all solver states.
Refined Code Architecture: Consolidated text-processing helpers and purged legacy dead code, resulting in a cleaner codebase.
Smoother Animations: Reduced per-frame overhead in the solver flush block for a more responsive UI during rapid cell updates.