GithubHelp home page GithubHelp logo

algorithm's Introduction

Algorithm

Word used by programmers when they do not want to explain what they did.

建立这个Repo的目的在于,整理归并以前高中OI时所学过的算法,以及学习新的算法。

算法列表

经典算法

数论

  • 最大公约数
  • 最小公倍数
  • 素数

栈和队列

  • 队列
  • 链表
  • 链表定位
  • 单链表插入
  • 单链表删除
  • 双链表插入
  • 双链表删除

二叉树

  • 遍历
  • 前序
  • 中序
  • 后序
  • 求解
  • 已知前序中序求后序
  • 已知中序后序求前序
  • 已知前序后序求中序的一种
  • AVL树

排序

  • 冒泡
  • 选择
  • 插入
  • 快速
  • 归并
  • 基数

查找

  • 折半
  • 树形

搜索

  • 穷举
  • 回溯
  • DFS
  • BFS
  • 贪心

分治

模拟

动态规划

  • 匹配问题
  • 序列问题
  • 最长非递降序序列
  • LCS
  • 分割问题

高精度

  • 加法
  • 减法
  • 乘法
  • 除法

图论

  • 基本算法
  • 深度优先 DFS
  • 广度优先 BFS
  • 最小生成树
  • Prim
  • Kruskal
  • 最优路径
  • 标号法
  • Floyed
  • Dijkstra
  • 流网络

密码学经典算法

加密

  • 对称加密算法
  • AES
  • DES
  • 非对称加密算法
  • DSA
  • RSA

散列

  • MD
  • MD2
  • MD4
  • MD5
  • SHA
  • SHA-1
  • SHA-256

整理算法

密码学

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.