Skip to content

The program uses the Racket programming language to compute the answer to an 8-puzzle game

License

Notifications You must be signed in to change notification settings

bendery13/Racket-BFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

/*

This file is still being created. It is expected to be completed during Winter Break 2024. Please come back then to check up on it.

*/

Racket Puzzle Solving

Preview

  The Racket language is a functional programming language and a dialect of Scheme. Lists are the primary data structure for Scheme with Racket adding new syntax structures. For this project, I used Racket to compute the solutions to the 8-puzzle game. This program contains three parts, each of which works to solve the 8-puzzle. To use this program you can create your test cases, or use the ones provided in this repository.

Part 1

Part 2

Part 3

About

The program uses the Racket programming language to compute the answer to an 8-puzzle game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages