Skip to content

Clesiaaa/LeetCodeProblemsC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

compilation of leetcode problems in C.

Here are some solutions for LeetCode Problems in C.

Contributing

Thank you for contributing to this project.

How to contribute

1. Fork the repository

Click the "Fork" button at the top right of this page to create a copy of the repository in your GitHub account.

2. Clone your fork

git clone https://github.com/Clesiaaa/LeetCodeProblemsC.git
cd LeetCodeProblemsC

3. Create your solution file

Go to the problems directory and create a new file named after the problem number with a .c extension.

problems/42.c

4. Add your solution

Write your solution inside the file.

5. Commit and push

git add problems/42.c
git commit -m "add : solution for problem 42"
git push origin main

6. Open a pull request

Go to your fork on GitHub and click "New pull request". Describe what problem you solved and submit.

Rules

  • One file per problem
  • The file name must be the problem number followed by .c
  • Place the file inside the problems directory
  • One solution per pull request

About

Solutions in C for some leetcode's problems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages