Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Data Structures and Algorithms for Online Programming Contest

## bitmasking
+ left shift
+ right shift
+ divisible by 2 or not
+ general problems like subsequence problem
### Dynamic Programming
+ [Coin Change and variants](algorithms/coin_change.cpp)
+ [Knapsack Problem and variants](algorithms/knapsack.cpp)
Expand Down