Skip to content

Commit

Permalink
Lecture 121: Pizza with 3n Slices
Browse files Browse the repository at this point in the history
  • Loading branch information
kishanrajput23 authored Nov 3, 2024
1 parent b3f85be commit 53df122
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Lectures/Lecture_121/Lecture_Codes/README.MD

This file was deleted.

5 changes: 5 additions & 0 deletions Lectures/Lecture_121/Lecture_Codes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Lecture Codes

| **Problem** | **Solution** | **Level** |
|:--------------|:--------------:|:-----------:|
| [1388. Pizza With 3n Slices](https://leetcode.com/problems/pizza-with-3n-slices/description/) | [Solution1](https://github.com/kishanrajput23/Love-Babbar-CPP-DSA-Course/blob/main/Lectures/Lecture_121/Lecture_Codes/1388_1.cpp), [Solution2](https://github.com/kishanrajput23/Love-Babbar-CPP-DSA-Course/blob/main/Lectures/Lecture_121/Lecture_Codes/1388_2.cpp), [Solution3](https://github.com/kishanrajput23/Love-Babbar-CPP-DSA-Course/blob/main/Lectures/Lecture_121/Lecture_Codes/1388_3.cpp), [Solution4](https://github.com/kishanrajput23/Love-Babbar-CPP-DSA-Course/blob/main/Lectures/Lecture_121/Lecture_Codes/1388_4.cpp) | Hard |

0 comments on commit 53df122

Please sign in to comment.