CS50x : Week 3: Algorithms
In this week of CS50x we learned different Searching and Sorting Algorithms.
We started with two searching algorithms the Linear search and the Binary search.
Linear Search
In linear search we iterate through the data one element at a time using a lo...
manaspawar202.hashnode.dev5 min read