From 7cbaa3cfc3691147c28614783c3fc3ebfdc0b042 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 7 Jul 2024 01:54:05 -0600 Subject: Added huffman coding implementation and tests --- priority-queue/pq.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'priority-queue/pq.scm') diff --git a/priority-queue/pq.scm b/priority-queue/pq.scm index 337e5a6..a3a86d4 100644 --- a/priority-queue/pq.scm +++ b/priority-queue/pq.scm @@ -1,6 +1,5 @@ (define-module (pq) #:use-module (srfi srfi-1) - #:use-module (srfi srfi-9) #:use-module (ice-9 q) #:export (make-pq pq? -- cgit v1.2.3