Chener丶

weigao.cc

vuePress-theme-reco weigaochen    2017 - 2022
Chener丶 Chener丶

Choose mode

  • dark
  • auto
  • light
Home
Category
  • Algorithm
  • Server
  • Cloud
  • Linux
  • Database
  • Frameworks
  • Python
  • Frontend
  • Grammar
  • Networks
  • Others
  • Projects
  • Research
  • Tools
Tag
TimeLine
Contact
  • Email (opens new window)
  • GitHub (opens new window)
author-avatar

weigaochen

79

文章

58

标签

    Home
    Category
    • Algorithm
    • Server
    • Cloud
    • Linux
    • Database
    • Frameworks
    • Python
    • Frontend
    • Grammar
    • Networks
    • Others
    • Projects
    • Research
    • Tools
    Tag
    TimeLine
    Contact
    • Email (opens new window)
    • GitHub (opens new window)

    Algorithm Categories

    vuePress-theme-reco weigaochen    2017 - 2022
    • Algorithm 21
    • Server 5
    • Cloud 3
    • Linux 3
    • Database 4
    • Frameworks 2
    • Python 9
    • Frontend 5
    • Grammar 3
    • Networks 3
    • Others 5
    • Projects 5
    • Research 9
    • Tools 3
    Algorithm of Priority Queue(Heap)

    🟥🟧🟨 优先级队列的原理以及应用。🟩🟪🟫🟨

    1. 大根堆
    2. 小根堆(Python 默认)
    weigaochen 11/29/2021 algorithm
    Algorithm of DP: Basic Problems

    🚑🚑🚑 针对动态规划,本文主要讲述动态规划基础问题及求解,包括:

    1. 记忆化搜索
    2. TODO
    weigaochen 11/23/2021 algorithm
    Algorithm of Back Track

    回溯法(英语:backtracking)是暴力搜索法中的一种。

    对于某些计算问题而言,回溯法是一种可以找出所有(或一部分)解的一般性算法,尤其适用于约束补偿问题(在解决约束满足问题时,我们逐步构造更多的候选解,并且在确定某一部分候选解不可能补全成正确解之后放弃继续搜索这个部分候选解本身及其可以拓展出的子候选解,转而测试其他的部分候选解)。

    weigaochen 10/15/2021 algorithm
    Algorithm of Prefix, Presum
    weigaochen 6/1/2021 algorithmprefix
    Algorithm of DP: Knapsack Problem

    🧡🧡💛💚💙 本文主要研究背包问题,主要是包括 01 背包和完全背包问题。

    经典背包问题(最大最小值): or

    T/F 问题:

    组合问题:

    weigaochen 5/22/2021 algorithmdp
    Python Hash Map & Problems
    weigaochen 7/12/2020 hash mapdict
    DFS and BFS

    📑📑📑 深度优先搜索算法

    📑📑📑 广度优先搜索算法

    weigaochen 11/20/2019 algorithmleetcodedfs/bfs
    Array 问题编程
    weigaochen 9/17/2019 algorithmleetcode
    Binary Search 二分搜索总结
    weigaochen 9/12/2019 algorithmbinary_search
    Sort:排序算法总结
    weigaochen 9/12/2019 algorithmleetcodesort
    上一页 1 ... 123 ... 3 下一页 跳转至 前往