GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
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 maps—visual 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 :
<imgsrc="result.png"alt="Final Tree Map"width="300px">