Fix typo in README.md.

This commit is contained in:
Jesse Brault 2025-02-09 15:47:12 -06:00
parent 38afea4824
commit a68f167d2f

View File

@ -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.