Skip to content

Commit 7387bc6

Browse files
committed
add readme
1 parent bd49b72 commit 7387bc6

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
@@ -43,7 +43,7 @@ It includes a collection of coding fun puzzles.
4343
- MinCostSortedArray: cost to sort array
4444
- MinCuttingWords: the minimal way to cut string based on dictionary
4545
- MinHeap: min heap implementation
46-
- MinPathSum: min sum of path
46+
- MinPathSum: min sum of path (DP and Dijkstra)
4747
- MinWindowSubString: minimal window of substring
4848
- Node: tree node
4949
- Queen: Queen game

0 commit comments

Comments
 (0)