Javahelplease
Programmer
I have to implement a sorting algorithm called radixsort in Java. My problem is...
I have to select one appropriate kind of linked list(singly-linked, doubly-linked, circular, etc.)to represent the master list and the buckets. And explain my choice.
I'm thinking the linked list should be a doubly-linked list, but not sure. Could some please please verify and provide the reason why? I'm a bit confused cause I think all the linked list should work.
Please help.
I have to select one appropriate kind of linked list(singly-linked, doubly-linked, circular, etc.)to represent the master list and the buckets. And explain my choice.
I'm thinking the linked list should be a doubly-linked list, but not sure. Could some please please verify and provide the reason why? I'm a bit confused cause I think all the linked list should work.
Please help.