mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
37534f4d8c
* perf: faster implementation of the TwoSum problem * doc: fixed typos on comments * updating DIRECTORY.md * feat: leetcode ZigZag conversion solution * doc: leetcode README added ZigZag conversion solution * fix: clang-tidy linter corrections * doc: fixed typo on leetcode README * Update leetcode/src/6.c @file does not want parameters Co-authored-by: David Leal <halfpacho@gmail.com> * Update leetcode/src/6.c Co-authored-by: David Leal <halfpacho@gmail.com> * fix: unsigned int and include comments * fix: comments on includes. Doxygen file. static test function * fix: add missing headers * Delete 1.c * Revert "Merge branch 'master' into leetcode/zigzag" This reverts commit b46a6afd52ae950e54a9c3ae04d54c523965f0bf. * fix: revert 1.c * updating DIRECTORY.md * Empty commit to test the CI * Update leetcode/src/6.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update leetcode/src/6.c Co-authored-by: David Leal <halfpacho@gmail.com> * fix: missing main * updating DIRECTORY.md * doc: added missing comment Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com>