/Algorithms

A collection of algorithms and data structures

Primary LanguagePython

Algorithms

Algorithms and data structures are fundamental to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. This repository's goal is to demonstrate how to correctly implement common data structures and algorithms in the simplest and most elegant ways.

This repository is contribution friendly 😃. If you'd like to add or improve an algorithm, your contribution is welcome!. You can contribute any below algorithms

  • String Algorithms
  • Sorting Algorithms
  • Search Algorithms
  • Mathematics
  • Linear Algebra
  • Graph theory
  • Tree
  • Geometry
  • Other