Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
We're glad you're interested in adding C LeetCode solutions to the repository.\ Here we'll be explaining how to contribute to LeetCode solutions properly.
First off, you'll need to fork the repository here.\ Then, you'll need to clone the repository to your local machine.
After that, you'll need to create a new branch for your solution.
All LeetCode problems can be found here.\ If you have a solution to any of these problems (which are not being repeated), that's great! Here are the steps:
leetcode/src
with the number of the problem.98.c
.main
function. Use the required standalone functions instead.stdio.h
. Your file should be the solution to the problem only.Note There was a requirement to update the
leetcode/DIRECTORY.md
file with details of the solved problem. It's not required anymore. The information about the problem is fetched automatically throughout the LeetCode API.
Once you're done with adding a new LeetCode solution, it's time we make a pull request.
If you need any help, don't hesitate to ask and join our Discord server! 🙂