Created
September 17, 2016 01:19
-
-
Save takawitter/dd76286a3cdb7de470f320e085c1c070 to your computer and use it in GitHub Desktop.
Execution result of https://github.com/takawitter/cs/tree/master/ds/list-perf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Testing LinkedList | |
com.dzyoba.alex.TestAlloc: [7, 25, 276] | |
com.dzyoba.alex.TestInsert: [7069, 19437, 24856] | |
com.dzyoba.alex.TestInsertHead: [0, 1, 2] | |
com.dzyoba.alex.TestInsertTail: [0, 1, 1] | |
com.dzyoba.alex.TestSearch: [17372, 53823, 70404] | |
com.dzyoba.alex.TestDelete: [5, 9, 11] | |
com.dzyoba.alex.TestAlloc: [6, 36, 98] | |
com.dzyoba.alex.TestRemove: [6472, 8434, 9857] | |
------------------ | |
Testing ArrayList | |
com.dzyoba.alex.TestAlloc: [5, 9, 427] | |
com.dzyoba.alex.TestInsert: [861, 1752, 1789] | |
com.dzyoba.alex.TestInsertHead: [1847, 3951, 3972] | |
com.dzyoba.alex.TestInsertTail: [0, 1, 1] | |
com.dzyoba.alex.TestSearch: [6986, 14112, 14484] | |
com.dzyoba.alex.TestDelete: [1, 3, 4] | |
com.dzyoba.alex.TestAlloc: [5, 6, 19] | |
com.dzyoba.alex.TestRemove: [764, 769, 774] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment