Spectober_Fest icon indicating copy to clipboard operation
Spectober_Fest copied to clipboard

Submission Guideline

Open debidattasuryaprakash opened this issue 3 years ago • 0 comments

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

debidattasuryaprakash avatar Sep 29 '22 18:09 debidattasuryaprakash