Skip to content

[FEATURE REQUEST] DFS and BFS search algorithms are lack of effective tests and Node class should be decoupled from DFS #4229

@snirt

Description

@snirt

What would you like to Propose?

  • Write DFS and BFS search algorithms effective tests.
  • Write a new Node class in structures - its should be decoupled from the DFS class.
  • Some code refactoring.
  • Support of multiple data types

Issue details

BreadthFirstSearch.java

  • add algorithm tests

  • refactor
    DepthFirstSearch.java

  • write a new test file

  • refactor - mention that this is a recursive solution (in the future add an iterative solution as well)

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions