Skip to content

Projects made in the Introduction to Information Theory uni subject

Notifications You must be signed in to change notification settings

WeslleyDeziderio/introduction-to-information-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Information Theory - Projects


author author

This repository contains the projects made in the Introcution to Information Theory classes.


Here you will find two projects: LZW-compressor and a KNN Classifier, both made in C++.

Execution

For the LZW compressor/decompressor, in the root folder run the command: g++ -Wall main.cpp -o main && ./main

Note: you can change the file to compress/decompress on the encoder.cpp/decoder.cpp files

For the KNN classifier, on the root folder run the command: g++ -Wall main.cpp -o main && ./main

About

Projects made in the Introduction to Information Theory uni subject

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages