Skip to content

Commit

Permalink
Merge pull request #3 from EmmanuelMr18/patch-1
Browse files Browse the repository at this point in the history
docs: update demo URL
  • Loading branch information
kelreel committed Oct 19, 2022
2 parents cf68be3 + a2a51d3 commit 1e0c843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center"><img height="150" src="./docs/logo.png" /><br>Huffman coding JS (TypeScript)</h1>
<h2 align="center">
<a href="https://kanitelk.github.io/huffman-javascript/">DEMO</a>
<a href="https://kelreel.github.io/huffman-javascript/">DEMO</a>
</h2>

Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. This is the implementation of the algorithm on TypeScript.
Expand Down

0 comments on commit 1e0c843

Please sign in to comment.