Home
ACM-ICPC
深度学习
caffe源码阅读笔记
推荐系统
计算机视觉
公开课
6.828
CS341
CSAPP
工程
cpp
cuda
levelDB源码笔记
linux
前端
图像处理
容器
随笔杂谈
面试
About
🌐
中文
English
hdu 4777 Rabbit Kingdom (树状数组+预处理)
2017-11-08
· 2 min read
·
树状数组
hdu 5618 Jam's problem again (cdq分治+BIT,三维偏序)
2017-10-10
· 2 min read
·
cdq分治
树状数组
BZOJ 3262: 陌上花开 (cdq分治模板题,三维偏序)
2017-10-10
· 2 min read
·
cdq分治
树状数组
codeforces #413 C. Fountains (BIT维护前缀max)
2017-05-12
· 2 min read
·
树状数组
codeforces 594 D. REQ (树状数组+欧拉函数+逆元)
2016-09-22
· 3 min read
·
number theory
快速幂
树状数组
欧拉函数
逆元
codeforces #351 D. Jeff and Removing Periods (线段树/树状数组判断位置成等差数列)
2016-09-18
· 3 min read
·
树状数组
线段树
codeforces 220 E. Little Elephant and Inversions (树状数组+尺取)
2016-09-15
· 2 min read
·
尺取法
树状数组
逆序对
BZOJ 3289 Mato的文件管理 (莫队算法套树状数组)
2016-02-20
· 2 min read
·
树状数组
莫队算法
codeforces 522 A. Vanya and Table
2015-12-14
· 1 min read
·
brute force
math
树状数组
hdu 1394 Minimum Inversion Number (树状数组 逆序对)
2015-10-28
· 1 min read
·
树状数组
逆序对
hdu 5480|| bestcoder #57 div 2 Conturbatio(前缀和||树状数组)
2015-09-26
· 2 min read
·
前缀和
树状数组
bestcoder #56 div 2 C Clarke and puzzle (nim游戏 树状数组)
2015-09-22
· 1 min read
·
nim游戏
博弈论
树状数组
hdu 3333 Turing Tree (求区间中不相同数的和,离线+线段树/树状数组)
2015-08-07
· 3 min read
·
树状数组
线段树
hdu 3584 Cube (三维树状数组,更新区间,查询单点)
2015-08-07
· 1 min read
·
树状数组
poj 2155- Matrix (树状数组,二维,更新区间,查询单点)
2015-08-06
· 1 min read
·
树状数组
hdu 1556Color the ball (树状数组,更新区间,查询单点)
2015-08-06
· 2 min read
·
树状数组
sgu 180 - Inversions (离散化+树状数组)
2015-08-06
· 2 min read
·
树状数组
离散化
poj 2299 Ultra-QuickSort (树状数组+离散化)
2015-08-04
· 2 min read
·
树状数组
离散化
poj 2481 Cows(树状数组||线段树)
2015-08-03
· 4 min read
·
树状数组
线段树
poj 2352 Stars (树状数组||线段树)
2015-08-03
· 3 min read
·
树状数组
线段树