
数据结构之树状数组
文章平均质量分 84
曉_寧
这个作者很懒,什么都没留下…
展开
-
poj 2155 Matrix 二维树状数组
Description Given an N*N matrix A, whose elements are either 0 or 1. A[i, j] means the number in the i-th row and j-th column. Initially we have A[i, j] = 0 (1 We can change the matrix in the f原创 2014-08-14 00:38:39 · 615 阅读 · 0 评论 -
hdu 3584 Cube 三维树状数组更新查找
Problem Description Given an N*N*N cube A, whose elements are either 0 or 1. A[i, j, k] means the number in the i-th row , j-th column and k-th layer. Initially we have A[i, j, k] = 0 (1 <= i, j, k <原创 2014-08-14 00:42:00 · 966 阅读 · 0 评论