From 49c4599639c9015ea879cc9d8ccf819e09df271d Mon Sep 17 00:00:00 2001
From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com>
Date: Sun, 18 Feb 2024 00:02:53 +0000
Subject: Sat, Feb 17, 2024, 4:02 PM -08:00

---
 wk3/lab/bubble.c | 20 --------------------
 1 file changed, 20 deletions(-)
 delete mode 100644 wk3/lab/bubble.c

(limited to 'wk3/lab/bubble.c')

diff --git a/wk3/lab/bubble.c b/wk3/lab/bubble.c
deleted file mode 100644
index 3d95665..0000000
--- a/wk3/lab/bubble.c
+++ /dev/null
@@ -1,20 +0,0 @@
-#include <cs50.h>
-#include <ctype.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
-int main(void) {
-
-}
-
-
-/*
-    look at each pair of numbers i & i +1
-    if they're out of order swap them
-    repeat until completely sorted
-
-    worst sorting method
-    O(n^2)
-    Q(n)
-*/
-- 
cgit v1.2.3