Skip to content

Commit 526dd18

Browse files
authored
Update Bitmask-Dynamic-Programming.md
1 parent 771f8c5 commit 526dd18

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Notes/Bitmask-Dynamic-Programming.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,13 @@ public double solve( int bitmask, int pos )
137137
return dp[ bitmask ][ pos ] = minDistance;
138138
}
139139
```
140+
141+
## Problems
142+
143+
- [Collecting Beepers](https://uva.onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=1437)
144+
- [Forming Quiz Teams](https://uva.onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=1852)
145+
- [Square](https://uva.onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=1305)
146+
- [Pebble Solitaire](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1592)
147+
- [Happy Valentine Day](http://www.spoj.com/problems/A_W_S_N/)
148+
- [Cleaning Robot](http://www.spoj.com/problems/CLEANRBT/)
149+
- [You Win!](http://www.spoj.com/problems/YOUWIN/)

0 commit comments

Comments
 (0)