stg this channel deserves more recognition..made the concept 10x simpler! thankk uuuuu so muchh!
@thotabhavana62503 жыл бұрын
The best video I came across regarding patterns...! :)Simple to understand and even for application what we have learnt..!
@adi_is_back Жыл бұрын
Thank you so much! This is very useful for ICSE class 10 computer students as well! Much appreciated! 😇
@shresthashar5144 Жыл бұрын
truly😂
@Nausikhiya952 жыл бұрын
This video is best to learn letter pattern
@moulyanerella3 жыл бұрын
It's just amazing.Thank you for the videos
@Sagarkasar9 Жыл бұрын
How to slove double hill pattern using above technique. ??
@NitinChouhan-l1w8 ай бұрын
correct hill pattern solution because it doesn't work with given tringle both edges having 'A' according to code.
@akshatsingh11622 жыл бұрын
mam in the patterns with word can we assign string s= "REDOC" instead of string s= "CODER" then we will not have to change the value of p to 4
@ridhimatripathi Жыл бұрын
Yes
@priyasivath8939 Жыл бұрын
As a programmer, u should be able to do everything via, code rather than manual process, Instead, If u r getting string as user input... Will u do 1st reverse the string?? Then only pattern??
@skygazer21453 жыл бұрын
Very useful your videos are keep uploading! Thanks😊
@SimplyCoding3 жыл бұрын
Thank You. So nice of you
@gboy61203 жыл бұрын
mam can we use this same method in C also?
@SimplyCoding3 жыл бұрын
Yes, definitely. In C, String is char array, so instead of charAt() function you can use straight indexing to access the character
@vekateswaran94813 жыл бұрын
Oh My God, it is Amazinnnnnnnnnnnnnnnnnnnng!!!!!!!!!!!!!! Alien Level Trick to solve pattern. it covers almost 80% of the Matrix Pattern Program. I had a doubt please clarify me.. This Program is efficient on applications? According to BIG 'O' Notation? This may useful to crack my Interviews.
@rojindevadas4303 Жыл бұрын
9:05 what is the need of initialising p=5 there ??
@ADITISINHA-v6q2 күн бұрын
She makes few mistakes
@KitVibes-k7k2 жыл бұрын
THANKYOU SOO MUCH❤❤
@priyanshuverma4103 жыл бұрын
Just amazing!!!!
@shaurya000878 ай бұрын
Watching oneday before exam 😀
@unknown219978 ай бұрын
Watching 2½ hrs before the exam 😂😢
@Crazy-drama-v9s8 ай бұрын
Same 😅
@unknown219978 ай бұрын
100 ayega dw 😂 bhailog
@suiiiiii57988 ай бұрын
Thanks mam😊
@userme303 жыл бұрын
Perfect
@kiransupekar87643 жыл бұрын
Thank you
@Nausikhiya952 жыл бұрын
Ok so can you tell me that what is main thing in java to do any program do you have some idea
@Nausikhiya952 жыл бұрын
Can you tell me
@mailareppapujar68753 жыл бұрын
Sorry ma'am not alphabets pattern; I want to print real 'A,B,C ---Z' and 'a,b,c---z' , 0,1,2...9 and special characters like $,%,^,&,*,@,~,)(,[ # and any type of curve pattern etc. All these with a smooth edges. Please make video this. You can just tell the most basic that will be applicable to all.
@deepword3023 күн бұрын
😊😊
@alexthecreator83802 жыл бұрын
how do capitalize only the first column
@SimplyCoding2 жыл бұрын
If you want to do anything specific for first row, column, you can watch this video on how to handle those with if condition - kzbin.info/www/bejne/r2WbnZiJYshjbK8
@paladugumahesh48652 жыл бұрын
Hi in this Video Subtitles are display Wrong . Plz Next Time You Should Not Repeated.Don't Fell Bad.
@0777Suleyman2 жыл бұрын
wouldn't that be simpler to build diamond like this? public class Patterns { public static void main(String[] args) { pattern31(5); } static void pattern31(int n) { n = 5; for (int row = 1, p='A'; row n ? 2 * n - row : row; int space = n - columns; for (int s = 0; s
@kishorejalakam74273 жыл бұрын
Hallow diamond pattern program cheyandi madam
@SimplyCoding3 жыл бұрын
Yes, we are releasing a video on square and hollow pattern next week.
@kishorejalakam74273 жыл бұрын
@@SimplyCoding ok TQ madam fastga cheyaraa
@SimplyCoding3 жыл бұрын
Hello, you can watch our hollow pattern video here - kzbin.info/www/bejne/r2WbnZiJYshjbK8
@mohammedfaizer18263 жыл бұрын
make hollow pattern
@SimplyCoding3 жыл бұрын
Hello, you can watch our video on hollow pattern here - kzbin.info/www/bejne/r2WbnZiJYshjbK8