Skip to content

Commit

Permalink
Lecture 112: Perfect Squares Problem
Browse files Browse the repository at this point in the history
  • Loading branch information
kishanrajput23 authored Sep 21, 2024
1 parent 2efd9d2 commit 3390cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lectures/Lecture_112/Lecture_Codes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

| **Problem** | **Solution** | **Level** |
|:--------------|:--------------:|:-----------:|
| [Get Minimum Squares](https://www.geeksforgeeks.org/problems/get-minimum-squares0538/1) | [Solution1](), [Solution2](), [Solution3]() | Medium |
| [Get Minimum Squares](https://www.geeksforgeeks.org/problems/get-minimum-squares0538/1) | [Solution1](https://github.com/kishanrajput23/Love-Babbar-CPP-DSA-Course/blob/main/Lectures/Lecture_112/Lecture_Codes/get_minimum_squares_1.cpp), [Solution2](https://github.com/kishanrajput23/Love-Babbar-CPP-DSA-Course/blob/main/Lectures/Lecture_112/Lecture_Codes/get_minimum_squares_2.cpp), [Solution3](https://github.com/kishanrajput23/Love-Babbar-CPP-DSA-Course/blob/main/Lectures/Lecture_112/Lecture_Codes/get_minimum_squares_3.cpp) | Medium |

0 comments on commit 3390cf2

Please sign in to comment.