From 8eab3b144dc0f9e2f04508dce3e8c83df87312ca Mon Sep 17 00:00:00 2001 From: ravicdr <62462425+ravicdr@users.noreply.github.com> Date: Sat, 10 Oct 2020 14:29:53 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7f1811..6d4d195 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ ## Data Structures and Algorithms for Online Programming Contest - +## bitmasking +++ left shit +++ right shift +++ number is even or odd +++ general problems like subsequence ### Dynamic Programming + [Coin Change and variants](algorithms/coin_change.cpp) + [Knapsack Problem and variants](algorithms/knapsack.cpp)