Readme Creation
Create a README.md file in your folder, example Peter_Solutions/README.md and also add your solution file
(Choose any one language and at max two)
-
Peter_Solutions/Solution.cpp C++
-
Peter_Solutions/Solution.c C
-
Peter_Solutions/Solution.java Java
-
Peter_Solutions/Solution.py Python
Problem Explanation 🚀
Describe the explanation in your words, which can be too precise and short.
Your logic 🤯
- Approach
- Own test cases if any
- Code Structure and Libraries used
Time Complexity and Space Complexity
Example
// Time Complexity -> O(n)
// Space Complexity -> O(1)
Suggestion if any
Tell us what better can be implemented
If new can refer to the following instructions and start contribution Contribution Guide
Readme Creation
Create a
README.mdfile in your folder, examplePeter_Solutions/README.mdand also add your solution file(Choose any one language and at max two)
Peter_Solutions/Solution.cppC++Peter_Solutions/Solution.cCPeter_Solutions/Solution.javaJavaPeter_Solutions/Solution.pyPythonProblem Explanation 🚀
Describe the explanation in your words, which can be too precise and short.
Your logic 🤯
Time Complexity and Space Complexity
Suggestion if any
Tell us what better can be implemented
If new can refer to the following instructions and start contribution Contribution Guide