Skip to content

Commit 899d4c2

Browse files
committed
Fix typos found by codespell
1 parent b7cab9d commit 899d4c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For filing a PR for a new question, please open a issue first for the same and t
3232

3333
### Bookmarks
3434

35-
The Bookmarks directory is for storing awesome links to articles, videos, slides, talks, etc that are interesting and can help in increasing knowledge for a specific topic. There has been many PRs for adding new links in Bookmarks and most of them refered to either a whole book or DS Algo MOOCs, please refrain from adding them. Here are some points that you must consider before contributing to Bookmarks -
35+
The Bookmarks directory is for storing awesome links to articles, videos, slides, talks, etc that are interesting and can help in increasing knowledge for a specific topic. There has been many PRs for adding new links in Bookmarks and most of them referred to either a whole book or DS Algo MOOCs, please refrain from adding them. Here are some points that you must consider before contributing to Bookmarks -
3636

3737
* Don't add a link to a MOOC or course (like DS Algo MIT lectures)
3838

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Python Data Structures and Algorithms
44

5-
This repository contains data structures and algorithms concepts and questions userful for interviews in Python.
5+
This repository contains data structures and algorithms concepts and questions useful for interviews in Python.
66

77
## :dart: Objective
88

notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2. Dynamic memory allocation [Why?](https://www.slideshare.net/profansari/linked-list-static-and-dynamic-memory-allocation)
2020
3. Maintaining directory of names
2121
4. Image viewer, where images are linked in slideshows
22-
5. Previos and next page in web browsers
22+
5. Previous and next page in web browsers
2323
6. Playlist in music players
2424

2525
---
@@ -85,7 +85,7 @@
8585

8686
### Advantages of BST over heap
8787

88-
1. Search for arbitary element is O(log(n)) in BST whereas it is O(n) for heap. [Reference](https://stackoverflow.com/questions/6147242/heap-vs-binary-search-tree-bst)
88+
1. Search for arbitrary element is O(log(n)) in BST whereas it is O(n) for heap. [Reference](https://stackoverflow.com/questions/6147242/heap-vs-binary-search-tree-bst)
8989

9090
---
9191

0 commit comments

Comments
 (0)