Browse all Courses

Start Now!

Enroll for FREE

With this course, you will:

  • Learn data structures and algorithms in Python
  • Solve challenges in real-time
  • Earn a professional certificate
Fi Coin

Average Salary (US)

$113,000

Fi Box

Prerequisites

Fi Coin

Average Salary (US)

$113,000

Fi Box

Prerequisites

Start Now!

Enroll for FREE
Course Hero Image
Course

DSA with Python

Learn Data Structures and Algorithms With Python to master the art of writing highly efficient code and ace your coding interviews.

  • Level: Intermediate

  • Duration: 1 month

  • Type: Interactive

  • Language: English

  • challenge

    Coding Challenges: 90+

  • message-question

    Quizzes: 135+

Course Content

Chapter 19:

What's Next?

Start this Course

Don't just learn DSA

Solve challenges in real-time

Linear Search

Instructions

  • Define a function called linear_search().
  • Go through the array sequentially, checking each element against the key.
  • If the element matches the key, return the index of the key.
  • Else, return -1.

Example

Suppose we have the following array:

[9, 10, 5, 8, 7, 4]

For input value:

5

The output of the program will be:

2
main.py

CERTIFICATE OF COMPLETION

This is to certify that

Jane Doe

has successfully completed the course

DSA with Python

Gain a competitive edge with our professional certifications

Showcase your expertise on LinkedIn and stand out from the crowd. Impress your potential employers.

CERTIFICATE OF COMPLETION

This is to certify that

Jane Doe

has successfully completed the course

DSA with Python

Feedback from our students

Aaron Sang
The platform is wonderful and will continue to be a step above the rest of what's out there right now.

Feedback from our students

Aaron Sang
The platform is wonderful and will continue to be a step above the rest of what's out there right now.
Landan Devencia
Learning to code is hard, but Programiz PRO has made it easy by being right by my side in my coding journey.
Ayushma Malla Thakuri
On Programiz PRO, the research work is already done by an expert in the background; all you need to do is focus on your learning.

Courses similar to this

Courses similar to this

Loading...Loading...