please complete all questions from assignments of array and then start with searching and then sorting
@ProgrammersZone3 жыл бұрын
Working actively will complete it ASAP :)
@growtogether18693 жыл бұрын
@@ProgrammersZone Thanks For Your Efforts Sir...❤❤✌✌
@ProgrammersZone3 жыл бұрын
@@growtogether1869 Means a lot sir ji❤️
@mukulsehgal21902 жыл бұрын
nice bro
@ProgrammersZone2 жыл бұрын
Thanks
@dibbodas41167 ай бұрын
why the time complexity is not o(n*m)
@Sonu-tg6tg3 жыл бұрын
I have not understood java code where we got runtime error first, why we interchange m with n, and n with m
@ProgrammersZone3 жыл бұрын
Suppose you are given a matrix with 5 × 2 so it's transpose will be of size 2 × 5, now we know that outer loops alters the row and inner loop alters the column so the value of row was 5 in original matrix but after transpose value of row changes to 2 thus in a general example m should be replaced by m and m should be replaced by n. Is this enough to understand?
@Sonu-tg6tg3 жыл бұрын
@@ProgrammersZone thanks
@aniketmadame42703 жыл бұрын
bro i am solving this problem in intellije but when i execute program output is so different [[I@e9e54c2 this output is coming.can you resolvemy problem???
@ProgrammersZone3 жыл бұрын
The thing is you don't write code in main but we write that in the function so it gives us error
@aniketmadame42703 жыл бұрын
@@ProgrammersZone so how should i print that then
@Aman-kd6js2 жыл бұрын
Matrix[0]. length ka logic smjh nhi aaya mujhe kese lelia aapne
@ProgrammersZone2 жыл бұрын
Basically ham yaha pe har row me kitne Column hai wo nikal rahe hai
@Aman-kd6js2 жыл бұрын
@@ProgrammersZone accha to hm basically matrix me 0th row me kitne elements h wo nikal rhe h?