Tip 1 : Practice coding questions on Leetcode
Tip 2 : Do atleast 1 project in team as team work is important
Tip 3 : For networking questions , try to learn real life examples
Tip 1 : Be honest with your resume
Tip 2 : Have atleast 2 project in resume and out of them atleast one should be in team


Input: ‘N’ = 4, ‘NUMS’ = [2, 5, 3, 6]
Output: [5, 3, 2, 6]
Sorting the odd numbers of the array ‘NUMS’ in non-increasing order, the result is 5, 3
Then, Sorting the even numbers in non-decreasing order, the result is 2, 6.
Since the final array should contain the odd numbers in non-increasing order in the first half and even numbers in non-decreasing order in the other half.
So, the final array is [5, 3, 2, 6].



Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
Just apply the concept of bubble sort
Why do you want to join cisco?
Why we should hire you?
What do you know about cisco and cisco's competitors?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: