Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google の Dremel アルゴリズムは、上位 k クエリをサポートしています。top-k クエリが使用するアルゴリズムを誰か教えてもらえますか?
ヒープのように?
ヒープを使用して、ソートされたリストの上位 k 個の要素を求めるクエリに O(nlogk) 時間で回答できます。
http://stevehanov.ca/blog/index.php?id=122を参照