Spectober_Fest
Spectober_Fest copied to clipboard
Submission Guideline
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.cppC++ -
Peter_Solutions/Solution.cC -
Peter_Solutions/Solution.javaJava -
Peter_Solutions/Solution.pyPython
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