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.
我需要使用外部排序对二进制文件进行排序。我使用 2 个辅助文件 f1 和 f2 放置单调的序列数据。之后我合并这些文件。我这样做直到有一个单调的序列。
前 1 2 3 4 5 0 1
f1:1 2 3 4 5 f2:0 1
最终文件 0 1 1 2 3 4 5
我需要一些提示
f1
f2
a1
a2