Giter VIP home page Giter VIP logo

ece479-hw3's Introduction

ECE 479 Homework 3

How To Compile And Run The Code

The code is written in C++, and can be compiled using the g++ compiler by running the provided build.sh script. The executable will be named hw3, and placed in the bin folder. The sequence of compiling and running can be like the commands below.

cd ece479-hw3           # go to root folder of project
chmod +x build.sh       # give the build script execute permission
./build.sh              # compile the code
./bin/hw3 astar 1       # solve the puzzle with astar heuristic 1

Given Instructions

Please encode the A* algorithm in C, C++, or a language that we can compile and run to investigate the power of heuristics for the A* algorithm using the 8 puzzle problem. Use any two heuristics you may research or invent your own heuristics as long as they guarantee the solution optimality. In your write up, please explain how those two heuristics compare, and clearly state comparison criteria with respect to their efficiency of finding the optimal solutions.

Pseudocode From Lecture

Pseudocode

Picture From Lecture

Illustration

ece479-hw3's People

Contributors

caseyrounseville avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.