Skip to content

Add Iterative Deepening DFS (IDDFS) #2

@R-Anurag

Description

@R-Anurag

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

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions