Commit graph

43 commits

Author SHA1 Message Date
63e8214974 testing github action 2023-03-03 20:06:40 +01:00
427e5586d7 added testing 2023-03-03 01:37:09 +01:00
0b68bb773f merge? 2023-03-03 01:20:12 +01:00
70e2b4460c rewrote the list implementation to use traits for better mocking when testing 2023-03-03 01:19:29 +01:00
c7b41c94c3 need to implement in place version of radix sort 2023-03-03 00:49:41 +01:00
3dc71499ac added contributing to ReadMe 2023-03-01 00:10:00 +01:00
d151bfb71c added iterative quicksort 2023-03-01 00:01:34 +01:00
b576638128 broken quicksort, async recursion is not being friendly 2023-02-28 23:40:08 +01:00
9021517448 fixed coctailShaker 2023-02-27 20:44:46 +01:00
a786ad15e5 removed limiting of skip 2023-02-27 14:50:09 +01:00
33cd49d931 added a limit to how much skipping can be done to avoid low fps 2023-02-27 03:27:17 +01:00
dded57b568 main loop improvement, should probably add some form of state 2023-02-27 02:58:34 +01:00
671f650d55 added TODO 2023-02-26 23:26:48 +01:00
d59ef79b96 added an exit button, cleaned up the algorithm choice 2023-02-26 23:25:41 +01:00
41adfc2fa9 removed joke 2023-02-26 17:09:37 +01:00
875bea3423 Meme 2023-02-26 17:07:16 +01:00
a040f71b9f added README 2023-02-26 03:27:21 +01:00
0b9d7b5acc re-added a lot of the algorithms! 2023-02-26 03:16:09 +01:00
e9d1d8ee2b fixed rsync to not move so much, and fixed link to wasm file in index.html 2023-02-26 02:54:07 +01:00
078995be3a fixed rust install step 2023-02-26 02:45:12 +01:00
a5adbb85ea fixed rust install 2023-02-26 02:42:47 +01:00
b023fc1d98 fixed error in deploy yaml 2023-02-26 02:41:41 +01:00
Rolf Martin Glomsrud
492fbc8fff
Update main.yml 2023-02-26 02:40:05 +01:00
5f66b28eb6 deployment test 2023-02-26 02:38:58 +01:00
Rolf Martin Glomsrud
69e566c781
Create main.yml
First build and deploy
2023-02-26 02:37:55 +01:00
d7341269c9 Removed dependency on unstable feature 2023-01-24 16:25:03 +01:00
0d9cd0d22b removed .idea 2022-12-06 16:41:36 +01:00
c7255f5dcb Performance fixed: Rewrote to not use generators 2022-12-06 16:40:58 +01:00
7a48d0debb finished, needs full redesign to become more optimized 2022-11-08 17:26:02 +01:00
c70ebbe4bd I don't really know 2022-11-08 16:31:16 +01:00
d57068af75 Remember to build for Release, literally 100x performance! 2022-11-08 06:32:39 +01:00
906dacf28b increase speed giga 2022-11-08 02:30:46 +01:00
4a8a7de62c needs to get a UI overhaul 2022-11-08 01:54:21 +01:00
d3ea6699dc idkDude 2022-11-08 01:12:57 +01:00
759935c3c6 fixed graph rendering problems 2022-11-08 00:56:06 +01:00
d529a1c184 cleanup 2022-11-07 23:22:40 +01:00
0e5ab853a6 i am retarded, fixed it now by adding a pre-menu 2022-11-07 23:21:10 +01:00
643ae4a77f Still not able to freely choose generator 2022-11-07 22:38:37 +01:00
b7b3c5fdd7 testLOL 2022-11-07 03:36:26 +01:00
8bd2b12103 added some more sorting algos 2022-11-07 01:44:35 +01:00
fb91932372 fixed, add yield ahead of any change in the list to update the UI 2022-11-07 01:21:18 +01:00
5203cf1359 Created InsertSort 2022-11-06 23:10:16 +01:00
8d5847e1d9 initial 2022-11-06 22:44:59 +01:00