Written during a code interview for a job. Takes a file containing a list of names in (FirstName, LastName) format and sorts them by last name and then first name, then exports the list to a file.
-
Updated
May 9, 2018 - C#
Written during a code interview for a job. Takes a file containing a list of names in (FirstName, LastName) format and sorts them by last name and then first name, then exports the list to a file.
Add a description, image, and links to the write-to-file topic page so that developers can more easily learn about it.
To associate your repository with the write-to-file topic, visit your repo's landing page and select "manage topics."