Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simo981 authored Apr 16, 2024
1 parent f783fb6 commit a8f29ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We want all permutation without repetition of ``` a b c d e f g h i l m ``` of 3

We dont't want any uppercase first character.
```
./seqperm --upper n --start 3 --end 5 --last 0,1 --connectors ,. a b c d e f g h i l m
./seqperm --start 3 --end 5 --last 0,1 --connectors ,. a b c d e f g h i l m
```
## Complexity as number of permutation generated
$$
Expand Down

0 comments on commit a8f29ef

Please sign in to comment.