Exemple #1
0
        static void Main(string[] args)
        {
            Stackk     one  = new Stackk();
            Queuee     two  = new Queuee();
            ArrayListt tree = new ArrayListt();
            HashTablee four = new HashTablee();

            try
            {
                //one.PervoeZadanie();
                //one.VtoroeZadanie();
                //one.TretieZadanie();
                //one.ChetvertoeZadanie();
                //two.PervoeZadanie();
                //two.VtoroeZadanie();
                //two.TretieZadanie();
                //two.ChetvertoeZadanie();
                //tree.PervoeZadanie();
                //tree.VtoroeZadanie();
                //tree.TretieZadanie();
                //tree.ChetvertoeZadanie();
                four.Vibor();
            }
            catch (Exception e)
            {
                Console.Write("!" + e);
            }
            Console.WriteLine("\nEnd");
            Console.ReadKey();
        }
Exemple #2
0
 static void Main(string[] args)
 {
     Stackk one = new Stackk();
     Queuee two = new Queuee();
     ArrayListt tree = new ArrayListt();
     HashTablee four = new HashTablee();
     try {
     //one.PervoeZadanie();
     //one.VtoroeZadanie();
     //one.TretieZadanie();
     //one.ChetvertoeZadanie();
     //two.PervoeZadanie();
     //two.VtoroeZadanie();
     //two.TretieZadanie();
     //two.ChetvertoeZadanie();
     //tree.PervoeZadanie();
     //tree.VtoroeZadanie();
     //tree.TretieZadanie();
     //tree.ChetvertoeZadanie();
     four.Vibor();
     }
     catch(Exception e)
     {
         Console.Write("!"+e);
     }
     Console.WriteLine("\nEnd");
     Console.ReadKey();
 }