Skip to content

Commit 79e69ff

Browse files
authored
Merge pull request kodecocodes#675 from AamirAnwar/master
Fixed typo in the README for the word 'example'
2 parents abbe07a + f035a25 commit 79e69ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Splay Tree/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Now suppose a *insert(7)* operation was performed and we're in a *ZigZag* case.
159159

160160
## Advantages
161161

162-
Splay trees provide an efficient way to quickly access elements that are frequently requested. This characteristic makes then a good choice to implement, for exmaple, caches or garbage collection algorithms, or in any other problem involving frequent access to a certain numbers of elements from a data set.
162+
Splay trees provide an efficient way to quickly access elements that are frequently requested. This characteristic makes then a good choice to implement, for example, caches or garbage collection algorithms, or in any other problem involving frequent access to a certain numbers of elements from a data set.
163163

164164
## Disadvantages
165165

0 commit comments

Comments
 (0)