- Add Solution for those Questions which are not present in this Repository
-
File name convention:
- sr_no-question name.md
- Eg: 45-Merge K Sorted List.md
- sr_no-question name.md
-
File Structure:
- It should be .md file
- On top Header tag with problem link on any platform like Leetcode, GFG etc
- C++ code in code box
-
File Structure Example :
# [Problem Name](Problem Link)
```cpp
Code Here