What are the complicated data structures you should have heard of?
This is a derivative question, but I'm inquiring as to the data structures that you should at least be familiar with for their usefulness. These structures are too hard to implement without some expertise however.
I would say a good boundary between the two is a heap -- you should be able to code a heap, but it would take you a day. Not appropriate for this would be a BST, etc. Edit: I see the point that it depends on what you are doing. I think it would be awesome to have a list with a phrase summarizing why you use it!
Here's a list to start:
布隆过滤器
What about:
手指树
链接地址: http://www.djcxy.com/p/39844.html上一篇: 州
下一篇: 你应该听说过哪些复杂的数据结构?