DylanMeeus / DylanMeeus/hasgo

Permutations()

Open
#29 0 comments 0 reactions 1 assignee Claimed by @DylanMeeus View on GitHub
enhancement hacktoberfest
Dominant language
Go
Stars
144
Forks
11
PR merge metrics
No merged PRs in 30d

Description

The permutations function returns the list of all permutations of the argument.

```haskell
[a] -> [[a]]
permutations "abc"
["abc","bac","cba","bca","cab","acb"]
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.