Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cad9f79

Browse files
authored
Update README.md
1 parent fc69f9a commit cad9f79

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Based on the context different data structures are used. Various data structures
55

66
## Types of Data Structures
77

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)
99

1010

1111
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.
1414

1515
## Data Structures Big-O
1616

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+
1819

1920

2021
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
2425

2526
## Data Structures Complexity
2627

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)
2829

2930

0 commit comments

Comments
 (0)