Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

I created a website that displays a dynamic visualisation of the Static Top Tree!

Revision en1, by maomao90, 2024-07-23 04:41:53

Introduction

Remember my previous blog? I mentioned that I am planning to write a blog about static top tree. AtCoder already has a pretty good explanation of the static top tree, so I was thinking how I can do better. Then, VisualAlgo came into mind. Why not I make an interactive website that showcases the static top tree? Well, that is exactly what I did!

Website

Here is the website that is hosted using GitHub pages. The public GitHub repository of my code is here.

The website is created using the React framework. This is my first time using React, so the code is quite messy. Feel free to let me know how I can improve the code in the comments, or even submit pull requests on GitHub!

Credits

I am not a creative person, so most of the UI is inspired by other websites. The majority of my UI is inspired by VisualAlgo and CS academy graph editor.

Tags tree, data structures, website, visualisation

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English maomao90 2024-07-23 04:50:52 316 Tiny change: 'I am not a creative person, s' -> 'I am not an artistic person, s' (published)
en1 English maomao90 2024-07-23 04:41:53 1219 Initial revision (saved to drafts)