Example #1
0
        static void Main(String[] args)
        {
            //YouTube yt = new YouTube();
            //yt.FindLink("");

            StatsCalc sc = new StatsCalc();

            sc.CURL();

            //ExcelCompare ec = new ExcelCompare();
            ////ec.Compare();
            //ec.FindNewContacts();

            //MongoTest mt = new MongoTest();
            //mt.MakeConnection();

            //Console.WriteLine("Start: ");
            //ThoughtWorks m = new ThoughtWorks();

            //int[] A = new int[10];
            ////RandomData(A);
            //int[] B = (int[])A.Clone();
            ////Shuffle(B);
            //Thread.Sleep(10);
            //RandomData(B);
            ////Print(A);
            ////Print(B);
            //Stopwatch w = new Stopwatch();
            //w.Start();

            //Console.WriteLine(ThoughtWorks.partiescompare(A, B));
            //double sec = w.ElapsedMilliseconds;
            //w.Stop();
            //Console.WriteLine("Total Time 1 (in ms):" + sec);
            //w.Reset();
            //w.Start();
            //Console.WriteLine(ThoughtWorks.partiescompare1(A, B));
            //sec = w.ElapsedMilliseconds;
            //w.Stop();
            //Console.WriteLine("Total Time 1 (in ms):" + sec);

            //Console.WriteLine(ThoughtWorks.ThirstyCrowProblem(A, 10, 4));
            //Array.Sort(A);
            //Print(A);
            //Array.Sort(B);
            //Print(B);
            Console.Read();
        }
Example #2
0
        static void Main(String[] args)
        {
            //YouTube yt = new YouTube();
            //yt.FindLink("");

            StatsCalc sc = new StatsCalc();
            sc.CURL();

            //ExcelCompare ec = new ExcelCompare();
            ////ec.Compare();
            //ec.FindNewContacts();

            //MongoTest mt = new MongoTest();
            //mt.MakeConnection();

            //Console.WriteLine("Start: ");
            //ThoughtWorks m = new ThoughtWorks();

            //int[] A = new int[10];
            ////RandomData(A);
            //int[] B = (int[])A.Clone();
            ////Shuffle(B);
            //Thread.Sleep(10);
            //RandomData(B);
            ////Print(A);
            ////Print(B);
            //Stopwatch w = new Stopwatch();
            //w.Start();

            //Console.WriteLine(ThoughtWorks.partiescompare(A, B));
            //double sec = w.ElapsedMilliseconds;
            //w.Stop();
            //Console.WriteLine("Total Time 1 (in ms):" + sec);
            //w.Reset();
            //w.Start();
            //Console.WriteLine(ThoughtWorks.partiescompare1(A, B));
            //sec = w.ElapsedMilliseconds;
            //w.Stop();
            //Console.WriteLine("Total Time 1 (in ms):" + sec);

            //Console.WriteLine(ThoughtWorks.ThirstyCrowProblem(A, 10, 4));
            //Array.Sort(A);
            //Print(A);
            //Array.Sort(B);
            //Print(B);
            Console.Read();
        }