Skip to content

This is a folder of some of the known and challenging problems one faces while stepping into learning Artificial Intelligence.

Notifications You must be signed in to change notification settings

vermashaurya/ai-foundational

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-fundamentals

This folder contains some known and challenging problems one faces while learning Artificial Intelligence.

It includes the N queens problem,

image

the waterjug problem,

image

the pathfinding in a maze problem,

image

the 8 puzzle problem,

image

and the missionary & cannibals problem.

image

Methods used to achieve a desirable solution in these problems are BFS (Breath First Search) Algorithm, DFS (Depth First Search) Algorithm, and Backtracking. Every problem is solved using Python.

Comments are provided for the viewer to find it easier to locate certain components of the code.

Feel free to add to this folder, Happy Coding!

About

This is a folder of some of the known and challenging problems one faces while stepping into learning Artificial Intelligence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages