mirror of
https://github.com/Xevion/visuals.git
synced 2025-12-05 23:16:56 -06:00
597 B
597 B
visuals
A simple repo storing animations I've created to visually present Computer Science related animations.
-
add-two-numbersPresents two numbers stored in LinkedLists being added together and output in a LinkedList.
Using elementary math and number carrying, this solution is quite fast and allows essentially infinitely large numbers to be added together without any problems.