MCPcopy Index your code
hub / github.com/JsonChao/Awesome-Algorithm-Study / BSTMap

Class BSTMap

data_struct_study/src/map/BSTMap.java:16–217  ·  view source on GitHub ↗

映射 Map 1)、存储 Key:value 数据对的数据结构。 2)、根据 Key,寻找 Value。 非常容易使用链表或者二分搜索树来实现。 LinkedListMap BSTMap 平均 最差 add、remove、set、get、contains O(n) O(h) O(logn) O(n)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected