Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 7eef824

Browse files
author
cd155
committed
update test case
1 parent 6ce6b54 commit 7eef824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Recursion.hs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ permutateSeq existSeq (x:xs) = map (++ [x]) existSeq ++
104104
105105
Theoretically, it has 2^(c+r) different paths
106106
107-
test case: allPaths (0,0) (3,3) [(1,2), (3,2)]
107+
test case: allPaths (0,0) (2,2) [(1,1), (1,2)]
108108
-}
109109

110110
{-

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /