Thanks a lot Naveen..This series helps a lot to improve the problem solving skill. In future if your time permits can you pls make a video on Common Linux commands QA should know
Thanks a bunch... Would really appreciate if you make a tuitorial on Design patterns...as a fresher I'm facing difficulty in understanding the Patterns concept...
Hi Naveen, Thanks a ton. I have a sincere suggestion that helps all the testing community. can you start Leetcode's easy problem-solving series with Java. first, start easy from basic concepts string to all the data structures. you already a super start of the testing community, with leetcode, you become a test and dev super star as well. once easy completed, then go to Middle as well.
you probably dont care but if you are bored like me during the covid times you can stream pretty much all the latest movies on Instaflixxer. I've been watching with my girlfriend for the last few days =)
We can print numbers also in the same way i.e every line beginning from 1. All you have to do is just declare a variable num with initial value 1 and then print the variable by adding it with j in the inner for loop.
Thank you.
Thanks a lot Naveen..This series helps a lot to improve the problem solving skill. In future if your time permits can you pls make a video on Common Linux commands QA should know
Thanks Naveen your pattern series going to help us...
Thanks a million!
Kind of refreshing
Thanks a bunch... Would really appreciate if you make a tuitorial on Design patterns...as a fresher I'm facing difficulty in understanding the Patterns concept...
Thank you so much sir.. first time i understood some patterns programs and felt it interesting...
Top notch explanation 🔥thank you
Thanks a lot sir 🙏 liked the session and even shared the session to my frnds 👍
Hi Naveen, Thanks a ton. I have a sincere suggestion that helps all the testing community. can you start Leetcode's easy problem-solving series with Java. first, start easy from basic concepts string to all the data structures. you already a super start of the testing community, with leetcode, you become a test and dev super star as well.
once easy completed, then go to Middle as well.
Superb way of explaining, wish i had such lectures during my college time ..
you probably dont care but if you are bored like me during the covid times you can stream pretty much all the latest movies on Instaflixxer. I've been watching with my girlfriend for the last few days =)
@Spencer Gunner Yup, have been using instaflixxer for since december myself =)
Thank you so much sir 🙏🏿
Thank you and sir can you solve some problems related to competitive program. That are main question that use by company for hiring.🙏
Why use ASCII? Even this simple loop will work -
for(char line='A'; line
Yeah that's good one.
Thanku sir very well explained 👍
We can print numbers also in the same way i.e every line beginning from 1. All you have to do is just declare a variable num with initial value 1 and then print the variable by adding it with j in the inner for loop.
Thanks naveen sir
Thank you naveen
Hi Naveen can you upload Session about AEM(Adobe Experience Manager)..if possible
Tq
Can we just store abcdef in a string and then string.CharAt(j) in this same loop?
Sir plz help me to print this pattern...
. . * . .
. * * * .
. . * . .
3 rows and 5 columns....
Asked in interview...
Hi Anna, can u teach us without loop, now a days they are asking it in interview..
🙏🥰
More simple solution -
for(char c= 'A'; c