Exemple #1
0
        // funkcja tworzaca liste oraz inicjalizujaca funkcje testowa /
        static TimeSpan TestOfUnsortedList(int A, int B, int M, int N)
        {
            // zwraca czas wykonania testu
            UnsortedList<int> l1 = new UnsortedList<int>();

            return l1.Test(A, B, M, N);
        }