Tip 1 : Statefull widget
Tip 2 : Stateless widget
Tip 1 : Clean and clear resume
Tip 2 : Focus on the experience part
It was the only round. Two coding questions were asked in this round of medium and easy level difficulty
'arr '= [1,2,3,4,5]
'k' = 1 rotated array = [2,3,4,5,1]
'k' = 2 rotated array = [3,4,5,1,2]
'k' = 3 rotated array = [4,5,1,2,3] and so on.
It was an easy question. So, I applied the approach I learned while practicing for this round
A connected component in the map is the maximum subset of cities that are connected i.e we can go from one city to any other in that subset.
Practice coding questions on online coding platforms
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the output of print(type("Python"))?