We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc7c74 commit 4be4f15Copy full SHA for 4be4f15
README.md
@@ -64,3 +64,9 @@ These programs can be imported and used as modules in your programs.
64
- Show Scores
65
- Plot a Graph
66
- 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