-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathq_and_a_template_file.txt
More file actions
48 lines (39 loc) · 1.53 KB
/
q_and_a_template_file.txt
File metadata and controls
48 lines (39 loc) · 1.53 KB
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
You may learn this entire algorithm and never forget it by the
time your done thinking through this Q & A file..
#1 Intuition, forethought &
first thoughts on how to solve this problem:
a. Intuition:
Intuition as instinctive understanding or gut
feeling about the problem. It comes from previous
experiences, knowledge, and patterns observed.
Intuition can help guide you in making initial
assumptions or identifying potential solutions
based on your subconscious understanding of the
problem.
b. Forethought:
Forethought involves thinking ahead and
considering different aspects of the problem.
It involves planning, anticipating challenges,
and envisioning potential solutions. Forethought
can help you prepare a strategy, break down the
problem into manageable parts, and foresee any
potential roadblocks or considerations.
c. First Thoughts:
First thoughts are the initial ideas or approaches
that come to your mind when you encounter a problem.
They can be spontaneous and based on your immediate
understanding of the problem. First thoughts are
valuable because they give you a starting point to
work from and can help trigger further exploration
and analysis.
# Approach
2. My approach to solving the problem:
# Complexity
3 A. Time complexity:
3 B. Space complexity:
# Code
```
4 A. Data structures:
4 B. kind of algorithm:
4 C. Breaking down how to solve this algorithm (subproblems):
5 Other: