03-11-2025, 09:56 AM
Generally I find it helpful to have a look at, but certainly don't rely on it (makes stuff up that can be tedious to debug), try to find the actual source web sites it used. Can be useful to get ideas, but not usually for detail unless it has found an exact answer to the question, even then it should be checked carefully which usually takes more time than just doing it.
Here's a challenge: Use it it code the the Breadth-First Search (BFS) maze search algorithm in Small Basic - there are plenty example sources out there in different languages (none in SB).
Here's a challenge: Use it it code the the Breadth-First Search (BFS) maze search algorithm in Small Basic - there are plenty example sources out there in different languages (none in SB).