Skip to content

Commit 0d922cb

Browse files
committed
fixed a file for merging
2 parents 608c54d + 7227bd0 commit 0d922cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

chapters/data_compression/huffman/huffman.md

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

25-
=======
26-
>>>>>>> upstream/master
2726
# Huffman Encoding
2827

2928
If there were ever a data compression method to take the world by storm, it would be Huffman encoding.
@@ -87,11 +86,14 @@ Whether you use a stack or straight-up recursion also depends on the language, b
8786
### Rust
8887
[import, lang:"rust"](code/rust/huffman.rs)
8988
<<<<<<< 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
9597
{% sample lang="c" %}
9698
### C
9799
[import, lang:"c_cpp"](code/c/huffman.c)
@@ -142,4 +144,3 @@ $$
142144
\newcommand{\bftau}{\boldsymbol{\tau}}
143145
$$
144146

145-
>>>>>>> upstream/master

0 commit comments

Comments
 (0)