Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aagrawal207 committed Oct 21, 2018
1 parent 1714f31 commit b801362
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 b801362

Please sign in to comment.