Skip to content

Instantly share code, notes, and snippets.

@takawitter
Created September 17, 2016 01:19
Show Gist options
  • Save takawitter/dd76286a3cdb7de470f320e085c1c070 to your computer and use it in GitHub Desktop.
Save takawitter/dd76286a3cdb7de470f320e085c1c070 to your computer and use it in GitHub Desktop.
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