Skip to content

mpnithishpraba/PP1-Search-and-Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

searchandsort

A lightweight Python package that provides commonly used searching and sorting algorithms with optional execution time analysis.

This package is designed for:

  • Learning algorithms
  • Comparing performance
  • Reusing clean implementations in projects

Features

Searching Algorithms

  • Linear Search
  • Binary Search (with automatic sorting)

Sorting Algorithms

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Heap Sort
  • Counting Sort
  • Radix Sort
  • Bucket Sort
  • Shell Sort
  • Tim Sort (Python built-in)

Each algorithm is implemented in a clean, reusable function, with optional *_print variants that include timing output.


Installation

pip install searchandsort

About

A lightweight Python package implementing common searching and sorting algorithms. Provides clean, reusable functions along with optional execution time analysis. Ideal for learning algorithms, performance comparison, and practical use in projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages