Code Monkey home page Code Monkey logo

introduction-to-algorithms-third-edition's Introduction

《算法导论 第三版》 中涉及到算法的 javascript 实现
《Introduction to Algorithms,Third Edition》 Algorithm implementation -- Javascript

第 2 章

  • ✅ 插入排序(InsertionSort)
  • ✅ 归并排序(MergeSort)

第 4 章

  • ✅ 最大子数组(findMaxSubarray)
  • ✅ Strassen 算法--矩阵乘法(Strassen)

第 6 章

  • ✅ 堆排序(HeapSort)
  • ✅ 优先队列(PriorityQueue)

第 7 章

  • ✅ 快速排序(QuickSort)

第 8 章

  • ✅ 计数排序(CountingSort)
  • ✅ 基数排序(RadixSort)
  • ✅ 桶排序(BucketSort)

第 15 章 - 动态规划

  • ✅ 钢条割据(PrintCutRodSolution)
  • ✅ 矩阵链乘法(PrintOptimalParens)
  • ✅ 最长公共子序列(PrintLsc)
  • ✅ 最优二叉搜索树(OptimalBst)

第 16 章 - 贪心算法

  • ✅ 活动选择问题
  • ✅ 赫夫曼编码
  • ❌ 拟阵求解任务调度

第 22 章 - 基本的图算法

  • ✅ 广度优先搜索
  • ✅ 深度优先搜索
  • ✅ 拓扑排序
  • ❌ 强连通分量

第 23 章 - 最小生成树

  • ❌ Kruska算法
  • ❌ Prim算法

第 24 章 - 单源最短路径

  • ❌ Bellman-Ford算法
  • ❌ Dijkstra算法

第 25 章 - 所有节点对的最短路径问题

  • ❌ Floyed-Warshall算法
  • ❌ Johnson算法

第 27 章 - 多线程算法

  • ❌ 多线程矩阵乘法
  • ❌ 多线程归并排序

第 28 章 - 矩阵运算

第 28 章 - 矩阵运算

第 29 章 - 线性规划

第 30 章 - 多项式与快速傅里叶变换

第 32 章 字符串匹配

  • ✅ 字符串匹配-朴素算法
  • ✅ 字符串匹配-有限自动机 ---只写了核心代码 待补充
  • ✅ 字符串匹配-kmp ---只写了核心代码 待补充
  • ✅ 字符串匹配-rk

第 33 章 - 计算几何学

第 34 章 - NP完全性

第 35 章 - 近似算法

introduction-to-algorithms-third-edition's People

Contributors

dependabot[bot] avatar magic-zhu avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

shuaiyong-666

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.