Skip to content

Commit 4be4f15

Browse files
committed
Update README.md for searching.py
1 parent fcc7c74 commit 4be4f15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,9 @@ These programs can be imported and used as modules in your programs.
6464
- Show Scores
6565
- Plot a Graph
6666
- Uses sorting.py for sorting algorithms
67+
68+
11. [searching.py](https://github.com/VarunS2002/Python-Data-Structures-Algorithms/blob/master/searching.py)
69+
- Searching within a List
70+
- Linear Search
71+
- Binary Search
72+
- Uses sorting.py for the sorting algorithm

0 commit comments

Comments
 (0)