Skip to content

Commit

Permalink
Lecture 122: Number of Dice Rolls with Target Sum
Browse files Browse the repository at this point in the history
  • Loading branch information
kishanrajput23 authored Nov 3, 2024
1 parent 53df122 commit e9e6f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lectures/Lecture_122/Lecture_Codes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

| **Problem** | **Solution** | **Level** |
|:--------------|:--------------:|:-----------:|
| [Dice throw](https://www.geeksforgeeks.org/problems/dice-throw5349/1) | [Solution1](), [Solution2](), [Solution3](), [Solution4]() | Medium |
| [Dice throw](https://www.geeksforgeeks.org/problems/dice-throw5349/1) | [Solution1](https://github.com/kishanrajput23/Love-Babbar-CPP-DSA-Course/blob/main/Lectures/Lecture_122/Lecture_Codes/dice_throw_1.cpp), [Solution2](https://github.com/kishanrajput23/Love-Babbar-CPP-DSA-Course/blob/main/Lectures/Lecture_122/Lecture_Codes/dice_throw_2.cpp), [Solution3](https://github.com/kishanrajput23/Love-Babbar-CPP-DSA-Course/blob/main/Lectures/Lecture_122/Lecture_Codes/dice_throw_3.cpp), [Solution4](https://github.com/kishanrajput23/Love-Babbar-CPP-DSA-Course/blob/main/Lectures/Lecture_122/Lecture_Codes/dice_throw_4.cpp) | Medium |

0 comments on commit e9e6f19

Please sign in to comment.