Skip to content

Commit

Permalink
Remove unnecessary whitespace in book_2_3.clj
Browse files Browse the repository at this point in the history
An unnecessary whitespace following the huffman-message-encoded definition in book_2_3.clj was removed. This cleanup is part of ongoing efforts to improve the readability and maintainability of the code.
  • Loading branch information
Denis Smet committed Feb 9, 2024
1 parent 840199b commit 8fb5fbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sicp/chapter_2/part_3/book_2_3.clj
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@
1 1 1 ; C
0)) ; A
(def huffman-message-encoded '(:A :D :A :B :B :C :A))

(def huffman-A '(0))
(def huffman-B '(1 0))
(def huffman-C '(1 1 1))
Expand Down

0 comments on commit 8fb5fbc

Please sign in to comment.