-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Add Iterative Deepening DFS, which repeatedly applies DFS with increasing depth limits until the target is found.
Tasks:
- Implement IDDFS algorithm.
- Show animations for each depth level expansion.
- Display current depth level during visualization.
Acceptance Criteria:
- IDDFS explores progressively deeper layers.
- Visualization resets at each iteration and stops when the goal is found.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed