Releases: tjohnston-softdev/dotnet-coding-assessment-2112
Revision
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.
Submission
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.