Skip to content
  • about me
  • contact

Machine Learning and Algorithms

sharing computer science concepts and ideas

  • home
    • about me
  • machine learning
  • algorithms
  • web

algorithms

Linear Search: Searching Algorithm

October 17, 2020 by Waqar A. Khan

Searching is a important task in computer programming and there are number of algorithms and techniques to search any element in array. I am going to discuss linear search in this blog. In linear search we compare our target element with every element of array. The program will stop when element is equal to our … Read more

Categories searching algorithms Tags linear search, searhing algorithm Leave a comment

Recent Posts

  • Linear Search: Searching Algorithm
© 2020 - Built by Waqar Ahmad Khan with ❤