From c7dbbe21070907ab683021767f95a945bcfcb966 Mon Sep 17 00:00:00 2001 From: "Lynn C. Rees" Date: Fri, 10 Nov 2017 10:13:01 -0700 Subject: Add heapqueue module to doc index (#6655) Add copyright header to heapqueue modlue --- lib/pure/collections/heapqueue.nim | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/pure/collections') diff --git a/lib/pure/collections/heapqueue.nim b/lib/pure/collections/heapqueue.nim index f86ba1d3f..60869142e 100644 --- a/lib/pure/collections/heapqueue.nim +++ b/lib/pure/collections/heapqueue.nim @@ -1,3 +1,12 @@ + +# +# +# Nim's Runtime Library +# (c) Copyright 2016 Yuriy Glukhov +# +# See the file "copying.txt", included in this +# distribution, for details about the copyright. + ##[ Heap queue algorithm (a.k.a. priority queue). Ported from Python heapq. Heaps are arrays for which a[k] <= a[2*k+1] and a[k] <= a[2*k+2] for -- cgit 1.4.1-2-gfad0