Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba36aa7 commit eaba865Copy full SHA for eaba865
README.md
@@ -10,8 +10,18 @@ The code has been used in several popular video games including THQ's "Company o
10
11
It has also used in many University assignments and projects.
12
13
-Description
14
-===========
+Installing
+==========
15
+
16
+Build in place using:
17
18
+ g++ findpath.cpp -o findpath
19
20
+ g++ 8puzzle.cpp -o 8puzzle
21
22
23
+Introduction
24
+============
25
26
This implementation is intended to be simple to read yet fairly
27
efficient. To build it you can compile, with any recent C++ compiler,
0 commit comments