You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So they are a set of people seated for an event, some are putting cap while some aren't, as for the ones wearing caps, some are wearing it facing foward while some are wearing it facing backwards.
We are asked to write a program that flips everyone's cap either "Foward" or "Backward" with just one single command, while the ones without caps nothing would happen to them.
(You are given the arrangement of foward, backward and capless people)
Celebrity Puzzle:
So there's a party happening from 6pm to 12am, and so many celebrities are coming for that party, some would stay for an hour, some two hours and some three hours and so on, and you're a photographer, you must come for that party when most celebrities would be around to snap pictures with them, you have a special card that let's you come for that party and stay for just an hour!
We are asked to write a program that picks the hour in which most celebrities would be around so you can take pictures with them.
(You're given a list of celebrities and the time they're coming)
About
This is where I would store codes that could solve some problem in our current time