# raymond-algorithm **Repository Path**: raymond-du/raymond-algorithm ## Basic Information - **Project Name**: raymond-algorithm - **Description**: 算法笔记....... - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-12 - **Last Updated**: 2024-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README DynamicProgramming 动态规划 MonotonicStack 单调栈 Tree 树 TreeVector 树状数组 Dichotomy 二分法 BitOpera 位运算 PriorityQueue 优先级队列 recursion 递归 Disjoin-Set 并查集 1. 当数据量小的时候获取最小值 遍历vector 比 map快 2. 树状数组 解决大部分基于区间上的更新以及求和问题。 不能解决增加的问题