diff options
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | README.org | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/README b/README index 0bcbdaa..0140ab8 100644 --- a/README +++ b/README @@ -202,5 +202,6 @@ This collection includes: 6.1 v0.1.0 - 2021-11-03 ─────────────────────── - ⁃ Initial implementation. Includes DFS solver in Java, tool to - visualize the solution. + ⁃ Initial implementation: + + • Includes DFS solver in Java and a tool to visualize the solution. diff --git a/README.org b/README.org index 991c5a7..df869f0 100644 --- a/README.org +++ b/README.org @@ -141,5 +141,6 @@ A grid is printed for every iteration. Grids are composed of cells. ** v0.1.0 - 2021-11-03 -+ Initial implementation. Includes DFS solver in Java, tool to visualize - the solution. ++ Initial implementation: + + - Includes DFS solver in Java and a tool to visualize the solution. |