Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rcolomina authored Oct 26, 2021
1 parent 1312b7c commit 017c7f0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ The interesting thing of this library is regarding the generics. Each node can b
This library focus is development on graph navigation, regardless the type of objects contained on its nodes.

## Download Project
There is a "walker" using Best First Search strategy to navigate testing graphs defined on main.

Download the repository:

Expand All @@ -26,9 +25,7 @@ Now you can test the source code:

`$ ./main`

Testing graphs will be run over its notes showing its text content.

You can extend testing adding additional graphs. You can have a look to main to see how these are defined.

## Define New Graphs
Testing graphs will run a strategy over its notes and showing text content of any node visited. There is implemented a "walker" which is using Best First Search (BFS) strategy to explore a graph. There are some testing graph defined in main. You can add easily additional graphs as it is done on main.

## Creating New Graphs
Not documented yet.

0 comments on commit 017c7f0

Please sign in to comment.