Data structure name: combination array/linked list

后端 未结 6 1793
天涯浪人
天涯浪人 2020-12-23 17:43

I have come up with a data structure that combines some of the advantages of linked lists with some of the advantages of fixed-size arrays. It seems very obvious to me, and

6条回答
  •  自闭症患者
    2020-12-23 18:13

    You can call it LinkedArrays.

    Also, I would like to see the pseudo-code for the removeIndex operation.

提交回复
热议问题