From a68f167d2f6e2edecc36ea4bfb834b0a51a204f0 Mon Sep 17 00:00:00 2001 From: Jesse Brault Date: Sun, 9 Feb 2025 15:47:12 -0600 Subject: [PATCH] Fix typo in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 612115f..3db37fd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Jesse Brault: LeetCode Solutions -These are my LeetCode solutions. They are a work in progress. I am trying to them in C, since I want to have a good +These are my LeetCode solutions. They are a work in progress. I am trying to code them in C, since I want to have a good language challenge and get good performance in the process. Also, C is not "batteries included"—I'll have to write my data structures by hand and optimize them as needed.