Skip to content

Commit 8f4fdbe

Browse files
committed
chore: udpated
1 parent 9e2c4f9 commit 8f4fdbe

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
- [Before you code](#before-you-code)
55
- [While you code](#while-you-code)
66
- [After you code](#after-you-code)
7-
- [Ask Questions before coding](#ask-questions-before-coding)
7+
- [Ask Questions before coding](#ask-questions-before-coding)
88
- [What you should prepare?](#what-you-should-prepare)
9-
- [Computer Science Concepts](#computer-science-concepts)
9+
- [Computer Science Concepts](#computer-science-concepts)
1010
- [Big O complexity](#big-o-complexity)
1111
- [Big O Time complexity](#big-o-time-complexity)
1212
- [Big O Space complexity](#big-o-space-complexity)
@@ -52,9 +52,11 @@
5252
- [Mock Interview](#mock-interview)
5353
- [Get the Average value at each level of the tree](#get-the-average-value-at-each-level-of-the-tree)
5454
- [ADT](#adt)
55+
5556
## Working with this repo
5657

5758
Download or clone in local machine. Then run individual file in node console to see the results.
59+
5860
## What to practice?
5961

6062
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
6769

6870
### After you code
6971

70-
### Ask Questions before coding
72+
#### Ask Questions before coding
7173

7274
Once they give you problem, don't start coding. Ask clarifying questions to make sure you understand the problem.
7375

@@ -82,7 +84,7 @@ Example:
8284
- [] DataStructure
8385
- [] Algorithms
8486

85-
### Computer Science Concepts
87+
## Computer Science Concepts
8688

8789
- [] Big O Time
8890
- [] Big O Space
@@ -124,7 +126,6 @@ Learn Big O. Make sure you give what would be the `runtime complexity` and `memo
124126
- [] Depth-first search
125127
- [x] Binary Search
126128

127-
128129
## Data-Structure
129130

130131
Data-structure represents how data will be stored in memory.
@@ -434,9 +435,6 @@ Math.round(2.8) = 3
434435
Math.round(2.4) = 2
435436
```
436437

437-
438-
439-
440438
## Mock Interview
441439

442440
### Get the Average value at each level of the tree

0 commit comments

Comments
 (0)