Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GetsuDer committed Dec 13, 2020
1 parent 08cbbe6 commit 4f7047c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Trees + Visualisation
Implementation of unbalanced N-ary trees and ability to visualize them by using Graphviz
# PL + Recursive_Descent + Trees + Visualisation
Implementation of parsing programming languge with using
unbalanced N-ary trees and visualizing it by using Graphviz
Result:
![alt text](https://github.com/GetsuDer/TreesAndVisualisation/blob/main/formula.jpg)
![alt text](https://github.com/GetsuDer/TreesAndVisualisation/blob/main/graph.png)
![alt_text](https://github.com/GetsuDer/TreesAndVisualisation/blob/main/fib.png)

## Description
Expand Down
Binary file removed formula.jpg
Binary file not shown.
Binary file removed graph.png
Binary file not shown.

0 comments on commit 4f7047c

Please sign in to comment.