Go to file
2025-02-13 20:36:18 -06:00
add-two-numbers Fix whitespace typo. 2025-02-10 08:07:13 -06:00
max-sum-pair Not the fastest solution, but a solution. 2025-02-13 20:36:18 -06:00
two-sum Update to use HashMap with chaining, cli args, and freeing all memory (no leaks). 2025-02-11 17:19:23 -06:00
.gitignore Initial attempt at add-two-numbers. 2025-02-09 16:22:52 -06:00
.prettierignore Initial commit. 2025-02-09 15:45:21 -06:00
README.md Fix typo in README.md. 2025-02-09 15:47:12 -06:00

Jesse Brault: LeetCode Solutions

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.