Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Revision

Latest
Compare
Choose a tag to compare
@tjohnston-softdev tjohnston-softdev released this 31 Mar 01:30

This is my submission for a technical assessment as part of a software developer position that I applied for during December 2021. The challenge was to create a .NET Core application that inputs a string and displays all of the possible 'palindrome partitions'. That is, all of the possible combinations of palindrome substrings.

This revised version was released on 31 March 2022. The code has been cleaned up with no major changes.