|
|
|
|
|
by taeric
1633 days ago
|
|
I'm assuming a mutable linked list where you can just set the rest from any point to null. Though, I confess I don't see benefits of linked list for this, all told. Sounds like the intent is to scan forward until you hit the limit of calls, or see you have hit the boundary. In which case you set the current next point to the current call? Is what you are describing. |
|