teivah / algodeck

An Open-Source Collection of 200+ Flash Cards to Help You Preparing Your Algorithms & Data Structures Interview 💯

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Best First Search vs Breadth First Search

vgrudenic opened this issue · comments

I'd suggest a better differentiation between Best and Breadth First Search in the Graphs section.

Acronyms BFS and DFS are used all over the place, but "breadth" and "depth" aren't mentioned anywhere, making it hard for a newcomer to understand what is being referred to.