Showing posts with label Order strings series 2 of 10. Show all posts
Showing posts with label Order strings series 2 of 10. Show all posts

Tuesday, November 14, 2017

Order strings (II)

Nov. 14, 2017

Introduction


It is time for me to learn how to write a C# program and also review other's code. The second study code is written using SortedDictionary. DescendingComparer class and DescendingComparerI class are defined.


Code design talk 


Here is the C# code after I review the code.