puzzles/case-permutations
Zoé Cassiopée Gauthier 7e4f02547b Initial commit
2024-04-02 17:01:09 -04:00
..
README.md Initial commit 2024-04-02 17:01:09 -04:00

Case permutations

Puzzle from rendezvous with cassidoo from January 10th, 2022.

Given a string s, you can transform every letter individually to be lowercase or uppercase. Return a list of all possible permutations you could create from s.

Solution posted at https://gist.github.com/zoeisnowooze/a3f57a93e9d008958f88f355c49f5025