File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Based on the context different data structures are used. Various data structures
5
5
6
6
## Types of Data Structures
7
7
8
- ![ Types of Datastructure] ( https://github.com/habibsql/TheDatastructures/blob/main /docs/types .JPG?raw=true )
8
+ ![ Types of Datastructure] ( https://github.com/habibsql/TheDatastructures/blob/master /docs/type .JPG?raw=true )
9
9
10
10
11
11
Their performaces are also varied. For example, Some data structures read operation is first but write is slow. Some are
@@ -14,7 +14,8 @@ algorithms the datastructures need to be selected.
14
14
15
15
## Data Structures Big-O
16
16
17
- ![ Big-O] ( https://github.com/habibsql/TheDatastructures/blob/main/docs/bigo.JPG?raw=true )
17
+ ![ Big-O] ( https://github.com/habibsql/TheDatastructures/blob/master/docs/bigo.JPG?raw=true )
18
+
18
19
19
20
20
21
It is very important to understand the performance of data structures and its operations. Time complexity & Space complexity
@@ -24,6 +25,6 @@ vital part of any algorithm. Every algorithm works with data and to manage/store
24
25
25
26
## Data Structures Complexity
26
27
27
- ![ Types of Datastructure ] ( https://github.com/habibsql/TheDatastructures/blob/main /docs/Complexity .JPG?raw=true )
28
+ ![ Complexity ] ( https://github.com/habibsql/TheDatastructures/blob/master /docs/complexity .JPG?raw=true )
28
29
29
30
You can’t perform that action at this time.
0 commit comments