Welcome to the Weekend Contests Solutions repository! We appreciate your interest in contributing to our collection of solutions for weekend contests on Geeks for Geeks and LeetCode.
- Click on the "Fork" button on the top right corner of this page to create a copy of the repository to your GitHub account.
git clone https://github.com/dhruvabhat24/Weekend-Contests.git
cd Weekend-Contests
git checkout -b feature/branch-name
- Place your solutions in the appropriate folders based on the contest platform:
- Geeks-for-Geeks for Geeks for Geeks solution. Inside choose the contest you want to contribute
- Leetcode for LeetCode solutions. Inside choose the contest you want to contribute
- If the folder is not there then create one folder and then contribute
Name your solution files descriptively, indicating the problem name.
Your contributions will undergo a code review process. Be open to feedback and make necessary improvements based on the feedback received.
Include comments in your code to explain the logic, especially for complex algorithms or optimizations. Make your code easy to understand for others.
Ensure your solutions pass the sample test cases. If possible, add additional test cases to validate your code.