Skip to content

This repository contains implementations of various artificial intelligence problems and algorithms.

Notifications You must be signed in to change notification settings

Diveshmahajan4/AI-Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

AI Problem Solving

This repository contains implementations of various artificial intelligence problems and algorithms.

Table of Contents

  1. Constraints Statisfaction Problem
    • CryptArithmetic
    • N-Queens Problem
  2. Eight Puzzle
    • Eight Puzzle A*
    • Eight Puzzle A* (Alternate)
    • Eight Puzzle BFS
    • Eight Puzzle DFS
  3. Missionary Cannibal
    • Missionary Cannibal BFS/DFS
  4. Robot Navigation
    • Robot Navigation A*
    • Robot Navigation BFS
    • Robot Navigation DFS
  5. Shortest Path
    • Bellman-Ford Algorithm
    • Dijkstra's Algorithm
  6. Tic-Tac-Toe
    • Tic-Tac-Toe with AI
    • Tic-Tac-Toe without AI
  7. Water Jug
    • Water Jug A*
    • Water Jug BFS
    • Water Jug DFS
  8. Prolog Implementations
    • Expert System (expert.pl)
    • Facts Database (facts.pl)
    • Family Relations (family.pl)
    • Monkey and Banana (monkey.pl)
    • Predicate Logic (predicate.pl)

About

This repository contains implementations of various artificial intelligence problems and algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published