From d59ef79b965091b8bcac454b6868bceeaeeff355 Mon Sep 17 00:00:00 2001 From: polsevev Date: Sun, 26 Feb 2023 23:25:41 +0100 Subject: [PATCH] added an exit button, cleaned up the algorithm choice --- index.html | 11 +++++++++- src/Algorithm.rs | 55 ++++++++++++++++++++++++++++------------------- src/GuiHookVec.rs | 48 +++++++++++++++++++++++++++++++++++------ src/main.rs | 21 +++++++++--------- 4 files changed, 94 insertions(+), 41 deletions(-) diff --git a/index.html b/index.html index af14045..c78fa74 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - TITLE + BeepSort!