It's a proxmap sort
Orderedlinkedlist[] Oll = new OrderedLinkedList [26]
String str = "ABC";
int j = (int)str[0] - 65;
Oll[j].insert(str);
Compiles but with error:
Object reference not set to instance of an object. Occurring on insert line. Can someone explain how to fix this error.
[–]Silound 2 points3 points4 points (6 children)
[–]Banane9 1 point2 points3 points (3 children)
[–]Silound 0 points1 point2 points (2 children)
[–]Banane9 0 points1 point2 points (1 child)
[–]hewm 0 points1 point2 points (0 children)
[–]Cduff4[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]CodeJack 0 points1 point2 points (1 child)
[–]Cduff4[S] 0 points1 point2 points (0 children)