-
Notifications
You must be signed in to change notification settings - Fork 3
Add Iterative Deepening DFS (IDDFS) #2
Copy link
Copy link
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed