Closed noshi91 closed 4 years ago
問題名はこれでいい気がします 強いていうならpersistentの前に完全永続の完全に対応するものをいれる?
クエリですが、-1でいいと思います(indexをずらして0にするか-1にするかの二択だと思うんですが、後者の方が良さそう)
とりあえず fully は付けずに作成してみます
Fully Persistent Queueの使用例が全然見つからなかったんで、Persistent Queueで良さそう
Could the statement for this problem be translated to English?
hi @noshi91, how can we solve this problem? I can't understand what the solution code means. Do you have a tutorial for it? Thanks.
I apologize for forgetting to include references. The solution is based on a RealTimeQueue from Okasaki, C. (1999). Purely functional data structures. Cambridge University Press.
問題名: Persistent Queue
想定アルゴリズム: 永続 Queue、永続平衡二分木など
問題概要
Q 個のクエリを処理
入力
出力
制約
Q < 2*10^5 (調整)
検討事項