项目作者: NikolasEnt

项目描述 :
Personal collection of classical algorithms
高级语言: C++
项目地址: git://github.com/NikolasEnt/Algorithm-Collection.git
创建时间: 2017-06-06T15:35:19Z
项目社区:https://github.com/NikolasEnt/Algorithm-Collection

开源协议:

下载


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