Skip to content
Régis Meyssonnier edited this page Apr 12, 2022 · 4 revisions

Welcome to the Data-structure---Tree wiki!

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.

Data structure

  • 2 Sat
  • Compression
  • Tree

Clone this wiki locally