Create a 1 million node circular, double LL that contains randomly generated data within the range of 0-99.
generate a single random value between 0-99 and then search your list for that value and delete the first occurrence of that value.
The timer will return total time for:
create, insert, search, delete.
Comments
Leave a comment