How to modify elements in Java's Linked List in constant time while iterating through it?

后端 未结 0 1049
伪装坚强ぢ
伪装坚强ぢ 2020-12-02 09:54

I\'m trying to iterate through Java\'s implementation of a linked list and modify each element of the linked list in constant time. I\'m aware of the set() method of linked

相关标签:
回答
  • 消灭零回复
提交回复
热议问题