Ericsson Interview Question

Order Names (First Name, Last Name) in alphabetical order.

Interview Answer

Anonymous

Feb 20, 2019

Wrote the program using List and linq. then explained logic to use string utility functions to manually implement them.