Unsorted Arrays vs Binary Search
Prerequisites of the Experiment
This experiment requires you to have basic knowledge about :
And above all, a curiosity to learn and explore..!
Overview of the Experiment
- The aim of this experiment is to understand the concepts of searching. The experiment elaborates on different techniques of searching namely the Linear Search and Binary Search, understanding the requirements of both and analysing the time complexity.
- The experiment features a series of modules with video lectures, interactive demonstrations, simulations, hands-on practice exercises and quizzes to self analyze.
Experiment Modules & their Weightage
Module | Weightage | Expectation |
---|---|---|
Pre-test | 10% | Solve All Questions |
Linear Search | 25% | Understand the linear search algorithm |
Binary Search | 25% | Understand the binary search algorithm on sorted lists |
Analysis | 25% | Understand the time and space complexity |
Post-test | 15% | Solve all Questions |