Go to file
2025-02-09 15:45:21 -06:00
two-sum Initial commit. 2025-02-09 15:45:21 -06:00
.gitignore Initial commit. 2025-02-09 15:45:21 -06:00
.prettierignore Initial commit. 2025-02-09 15:45:21 -06:00
README.md Initial commit. 2025-02-09 15:45:21 -06:00

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