NikolasEnt / Algorithm-Collection

Personal collection of classical algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms

This repository is a personal collection of classical algorithms. It will be constantly supplemented. The collection can be used to recall algorithms for coding interview or for practice.

Categories

  • Sorting

    • Bubble sort
    • Insertion sort
    • Selection sort
    • Shell sort
    • Merge sort
  • Mathematical algorithms

    • Factorial
    • Prime factorization
    • Fibonacci numbers
    • Euclid's GCD Algorithm
  • Numerical methods

    • Fixed-point iteration
    • Newton method
    • Secant method
    • Tridiagonal matrix algorithm

About

Personal collection of classical algorithms


Languages

Language:C++ 65.2%Language:C 34.8%