Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 644 Bytes

File metadata and controls

15 lines (12 loc) · 644 Bytes

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