Few hints on how to write better tests:
1. Don't use "test" prefix for test methods. This had to be done in JUnit 3 (!) but now it only adds noise. Instead use method names that express the intent.
I am a broken father. I have lost my son. The negligence at @thenairobihosp has cost the life of my dear son Ryan Hawi. The doctor injected him with the wrong dose. Now he is no more. I need #Justice4RyanHawi
This is how it started
@svpino Depends with the operations that you want to do .. insert at the middle of the array is O(n) while inserting at the end is O(1) ..
Linked list insert at the head is O(1)