Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaba865

Browse files
committed
Update README.md
1 parent ba36aa7 commit eaba865

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,18 @@ The code has been used in several popular video games including THQ's "Company o
1010

1111
It has also used in many University assignments and projects.
1212

13-
Description
14-
===========
13+
Installing
14+
==========
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+
============
1525

1626
This implementation is intended to be simple to read yet fairly
1727
efficient. To build it you can compile, with any recent C++ compiler,

0 commit comments

Comments
 (0)