From bfcfec83b653176c64931d532d44476e6b4b6aee Mon Sep 17 00:00:00 2001 From: Marina S <138340846+marina-google@users.noreply.github.com> Date: Sat, 29 Jul 2023 11:13:29 -0700 Subject: [PATCH] math, logic, dynamic programming --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5a2862..12a4d43 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,6 @@ * 𝟘𝟘𝟙𝟙. **[linked lists](linked_lists)** * 𝟘𝟙𝟘𝟘. **[stacks and queues](stacks_and_queues)** * 𝟘𝟙𝟘𝟙. **[bit manipulation](bit_manipulation)** - * 𝟘𝟙𝟙𝟘. **[math, logic, dynamic programming](math_and_logic)** + * 𝟘𝟙𝟙𝟘. **[math, logic, dynamic programming](math_logic_dp)** * 𝟙𝟘𝟘𝟙. **[sorting and searching](sorting_and_searching)** * 𝟙𝟘𝟙𝟙. **[trees, transversals, graphs](trees_and_graphs/)**