Skip to content

Commit

Permalink
updating the flowerplacing file
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishektripathi66 committed Nov 15, 2024
1 parent ecc895a commit bab0c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Coding Questions/Leetcode/FlowerPlacing.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//**
/**
You have a long flowerbed in which some of the plots are planted, and some are not. However, flowers cannot be planted in adjacent plots.
Expand All @@ -15,7 +15,7 @@
Input: flowerbed = [1,0,0,0,1], n = 2
Output: false
**//
**/


class FlowerPlacing {
Expand Down

0 comments on commit bab0c1c

Please sign in to comment.