Skip to content

Commit 8d58569

Browse files
Update README.md
1 parent a0574d1 commit 8d58569

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

0x01-big-0-binary-search/README.md

+22
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
11
# 0x01. C - Big O & binary search
2+
3+
4+
The project aims at to understand:
5+
* What is the Big O notation, and how to evaluate the time and space complexity of an algorithm
6+
* What is a search algorithm
7+
* What is a linear search
8+
* What is a binary search
9+
10+
11+
# Useful Links:
12+
13+
http://stackoverflow.com/questions/487258/what-is-a-plain-english-explanation-of-big-o-notation
14+
15+
http://www.geeksforgeeks.org/g-fact-86/
16+
17+
https://en.wikipedia.org/wiki/Binary_search_algorithm
18+
19+
https://en.wikipedia.org/wiki/Linear_search
20+
21+
https://en.wikipedia.org/wiki/Search_algorithm
22+
23+
http://btechsmartclass.com/DS/U1_T3.html

0 commit comments

Comments
 (0)