Skip to content

Commit 1ec0fe6

Browse files
Add huffman solutions for C and Rust
1 parent 4461a60 commit 1ec0fe6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Solutions/challenge-huffman.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ The shared solutions:
3535
| 27 | [KCompressor](https://github.com/kiner-shah/MySolutionsToCodingChallenges/tree/main/compression-tool) | C++ | [Kiner Shah](https://github.com/kiner-shah) |
3636
| 28 | [zippy](https://github.com/ravil-gasanov/zippy) | Python | [Ravil Gasanov](https://github.com/ravil-gasanov) |
3737
| 29 | [huffman-compressor-cpp](https://github.com/r-harsh-r/huffman-encoder-cpp-optimised) | C++ | [Harsh R](https://github.com/r-harsh-r) |
38-
| 30 | [challenge-huffman](https://github.com/blissful-coder/CodingChallenges/tree/main/challenge-huffman) | C++ | [Anurag Negi](https://github.com/blissful-coder) |
38+
| 30 | [challenge-huffman](https://github.com/blissful-coder/CodingChallenges/tree/main/challenge-huffman) | C++ | [Anurag Negi](https://github.com/blissful-coder) |
39+
| 31 | [huffman-encoder-c](https://github.com/yannvanhalewyn/coding-challenges/tree/main/huffman-encoder-c) | C | [Yann Vanhalewyn](https://github.com/yannvanhalewyn) |
40+
| 32 | [huffman-encoder-rust](https://github.com/yannvanhalewyn/coding-challenges/tree/main/huffman-encoder-rust) | Rust | [Yann Vanhalewyn](https://github.com/yannvanhalewyn) |

0 commit comments

Comments
 (0)