Metadata
Technology & Computer Science Grade 6-8 Create Hard-
Subject
Technology & Computer Science
-
Education level
Grade 6-8
-
Cognitive goals
Create
-
Difficulty estimate
Hard
-
Tags
maze, BFS, pseudocode, flowchart, pathfinding, memory efficient
-
Number of questions
5
-
Created on
-
Generation source
-
License
CC0 Public domain
-
Prompt
Assess students' ability to design a maze‑solving robot that finds the shortest path in a grid using breadth‑first search: produce a clear flowchart and readable pseudocode implementing BFS, specify memory‑efficient ways to store the frontier and visited nodes (e.g., compact coordinate encoding, bitmaps, circular queue, parent pointers), give time/space complexity estimates, and describe a practical strategy for dynamic updates when obstacles appear or disappear (local re‑planning, incremental updates or selective full recompute). Include a brief worked example on a small grid and criteria for when to trigger full versus partial replanning.
Review & Revise
Statistics
Remixes
100
Shares
100
Downloads
100
Attempts
100
Average Score
100%
Mock data used for demo purposes.