Skip to content

Commit

Permalink
Added an example string to Huffman Coding
Browse files Browse the repository at this point in the history
  • Loading branch information
FlatAssembler committed May 24, 2024
1 parent f16c67f commit b7ad76a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion HuffmanCodingInAEC/HuffmanCodingInAEC.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ <h1>Huffman Encoding</h1>
<form>
<label for="enterTheText">Enter the text you want to compress:</label
><br />
<input type="text" id="enterTheText" name="enterTheText" />
<input
type="text"
id="enterTheText"
name="enterTheText"
value="TEO SAMARZIJA"
/>
</form>
<button onclick="invokeAECfunctions()">Invoke AEC program!</button
><br /><br />
Expand Down

0 comments on commit b7ad76a

Please sign in to comment.