Merge algorithm: Difference between revisions

Content deleted Content added
m Python: Fixing bare references Wikipedia:Bare_URLs
Line 132:
 
=== Python ===
[[Python (programming language)|Python]]'s standard library (since 2.6) also has a {{mono|merge}} function in the {{mono|heapq}} module, that takes multiple sorted iterables, and merges them into a single iterator.<ref>{{cite web| url = https://docs.python.org/library/heapq.html#heapq.merge| title = heapq — Heap queue algorithm — Python 3.10.1 documentation}}</ref>
 
== See also ==