
Overview
Get access to 150+ other coding programs along with this Course at just $190 Subscription for 1-year.
Optimizing your approach for each search in your application makes your overall system more efficient. Proficiency in this topic will help prepare you for your next coding interview and will help you understand how data retrieval methods work.
Take-Away Skills:
Ability to implement and analyze the performance of common search algorithms.
Notes on Prerequisites:
A basic understanding of Python is required to implement these search algorithms.
Prerequisites:
Earn:
Certificate of Completion
Lessons: 4
Duration: 4 hours
Skill Level: Intermediate
Course Features
- Lectures 5
- Quizzes 2
- Duration 4 hours
- Skill level Intermediate
- Language English
- Students 34
- Assessments Yes
Curriculum
-
Linear & Binary Search
Learn the concepts behind linear and binary search before implementing them in Python. Test your knowledge with two quizzes.
-
Linear & Binary Search Project
Learn to modify a version of binary search to look for data in a sparse dataset.