Skip to content

Latest commit

 

History

History

Search Algorithm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Search Algorithm

Terms

Uniformed search algorithms

  • Breadth-first search
  • Depth-first search
  • Iterative-deepening search

TODO:

  • Depth-First Search (DFS)
  • Breadth-First Search (BFS)
  • Binary Search Tree

Good References:

https://inst.eecs.berkeley.edu/~cs188/fa22/