Tip 1 : Concentrate on IT Core Subjects first for strong preparation.
Tip 2 : Grab strong command on one of the programming languages like Java, CPP.
Tip 1 : Do not copy projects from web.
Tip 2 : Don't brag a lot about the topics you prepared.



If two or more such subarrays exist, return any subarray.



class graphNode
{
public:
int data;
vector<graphNode*> neighbours;
}
1. Nodes are numbered from 1 to N.
2. Your solution will run on multiple test cases. If you are using global variables make sure to clear them.
How do I can cut a cake into 6 pieces with 2 cuts?
Tip 1 : Think about cutting it abnormally.
Tip 2 : The cut can also be horizontal.



Introduce yourself
Where are you from?
Why Newgen?
Are you placed in any other company?
Tip 1 : Be confident

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Why is "hello world" (2 tokens) more than "helloworld" (1 token)?