From 0e1296b7cc05443dc8231e8bf8688aef7169ad58 Mon Sep 17 00:00:00 2001 From: Ali Faraji <31096694+alifa98@users.noreply.github.com> Date: Mon, 28 Oct 2024 01:45:24 -0400 Subject: [PATCH] docs: remove unnecessary blank line in To-Do list --- todo.md | 1 - 1 file changed, 1 deletion(-) diff --git a/todo.md b/todo.md index b3086fb..7cbc4a3 100644 --- a/todo.md +++ b/todo.md @@ -1,6 +1,5 @@ # To-Do list - - [ ] Stable Matching: Implement the Gale-Shapley algorithm - [ ] Voting: Implement the Borda Count method - [ ] Voting: Implement the Plurality method