Skip to content

Commit 6479bd2

Browse files
committed
Revert "fixed a file for merging"
This reverts commit 0d922cb, reversing changes made to 608c54d.
1 parent c786435 commit 6479bd2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

chapters/data_compression/huffman/huffman.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<<<<<<< HEAD
2-
<<<<<<< HEAD
32
<script>
43
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
54
</script>
@@ -23,6 +22,8 @@ $$
2322
\newcommand{\bftau}{\boldsymbol{\tau}}
2423
$$
2524

25+
=======
26+
>>>>>>> upstream/master
2627
# Huffman Encoding
2728

2829
If there were ever a data compression method to take the world by storm, it would be Huffman encoding.
@@ -86,14 +87,11 @@ Whether you use a stack or straight-up recursion also depends on the language, b
8687
### Rust
8788
[import, lang:"rust"](code/rust/huffman.rs)
8889
<<<<<<< HEAD
89-
<<<<<<< HEAD
9090
{% sample lang="hs" %}
9191
### Haskell
9292
[import, lang:"haskell"](code/haskell/huffman.hs)
9393
{% endmethod %}
9494
=======
95-
=======
96-
>>>>>>> refs/remotes/origin/master
9795
{% sample lang="c" %}
9896
### C
9997
[import, lang:"c_cpp"](code/c/huffman.c)
@@ -146,3 +144,4 @@ $$
146144
\newcommand{\bftau}{\boldsymbol{\tau}}
147145
$$
148146

147+
>>>>>>> upstream/master

0 commit comments

Comments
 (0)