Skip to content

Commit a32a2f8

Browse files
CLown1331tcNickolas
authored andcommitted
Added Practice problem for Fenwick Tree. (#32)
Added Practice problems: UVA -12086, LOJ-1112, LOJ-1266
1 parent 5873d31 commit a32a2f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data_structures/fenwick.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ struct FenwickTree2D {
174174
};
175175
```
176176

177+
## Problems in Online Judge
178+
179+
* [UVA 12086 - Potentiometers](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=3238)
180+
* [LOJ 1112 - Curious Robin Hood](http://www.lightoj.com/volume_showproblem.php?problem=1112)
181+
* [LOJ 1266 - Points in Rectangle](http://www.lightoj.com/volume_showproblem.php?problem=1266 "2D Fenwick Tree")
182+
177183
### Other sources
178184

179185
Wikipedia: [en.wikipedia.org/wiki/Fenwick_tree](http://en.wikipedia.org/wiki/Fenwick_tree)

0 commit comments

Comments
 (0)