Class BookMyShow
- java.lang.Object
-
- g2201_2300.s2286_booking_concert_tickets_in_groups.BookMyShow
-
public class BookMyShow extends Object
-
-
Constructor Summary
Constructors Constructor Description BookMyShow(int n, int m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
gather(int k, int maxRow)
boolean
scatter(int k, int maxRow)
-