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

Releases: tjohnston-softdev/dotnet-coding-assessment-2112

Revision

31 Mar 01:30
Compare
Choose a tag to compare

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

20 Dec 04:15
Compare
Choose a tag to compare

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.