You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -393,18 +393,9 @@ Let’s define 3 variables
393
393
394
394
Final answer we be the best solution out of these both (A[i] B[i] )
395
395
396
-
# Technical Interview (CIOT BRCD) (cute bird)
396
+
# Technical Interview
397
397
Now lets focus on the technical interviews. We tend to simplify the concepts by using memory palace techniques. I adivse everyone to develop a memory palace for algorithms/techniques that requrie knowledge about more than 6-7 steps.
398
398
399
-
What are the most important 7 steps?
400
-
401
-
Imagine a cute bird sees a giant worm that is shaped like a Q
402
-
{Question}. First the bird pour water on the worm (clarify). Then it find the
403
-
tail and head (I, O). Then it will taste the worm (Test). It will use its brain
404
-
to decide how to eat it (Brainstorm). Then a big white eagle comes and its needs
405
-
to calculate the runtime of eating the worm {Runtime analysis}. Then it will
406
-
start eating it with If, For, {Code} and Debugs it (No more bug).
407
-
408
399

409
400
410
401
The context should be asking questions and brainstorm at first. As you go on you
0 commit comments