Code Monkey home page Code Monkey logo

huffman's Introduction

huffman

HuffmanTree (Implementation-Side) This Class constructs HuffmanTree objects, which is way to compress files for storage. This class constructs HuffmanTrees using a file of charaters and is able to print encoded file using the write method. This class is also capable of constructing an HuffmanTree from a previosly encoded file, and then is able to decode that file with the decode method.

HuffmanNode (Implementation-Side) This Class is the HuffmanNode class which has the feilds of frequency, ascii, left and right as well as a constructor that only includes frequency and and ascii, and a constructor that includes the values of left and right that define it in their parameters

Encode (Client-Side) Encode prompts the user for an input file name, a code file name and the name to use for the binary (encoded) output file. It assumes that MakeCode has been run to generate a Huffman tree appropriate for encoding the input file.

Decode (Client-Side) Decode prompts the user for the name of a binary (encoded) input file and a code file name and produces as output a text file containing the original file. Assumes that the binary input file was creaed by Encode.

huffman's People

Contributors

vikramsringari avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.