https://github.com/divital-coder/sticks-descend
Sorting Algorithm Visualiser visualising stock price data of a number of different stock listings.
https://github.com/divital-coder/sticks-descend
Last synced: about 2 months ago
JSON representation
Sorting Algorithm Visualiser visualising stock price data of a number of different stock listings.
- Host: GitHub
- URL: https://github.com/divital-coder/sticks-descend
- Owner: divital-coder
- Created: 2023-05-10T02:54:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T16:32:09.000Z (5 months ago)
- Last Synced: 2025-01-30T11:09:39.479Z (4 months ago)
- Size: 731 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support_images/background_images_four.jpg
Awesome Lists containing this project
README
TODO : (so far):
First fetch necessary stock data , atleast the values of 200 stocks to be precise. And work out on implement an API which provides and connects seamlessly with the frontend.STICKS DESCEND
Sticks descend is a sorting algorithm visualiser based on the web. Most visualisations use randomly generated integer values to work with. The unique aspect of this project is in accordance with the fact that it uses stock price data and map it out to values suitable and ready to be sorted and visualised using front end manipulations.
The core backend of the project is written entirely in JULIA, inside of backends .jl files, where as the front end stuff is wrapped inside of SVELTE framework.Reference and inspirations:
Most of the sorting algorithms seen here were inspired by a github repository i came across a while ago. You can take a look on it by yourself : https://github.com/bingmann/sound-of-sorting
This project was apparently embraced graciously by the meme community all over youtube.Note: the following stuff is about the sound-of-sorting github repository.
**********************************************************
(how to run the https://github.com/bingmann/sound-of-sorting.git project)
******************************************************************
🔴 warning: THE BELOW MENTIONED STEPS ARE NOT FOR THIS REPO! DONT WASTE UR TIME :) 🔴
***********************************************************************
To run it all you gotta do is clone the repo. Run
./configure
Read the configure logs, if it says something is not installed, try installing just that.
Make
Then cd ./src and run like this
./sound-of-sorting
Since it is now been created as an executable.***********************************************************