Skip to content

Commit 31324ce

Browse files
author
muj-programmer
committed
removed font tags
1 parent b1da4eb commit 31324ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ We can solve the **knight's tour** problem using warnsdorff's algorithm, which s
2424

2525
`Fig.1` demonstrates a sample run of the visualizer when knight is placed at `0, 0`, you can find other samples [here]().
2626

27-
| Symbol | Meaning |
28-
|:----------------------------:|-------------------|
29-
| <font color="black">0</font> | Unvisited Cell |
30-
| <font color="green">1</font> | Visited Cell |
31-
| <font color="red">2</font> | Knight's Position |
27+
| Symbol | Meaning |
28+
|:--------:|-------------------|
29+
| 0 | Unvisited Cell |
30+
| 1 | Visited Cell |
31+
| 2 | Knight's Position |
3232

3333
## Fun Fact
3434

0 commit comments

Comments
 (0)