Code Monkey home page Code Monkey logo

introductiontoalgorithms's Introduction

introductionToAlgorithms

复习计划

  1. 完成基本的数据结构
  • 链表
  • 队列
  • 二叉树,二叉搜索树,红黑树, 平衡树) 红黑树, 前缀树
  • 堆,图
  1. 基本算法
  • 排序算法(堆排序,快排,归并,冒泡)
  • 朴素匹配,Rabin-Karp算法(节省m的计算时间), kmp字符串匹配算法
  • 图算法(最小生成树,最短路径, 深度搜索(完成一题),光度搜索(进行中))
  • 动态规划(需要多尝试一些场景,遇见更多的转移方程)
  • 贪心算法
  • 并查集
  • lru,lfu

introductiontoalgorithms's People

Contributors

0xff-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

introductiontoalgorithms's Issues

bree的搜索可能会有问题

目前测试数据量较小,整个btree一共两层,目测是到更多。整个需要有时间用更多的数据测试。

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.