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.