Add more solution for Leetcode algorithm. #33

Closed
opened 2026-01-29 15:01:15 +00:00 by claunia · 18 comments
Owner

Originally created by @danghai on GitHub (Aug 8, 2019).

I create leetcode directory. You can contribute solution for Leetcode algorithm by C language.
Good practice coding :)
Please put some comment for explanation. It helps other people understand your algorithm better

Originally created by @danghai on GitHub (Aug 8, 2019). I create leetcode directory. You can contribute solution for Leetcode algorithm by C language. Good practice coding :) Please put some comment for explanation. It helps other people understand your algorithm better
claunia added the hacktoberfesthelp wantedPractice codingStale labels 2026-01-29 15:01:15 +00:00
Author
Owner

@SuranjanDaw commented on GitHub (Oct 2, 2019):

Added 7.c: Integer reversal with 32-bit overflow checker and 9.c: Pallidrome without string conversion

@SuranjanDaw commented on GitHub (Oct 2, 2019): Added 7.c: Integer reversal with 32-bit overflow checker and 9.c: Pallidrome without string conversion
Author
Owner

@Kunal614 commented on GitHub (Oct 16, 2019):

Added and commented problem Unique Number of Occurrences 1207
https://github.com/TheAlgorithms/C/pull/422

@Kunal614 commented on GitHub (Oct 16, 2019): Added and commented problem Unique Number of Occurrences 1207 https://github.com/TheAlgorithms/C/pull/422
Author
Owner

@kvedala commented on GitHub (Aug 27, 2020):

This is an excellent collection 👍

Can you please convert the codes to independent executable programs with documentation in sync with the rest of the repo? Thanks

@kvedala commented on GitHub (Aug 27, 2020): This is an excellent collection 👍 Can you please convert the codes to independent executable programs with documentation in sync with the rest of the repo? Thanks
Author
Owner

@BhanukaC commented on GitHub (Oct 22, 2020):

Add LeetCode Problem 1486 using C #703

@BhanukaC commented on GitHub (Oct 22, 2020): Add LeetCode Problem 1486 using C #703
Author
Owner

@BhanukaC commented on GitHub (Oct 22, 2020):

LeetCode 961 Problem Using C #702

@BhanukaC commented on GitHub (Oct 22, 2020): LeetCode 961 Problem Using C #702
Author
Owner

@BhanukaC commented on GitHub (Oct 22, 2020):

Create 1295.c #701

@BhanukaC commented on GitHub (Oct 22, 2020): Create 1295.c #701
Author
Owner

@itsvinayak commented on GitHub (Oct 31, 2020):

hey @danghai, how to add an alternate algorithm for the same question, should it be added to the same file or by creating another file, what should be the syntax for naming file?

thank you,
@itsvinayak

@itsvinayak commented on GitHub (Oct 31, 2020): hey @danghai, how to add an alternate algorithm for the same question, should it be added to the same file or by creating another file, what should be the syntax for naming file? thank you, @itsvinayak
Author
Owner

@kvedala commented on GitHub (Nov 26, 2020):

hey @danghai, how to add an alternate algorithm for the same question, should it be added to the same file or by creating another file, what should be the syntax for naming file?

thank you,
@itsvinayak

Contribution Guidelines
Meanwhile, the Leetcode folder is currently unstructured and there is an effort to normalize the folder with respect to the repo #733

@kvedala commented on GitHub (Nov 26, 2020): > hey @danghai, how to add an alternate algorithm for the same question, should it be added to the same file or by creating another file, what should be the syntax for naming file? > > thank you, > @itsvinayak [Contribution Guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md) Meanwhile, the Leetcode folder is currently unstructured and there is an effort to normalize the folder with respect to the repo #733
Author
Owner

@DhruvPasricha commented on GitHub (Feb 17, 2021):

Hi @danghai, I would like to work on this issue,.
Can i contribute by adding some solutions ?

@DhruvPasricha commented on GitHub (Feb 17, 2021): Hi @danghai, I would like to work on this issue,. Can i contribute by adding some solutions ?
Author
Owner

@Panquesito7 commented on GitHub (Feb 18, 2021):

Can I contribute

Thank you for your interest in contributing. 👍
Before submitting a PR, please ensure the following:

  • The algorithm isn't a duplicate in this repository.
  • Make your code as per the repository standards.
  • Ensure that all the automated-tests pass.
@Panquesito7 commented on GitHub (Feb 18, 2021): > Can I contribute Thank you for your interest in contributing. 👍 Before submitting a PR, please ensure the following: * The algorithm isn't a duplicate in this repository. * Make your code as per the repository [standards](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md). * Ensure that all the [automated-tests](https://github.com/TheAlgorithms/C-Plus-Plus/actions) pass.
Author
Owner

@Dezx20 commented on GitHub (Aug 20, 2021):

Hi @danghai im new into this and i would love to contribute in this sections. can u help me with how i can get started, Please?

@Dezx20 commented on GitHub (Aug 20, 2021): Hi @danghai im new into this and i would love to contribute in this sections. can u help me with how i can get started, Please?
Author
Owner

@AryanNayak commented on GitHub (Aug 31, 2021):

Hey, can I contribute to this? I have solved 800+ questions on Leetcode.

@AryanNayak commented on GitHub (Aug 31, 2021): Hey, can I contribute to this? I have solved 800+ questions on Leetcode.
Author
Owner

@Panquesito7 commented on GitHub (Sep 1, 2021):

Hey, can I contribute to this? I have solved 800+ questions on Leetcode.

Woah, amazing! Of course, you can! Feel free to make PRs, and we'll review them. 🙂

@Panquesito7 commented on GitHub (Sep 1, 2021): > Hey, can I contribute to this? I have solved 800+ questions on Leetcode. Woah, amazing! Of course, you can! Feel free to make PRs, and we'll review them. 🙂
Author
Owner

@Vedika-Agrawal commented on GitHub (Sep 30, 2021):

I would like to add my Leet Code solutions, Please assign this task to me. to the problem no 4 Median of Two Sorted Arrays.{hard}

@Vedika-Agrawal commented on GitHub (Sep 30, 2021): I would like to add my Leet Code solutions, Please assign this task to me. to the problem no 4 Median of Two Sorted Arrays.{hard}
Author
Owner

@Ayan-thecodeking commented on GitHub (Oct 1, 2021):

I also want to add some leetcode questions ...as I have practiced a lot
Pls assign it to me under hacktoberfest

@Ayan-thecodeking commented on GitHub (Oct 1, 2021): I also want to add some leetcode questions ...as I have practiced a lot Pls assign it to me under hacktoberfest
Author
Owner

@AyushSingh-github commented on GitHub (Oct 2, 2021):

hello. i just added my 4 leetcode solutions for binary tree transversals. please see my pull request.

@AyushSingh-github commented on GitHub (Oct 2, 2021): hello. i just added my 4 leetcode solutions for binary tree transversals. please see my pull request.
Author
Owner

@github-actions[bot] commented on GitHub (Jan 19, 2022):

This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions[bot] commented on GitHub (Jan 19, 2022): This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@github-actions[bot] commented on GitHub (Jan 26, 2022):

Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions[bot] commented on GitHub (Jan 26, 2022): Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our [Gitter](https://gitter.im/TheAlgorithms) channel or our [Discord server](https://discord.gg/c7MnfGFGa6). Thank you for your contributions!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#33