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

Skip to content

Commit a7e05d7

Browse files
up
1 parent 5ba2c4c commit a7e05d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Each function includes Dartdoc with usage and time/space complexity.
100100

101101
## 📚 Usage notes
102102

103-
- Import everything via use pofk_algorithm::*;
103+
- Import everything via use `pofk_algorithm::*;`
104104
- Sorting/searching functions use `T extends Comparable` where appropriate.
105105
- Weighted graph utilities use `WeightedEdge<T>`.
106106
- Algorithms are pure and side-effect free unless documented otherwise.

0 commit comments

Comments
 (0)