Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
40.3k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.7k+ articles
JavaScript
11.5k+ articles
Java
10.1k+ articles
Mathematical
7.7k+ articles
Python Programs
4.1k+ articles
python searching-exercises
5 posts
Popular Articles
Recent Articles
Linear Search - Python
Last Updated: 07 April 2025
Given an array,arrof n elements, and an elementx, find whether elementxis present in the array. Return the index of the first occurrence ofx
...read more
Python
Python Programs
python searching-exercises
Python Program for Anagram Substring Search (Or Search for all permutations)
Last Updated: 07 July 2021
Given a text txt[0..n-1] and a pattern pat[0..m-1], write a function search(char pat[], char txt[]) that prints all occurrences of pat[] and
...read more
Python Programs
python searching-exercises
Binary Search (Recursive and Iterative) - Python
Last Updated: 21 February 2025
Binary SearchAlgorithmis asearching algorithmused in a sorted array byrepeatedly dividing the search interval in half. The idea of binary se
...read more
Python Programs
python searching-exercises
Similar Topics
Web Technologies
40.3k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.7k+ articles
JavaScript
11.5k+ articles
Java
10.1k+ articles
Mathematical
7.7k+ articles
Python Programs
4.1k+ articles
Python Program for Rabin-Karp Algorithm for Pattern Searching
Last Updated: 10 February 2023
Given a text txt[0..n-1] and a pattern pat[0..m-1], write a function search(char pat[], char txt[]) that prints all occurrences of pat[] in
...read more
Python Programs
python searching-exercises
Python Program for KMP Algorithm for Pattern Searching
Last Updated: 08 June 2022
Given a text txt[0..n-1] and a pattern pat[0..m-1], write a function search(char pat[], char txt[]) that prints all occurrences of pat[] in
...read more
Python Programs
python searching-exercises
1
1
1
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !