Data-Driven-World / 2023

0 stars 5 forks source link

Missing Radix Sort Animation #27

Open natalieagus opened 1 month ago

natalieagus commented 1 month ago

This page: https://data-driven-world.github.io/2023/notes/oop/linear-dt#radix-sort-with-queue suppose to contain radix-sort animation, but it is missing now, perhaps the google drive link expired:

image

Here's the relevant part in https://github.com/Data-Driven-World/2023/blob/main/docs/04-oop/linear-dt.md, line 164:

A simple animation for radix sorting:

<ImageCard path={"[https://drive.google.com/uc?export=view&id=1CUsu4T_Q7N9Lc6s4F6lUNugkkdYG0A70"}](https://drive.google.com/uc?export=view&id=1CUsu4T_Q7N9Lc6s4F6lUNugkkdYG0A70%22%7D) widthPercentage="70%"/>

Source: [visualgo.net](https://visualgo.net/en/sorting?slide=16).
(Visualgo provides a lot of nice animations of many different algorithms that may help you visualize the algorithm better)
ryanntannn commented 3 weeks ago

Seems like the google drive link has not expired (you can access through the browser https://drive.google.com/uc?export=view&id=1CUsu4T_Q7N9Lc6s4F6lUNugkkdYG0A70)

Instead it seems like google drive is blocking the request to protect against unwanted traffic through embedding

image
natalieagus commented 3 weeks ago

Ah.. google drive being google drive. It once works. Nvm, leaving the issue here to fix in the future anyway since the animation is gone. Thanks!