Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 341 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 341 Bytes

Codes for some algos in basic AI

Python codes for A* algo, Recursive-best-first-search(RBFS) algo and iterative-deepening-search(IDS) algo.

NOTE: There are comments for almost every line and functions for better understanding. And almost every new action is completed in a different function with related name for which it's designed.