-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.py
More file actions
56 lines (33 loc) · 775 Bytes
/
Copy pathtemplate.py
File metadata and controls
56 lines (33 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
'''
project_name =
problem_statement =
problem_source =
problem_explanation =
'''
'''
*including edge cases, create test cases for each of the scenerios below*
example1_input=
example1_output=
example2_input=
example2_output=
examplen_input=
examplen_output=
steps-
Implement the solution and test it using example input, check it results the correct output. Fix bugs, if any
Analyze trhe algorithms complexity and identity inefficiencies, if any
Apply the right technique to overcome the inefficiencies, then repeat the steps again
State the most correct and efficient solution in plain english
'''
'''
Algo
-
'''
#Short template
'''
problem_name =
problem_source =
Algo
-
'''
#solve = Solution()
#result = solve.