Google doc to make final submission
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Here's a google doc where we can paste all our results.
Instructions from the assignment again:
Your program should print out the following for each algorithm on each instance:
+ a) Report the states of the first 5 nodes in the order they would be expanded.
+ b) Report the solution found, i.e., the sequence of tile ID, and the number of moves.
+ c) Report the number of nodes expanded.
+ d) Report the CPU execution time in milliseconds.
Terminate your program if it expands 100,000 nodes without finding a solution.
Your submission should consist of two files:
+ 1) A pdf file with file name made up of your name and assignment number. For example, firstnameInitial_lastname_hw2.pdf. The file should contain a brief description of your algorithm, implementation, and execution result. Discuss your finding.
+ 2) Your code file with appropriate comments.
https://docs.google.com/document/d/1X2jgowqDQ01zcaJKsk_pxLD_RHJu4JJPrlG-rcsmG7g/edit?usp=sharing
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.