- This repo is for leetcode weekly and biweekly contests solutions in C++ .
- Name of the folder will be [BiWeekly/Weekly][Contest Number]
For example : for adding solution of problem 1 of BiWeekly contest 88
Folder name should be "BiWeekly88"
File path should be "BiWeekly88/A.cpp" - First line of the code should be url of that problem in comments
// https://leetcode.com/contest/biweekly-contest-88/problems/remove-letter-to-equalize-frequency/ - Create new folders if needed as per convention
- There should not be any .exe files
- Code should be clean, readable and properly indented.
- Code should not be copied and pasted from other places.
- Only functions definition should be there as per leetcode IDE.