Skip to content

Latest commit

 

History

History

Artificial Intelligence

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Programs:

  • Family Tree (Prolog)
    • File(s): FAMILY.PRO
  • Crime Mystery (Prolog) - The Adventure of the Abbey Grange
    • File(s): ABBEY.PRO
  • Uninfomed Search Algorithm: 8 Puzzle using Iterative Deepening Search (IDS)
    • File(s): puzzle_ids.java
  • Informed Search Algorithm: 8 Puzzle
    • File(s): Puzzle.java
  • MinMax Algorithm
    • File(s): MinMax.java
  • 0/1 Knapsack using Genetic Algorithm
    • File(s): Knapsack.java