Skip to content

Python code on Searching and sorting for beginners and intermediate learners. Feel free to explore other resources too.

Notifications You must be signed in to change notification settings

hillaryjude/Learn-python-from-scratch-Part-5-Searching-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Searching Algorithms

Table of Contents

  1. Linear Search: A simple search algorithm that checks every element in a list until the desired element is found or the list ends.
  2. Binary Search: A more efficient search algorithm that works on sorted lists by repeatedly dividing the search interval in half.
  3. Recursive Binary Search: A variant of binary search that uses recursion to divide the search interval.
  4. Square Root of a Number: This algorithm calculates the square root of a number using a method such as the Newton-Raphson method.

Sorting Algorithms

This repository contains implementations of various sorting algorithms.

Table of Contents

About

Python code on Searching and sorting for beginners and intermediate learners. Feel free to explore other resources too.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published