Skip to content

This repository contains a simple implementation of a File Compressor using Huffman Coding

Notifications You must be signed in to change notification settings

abhishekbisht1429/file-compressor

Repository files navigation

File Compressor

Here is an implementation of a simple File compressor using Huffman Coding. The Code has been written in JAVA
Here are the steps to run it
  • use the command - java Main [input-file-name] [output-file-name] [mode]
    • [input-file-name] refers to the file that you want to compress or decompress.
    • [output-file-name] refers to the file which will store the output of the operation
    • [mode]
      • 1 - Compress
      • 0 - Decompress

About

This repository contains a simple implementation of a File Compressor using Huffman Coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages