/Data-structure---Tree

Data structure tree

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

1. Data structure project

This project contains some data structure like many sample of segment tree, fenwick tree and other types.

2. Compression / Decompression

🥇2.1 Compression with huffman

This project contains some code to compress with the Huffman coding and to decompress with.

🥈2.2 Compression with LZW

This project contains some code to compress with the LZW coding and to decompress with.

🎱2.3 Compressor software

This project contains Compressor software to compress in combining the Huffman and LZW coding and to decompress with.