Skip to content

CSCI-4202 - Artificial Intelligence - Programming Assignment 1 – Problem Solving Using Search

License

Notifications You must be signed in to change notification settings

brice-allen/csci4202

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCI4202 Homework 1

This is a program written in Go that solves the 8-puzzle problem using two search algorithms: breadth-first search and A* search.

Usage

  1. Clone this repository:
git clone https://github.com/brice-allen/csci4202.git
  1. Navigate to the hw01 directory:
cd csci4202/hw01
  1. Build the program:
go build
  1. Run the program with one of the following commands:
./hw01 astar
./hw01 bfs

The program takes input from a file named input.txt in the same directory and outputs the solution (if found) and some statistics about the search.

Dependencies

- Go 1.16 or later

License

License

This project is licensed under the MIT License. See LICENSE for more information.

About

CSCI-4202 - Artificial Intelligence - Programming Assignment 1 – Problem Solving Using Search

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages