From 90bd5ca05bea4dbeaaeff5cbe13b5671da420c82 Mon Sep 17 00:00:00 2001 From: scratko Date: Fri, 25 Jul 2025 17:04:21 +0300 Subject: July update Added const qualifiers is_next_to_empty_box() became visible to other files(). The size of the main window has been changed. Checking whether the A* algorithm has been launched before starting a new game or the same A* algorithm. Fixed indentation in lambda expressions. The initial node is added to open_queue without additional creation of dynamic memory (the address of the object field is taken). Fixed PQ_cont.erase(). IsNearEmptyBox was removed(). EqualNode moved to the Node class. --- puzzle.png | Bin 114081 -> 101050 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'puzzle.png') diff --git a/puzzle.png b/puzzle.png index 30dd62b..8d6de56 100644 Binary files a/puzzle.png and b/puzzle.png differ -- cgit v1.2.3