Wednesday, 15 August 2018

JAVA : ALGORITHM : 10 - BFS & DFS

JAVA : ALGORITHM : 10 - BFS & DFS


BFS - Bredth first search

    - Bredth - means get both element and add to queue

DFS - Depth first search

    - Depth - get only one element and add to queue