Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 306 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 306 Bytes

PermutationsChallenge

I was challenged by my friend Omar Abbas to make a program that can take in a string of input and print out every possible combination of its characters. So here it is.

I intend for this repo to showcase my ability to develop data efficient, well documented, and well tested code.