C
C copied to clipboard
perf: 1.c faster implementation of the leetcode TwoSum problem
Description of Change
A faster and more documented solution of the TwoSum problem on leetcode.
see TwoSum problem on leetcode
References
Checklist
- [x] Added description of change
- [x] Added tests and example, test must pass
- [x] Relevant documentation/comments is changed or added
- [x] PR title follows semantic commit guidelines
- [x] Search previous suggestions before making a new one, as yours may be a duplicate.
- [x] I acknowledge that all my contributions will be made under the project's license.
Notes: faster and more documented solution of the leetcode TwoSum problem
I'm expecting this to fail until the #898 will not be solved. For this I proposed two alternative solution in #900 and #901.
Let's wait until #901 is merged. Feel free to ping me in case I forgot about this PR. 🙂
Let's wait until #901 is merged. Feel free to ping me in case I forgot about this PR. slightly_smiling_face
ping.
@Panquesito7 ping! This PR is ready too.
Hi @Panquesito7. Thanks for your time.
This should fix ... if I remember well as it didn't reproduce on my env. Knowing what compilation parameters are used to check will help.