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
-[Big O Space complexity](#big-o-space-complexity)
@@ -52,9 +52,11 @@
52
52
-[Mock Interview](#mock-interview)
53
53
-[Get the Average value at each level of the tree](#get-the-average-value-at-each-level-of-the-tree)
54
54
-[ADT](#adt)
55
+
55
56
## Working with this repo
56
57
57
58
Download or clone in local machine. Then run individual file in node console to see the results.
59
+
58
60
## What to practice?
59
61
60
62
Make sure you know Computer science [basic data structures](#data-structures-you-should-know). Also you should be aware of [fundamental algorithms](#fundamental-algorithms-you-should-know).
@@ -67,7 +69,7 @@ Make sure you know Computer science [basic data structures](#data-structures-you
67
69
68
70
### After you code
69
71
70
-
### Ask Questions before coding
72
+
####Ask Questions before coding
71
73
72
74
Once they give you problem, don't start coding. Ask clarifying questions to make sure you understand the problem.
73
75
@@ -82,7 +84,7 @@ Example:
82
84
-[] DataStructure
83
85
-[] Algorithms
84
86
85
-
###Computer Science Concepts
87
+
## Computer Science Concepts
86
88
87
89
-[] Big O Time
88
90
-[] Big O Space
@@ -124,7 +126,6 @@ Learn Big O. Make sure you give what would be the `runtime complexity` and `memo
124
126
-[] Depth-first search
125
127
-[x] Binary Search
126
128
127
-
128
129
## Data-Structure
129
130
130
131
Data-structure represents how data will be stored in memory.
@@ -434,9 +435,6 @@ Math.round(2.8) = 3
434
435
Math.round(2.4) =2
435
436
```
436
437
437
-
438
-
439
-
440
438
## Mock Interview
441
439
442
440
### Get the Average value at each level of the tree
0 commit comments