Code Monkey home page Code Monkey logo

algorithm's Introduction

算法思路整理与源码分析

算法 - Algorithms

  • 1. 排序算法:快速排序、归并排序、计数排序
  • 2. 搜索算法:回溯、递归、剪枝技巧
  • 3. 图论:最短路、最小生成树、网络流建模
  • 4. 动态规划:背包问题、最长子序列、计数问题
  • 5. 基础技巧:分治、倍增、二分、贪心

数据结构 - Data Structures

  • 1. 数组与链表:单 / 双向链表、跳舞链
  • 2. 栈与队列
  • 3. 树与图:最近公共祖先、并查集
  • 4. 哈希表
  • 5. 堆:大 / 小根堆、可并堆
  • 6. 字符串:字典树、后缀树

力扣刷题 - Leet-Code

模拟

algorithm's People

Contributors

silence-tao avatar

Watchers

 avatar

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.