示例#1
0
 static void Main(string[] args)
 {
     SetStackQueueDeckTester.TEST();
     SortTest.TEST();
     HashTableTest.TEST();
     BinaryTreeTester.TEST();
     GraphTester.TEST();
 }
示例#2
0
 private static void HashTable()
 {
     HashTableTest.PrintActions();
 }