JovianJovian
Sign In

Assignment 1 - Binary Search Practice

Data Structures and Algorithms in Python

← Back
Course Home
Lesson 1 - Binary Search, Linked Lists and Complexity
← Back
Next →
Course Home
Lesson 2 - Binary Search Trees, Traversals and RecursionAssignment 2 - Hash Tables and Python DictionariesLesson 3 - Sorting Algorithms and Divide & ConquerAssignment 3 - Divide and Conquer PracticeLesson 4 - Recursion and Dynamic ProgrammingLesson 5 - Graph Algorithms (BFS, DFS & Shortest Paths)Project - Solve a Programming Problem Step-by-StepLesson 6 - Python Interview Questions, Tips & Advice
Next →

In this assignment, you'll apply and practice the following concepts covered during the first lesson:

  • Understand and solve a problem systematically
  • Implement linear search and analyze it
  • Optimize the solution using binary search
  • Ask questions and help others on the forum
Notebook
Submit
aakashns/python-binary-search-assignment
 Run on Colab
 Run on Kaggle
 Run on Binder
Open in New Tab
Loading...