You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linear Search with Comparison Matrix:
When we do a Linear Search, we go through the list one by one and check if the number we're looking for is at that position. We can keep track of each step we take, which is called a comparison matrix. It helps us see what values were checked and at which position, and it shows all the steps the algorithm took to find (or not find) the number.
Why use a comparison matrix?
It helps you understand how the algorithm is working, step by step. It shows exactly which items were checked, which is useful for learning how the algorithm works or debugging it.
Record
I agree to follow this project's Code of Conduct
I want to work on this issue
I'm willing to provide further clarification or assistance if needed.
Full Name
harpreet kaur
Participant Role
GSOC
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Feature Description
Linear Search with Comparison Matrix:
When we do a Linear Search, we go through the list one by one and check if the number we're looking for is at that position. We can keep track of each step we take, which is called a comparison matrix. It helps us see what values were checked and at which position, and it shows all the steps the algorithm took to find (or not find) the number.
Why use a comparison matrix?
It helps you understand how the algorithm is working, step by step. It shows exactly which items were checked, which is useful for learning how the algorithm works or debugging it.
Record
Full Name
harpreet kaur
Participant Role
GSOC
The text was updated successfully, but these errors were encountered: