Skip to content
Snippets Groups Projects
Commit fdf85d51 authored by KELES CEMRENUR's avatar KELES CEMRENUR
Browse files

Update README.md

parent afdc19de
Branches
No related merge requests found
### !! Il faut pas oublier d'ajouter après. !!
- .gitignore
# Tree Map Generator
The goal of this project is to implement a program that generates **tree maps**, a visual representation where data is divided into regions proportional to their values. This involves processing input data, applying recursive splitting strategies, and rendering the result as a PDF image.
This project focuses on creating a program capable of generating tree mapsvisual diagrams that partition a rectangular space into regions proportional to the given data values. The process encompasses parsing input data, employing recursive splitting algorithms, and producing the final output as a PDF image.
## Final Result
Here is an example of the final tree map generated by the program (scaled to fit the display):
Here is an example of the final tree map generated by the program :
<img src="result.png" alt="Final Tree Map" width="300px">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment