Esempio n. 1
0
 public override void Run()
 {
     InternalCommand.Run(typeof(NetFocus.DataStructure.Internal.Algorithm.ListInsert));
 }
Esempio n. 2
0
 public override void Run()
 {
     InternalCommand.Run(typeof(NetFocus.DataStructure.Internal.Algorithm.SequenceMerge));
 }
Esempio n. 3
0
 public override void Run()
 {
     InternalCommand.Run(typeof(NetFocus.DataStructure.Internal.Algorithm.OneQuickPass));
 }
Esempio n. 4
0
 public override void Run()
 {
     InternalCommand.Run(typeof(NetFocus.DataStructure.Internal.Algorithm.PostOrderTraverse));
 }
Esempio n. 5
0
 public override void Run()
 {
     InternalCommand.Run(typeof(NetFocus.DataStructure.Internal.Algorithm.BSTSearch));
 }