Sorted hash table (map, dictionary) data structure design

前端 未结 6 928
猫巷女王i
猫巷女王i 2020-12-29 00:14

Here\'s a description of the data structure:

It operates like a regular map with get, put, and remove methods, but has a

6条回答
  •  独厮守ぢ
    2020-12-29 00:30

    I'm not aware of a data structure classification with that exact behavior, at least not in Java Collections (or from nonlinear data structures class). Perhaps you can implement it, and it will henceforth be known as the RudigerMap.

提交回复
热议问题