RysteQ / Sort-and-search-algorithms

A selection of a few algorithms used to sort or search an array

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sort and search algorithms


This repository has some common search / sort algorithms written in python, I also included the pseudocode of each algorithm alongside the actual code.

Algorithms:

  • Search Algorithms
    • Linear Search
    • Binary Search
    • Step Search
  • Sort Algorithms
    • Bubble Sort
    • Insertion Sort
    • Selection Sort

Notes

New algorithms will most likely not be added, the only things I may add in the near future are the advantages / disadvantages of each algorithm.

About

A selection of a few algorithms used to sort or search an array

License:Apache License 2.0


Languages

Language:Python 100.0%