Skip to content

Commit

Permalink
Merge pull request #1 from Abhishek-dev2/master
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
Ayush Mishra authored Oct 21, 2018
2 parents 1714f31 + b801362 commit 5968c63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Huffman_Tree_GUI
A Java Project for displaying the Huffman Encoding Tree and decoding a bit string using the same

# Libraries and Algorithms used
1) javaFX for visualization
2) Built-in PriorityQueue for implementing Min Heap(required to build encoding tree)
# Libraries and Algorithms used:
1) JavaFX for visualization
2) Built-in PriorityQueue for implementing Min Heap (required to build encoding tree)

# Usage
Firstly, install javaFx libraries in the system.
Firstly, install javaFX libraries in the system.
Then,
1) javac HuffmanTree.java
2) javac DisplaySimpleTree.java
Expand Down

0 comments on commit 5968c63

Please sign in to comment.