actually you are underrated but by god every lecture of bigger channels fail in front of this masterpiece. Thanks for making it easy
@chaitanyareddy11432 күн бұрын
mam really ,till now im started learning from top programming channels but no one teached like this ,now im capable of printing patterns on my own
@cagla33602 жыл бұрын
never understood patterns until your videos. thank you so much! you saved my life
@mddilnawazalam53062 жыл бұрын
My first comment ever on youtube. The way you taught is awesome !!!!! very easy to understand
@PuspenduBiswas-jn2mq6 ай бұрын
@SimplyCoding In this video at 7:41 min you have mentioned that to find middle row and column we use the formula n/2+1 but the formula should be (n+1)/2 for odd number and n/2 for even number.
@Movies_elitee Жыл бұрын
At 14:18 why it can't be j==1 since you showed i==1,j==1,j==i
@Bedouinlibya5 ай бұрын
Thank you very much for your videos, to be fair your content is one of if not the best educational Java content.
@ecostrium8492 жыл бұрын
Thank you.. I was very confused but i m now able to solve problems on my own😄thank you so much.. I was very confused in classes.. But this video help me understand in one go
@moviescenter62144 ай бұрын
it is my first comment on KZbin after seeing this video I got surprised I suggest u to see this video and pattern based video also there that also u see guys it too good ..... thank u mam
@fathima9809Ай бұрын
you are a gem🥺❤...such a clear logic.
@VijayLaxmiPrajapati-pr8il24 күн бұрын
Amazing ,your explanation is the best 💕💙😊
@crazyjose35353 жыл бұрын
Maam many videos are there fr pattern in youtube bt only urs is useful nd understandable Ma'am..thank u so much maam ❤️❤️
@vyshnavks6505 Жыл бұрын
Mam...firstly i apprciate your time and effect you have dedicated to make video to make our life so easy to understand the concept......man while you explaning hollow increasing triangle there is a distrotion in video no view of anything ........am basiclly from different backgroung of EEE but your explaination about the concept made me so easy i wished like you proffesor was there in colleges all student could have scored out of out and loved there subjects....thank you
@prakasherrolla1035 Жыл бұрын
Mam u r really a good teacher i never seen ever
@ayushrajput812 Жыл бұрын
Best vdo i have ever seen on this concept Great explanation
@harshitkushwah69202 жыл бұрын
I have never grasp the concepts in such an easy manner.Thanks ma'am 😊😊☺️☺️
@pgour63710 ай бұрын
Thank you so much mam very helpful video i was stucked in patterns now i can solve patterns related to square😊
@hrushikeshmandekar6572 Жыл бұрын
For the one who didn't get why we not used i+j == n+1 in hollow triangle and diamond, note that The reasons behind this is that concept i+j will not work here, just forgot that concept, in easy way I will tell you that, in second triangle see from where j is starting in for loop, its j = 1, so j is going to start always from 1 as we move downwards, means j = 1 is the first element for second triangle at each row, so we can say that j = 1 is making the border for second triangle, so that is why we are checking the first element of 2nd triangle every time in if statement that is j == 1 so that whenever it will come, we will create a star, so likewise the border is created for second triangle. In third triangle look what is making border, that's the last element that is when j == i, so that is why we have taken j == i in if statement of third for loop.
@chandrikaobulasetty6944 Жыл бұрын
In hollow decreasing triangle why should we took j==n instead of taking j==1 please give me reply and clarify my doubt
@herminjulita92423 ай бұрын
Could you explain once again
@amanpatel9098 Жыл бұрын
mam your hollow triangle pattern is not working , please look at it once na.. Nd so thankful for this video , very helpful and the way you explain is awesome. i am almost 15 times watched your video nd every time i feel blessful.
@shandeshchaudhary-ps1tz8 ай бұрын
I have fallen in love with your explanation.😊💌💌
@e.rohini557620 күн бұрын
Execlent explanation mam. Thankyou so much.
@Shivakumar-ik3tt2 жыл бұрын
The amazing and elegant style of teaching.
@Entertainment_world_A14683 ай бұрын
Thanks for a good lecture to understand pattern problems easily ❤❤
@thewindwillcarryus91752 жыл бұрын
Why there is j
@xyz-b3l9m Жыл бұрын
Detail explanation with understandable pictures
@ChandralekaG-p7h Жыл бұрын
Thank you....very well explanation
@nishanthulwan147811 ай бұрын
Just one question if you can answer on the last question when you are printing Diagonal why are you doing j == n? it should be i + j == n + 1 right ??
@nishanthulwan147811 ай бұрын
this is for hollow decreasing traingle
@jyothish.m.u Жыл бұрын
Very simple 👏👏👏👍👍👍
@rizajeancobol99242 жыл бұрын
Thank you very much, ma'am. If it weren't because of you, I wouldn't pass this semester. Thank you very much! You just saved me...
@aryaneetuhooda66094 ай бұрын
10:05 Couldn't understand this one... 😢
@MukeshVerma-fv3ed2 жыл бұрын
In hollow hill pattern, in second triangle isn't that a diagonal and we can use the formula (i+j==n+1), then why is the formula j==1?
@tsionasmare82432 жыл бұрын
i also agree with u
@hrushikeshmandekar6572 Жыл бұрын
The reasons behind this is that concept i+j will not work here, just forgot that concept, in easy way I will tell you that, in second triangle see from where j is starting in for loop, its j = 1, so j is going to start always from 1 as we move downwards, means j = 1 is the first element for second triangle at each row, so we can say that j = 1 is making the border for second triangle, so that is why we are checking the first element of 2nd triangle every time in if statement that is j == 1 so that whenever it will come, we will create a star, so likewise the border is created for second triangle. In third triangle look what is making border, that's the last element that is when j == i, so that is why we have taken j == i in if statement of third for loop.
@rohanArmy412 ай бұрын
😅@@hrushikeshmandekar6572
@HeavenRacer422 Жыл бұрын
best pattern explanation
@Hiarling3 жыл бұрын
Mam please can you also make a DSA playlist🙏🙏...ur teaching way is supebbbb... and simplest...💓🔥
@SimplyCoding3 жыл бұрын
Thanks, yes we have already done a few DSA videos and we will create a playlist for same. Will also finish the remaining videos as well.
@Hiarling3 жыл бұрын
@@SimplyCoding thankyou so much 🙏
@prashant14702 жыл бұрын
@@SimplyCoding where mam ?? Please give us link . I couldn't find
@waytoawake6394 Жыл бұрын
Thank u mam for ur lovable teaching
@ganeshjaggineni4097 Жыл бұрын
NICE SUPER EXCELLENT MOTIVATED
@chaitunag1 Жыл бұрын
Thank you. Appreciate explaining the concepts so clearly. 🤩🤩🤩
@JakkappaGodi5 ай бұрын
Nice explanation Thanks !!🙏
@giriprasadp1726 Жыл бұрын
very excellent explanation madam.Thank you..
@nagrajnateekar82113 жыл бұрын
Simply great🙏
@vaaw64082 жыл бұрын
great teaching method thank you soo much i was confused soo much
@shivbagupta78882 жыл бұрын
excellent explain and every thing standable
@muthuvels95583 жыл бұрын
mam please include the other pattern videos as a playlist and paste the link in the description. it will help us to saw other problems
@SimplyCoding3 жыл бұрын
Thanks a lot for your suggestion, will do the same
@bhaskarcherry21962 жыл бұрын
Ma'am you explained very well 🙏
@sreehithathatwadi52103 жыл бұрын
This video helped me a lot
@saikishore15935 ай бұрын
Thank you for the video mam😇
@habeebkinlolu9668 Жыл бұрын
i used almost 4 hours trying to solve this in a coding challenge, i didn't even watch this video finish before i understand
@aswanianoop7616 Жыл бұрын
❤❤❤❤❤🎉very helpful
@vamsikrishnareddy8085 Жыл бұрын
Nice explanation and it is very easily understood.... 😻❤️❤️😘😘 Thank u so much ma'am...🥰🥰 Pls u can do Data Structures Videos...😊😊☺️
@biswajeetmohanta49452 жыл бұрын
Nice explane mam
@gauravchouhan33222 жыл бұрын
thanks mam as you clear my concepts on this topic.
@vasugaming8846 Жыл бұрын
super Bro
@shivbagupta78882 жыл бұрын
Wonderful explain thanks for given your logic 🖤🖤
@satyajitchoudhury70043 жыл бұрын
Tq for making this video 😘
@michaelharrington58602 жыл бұрын
This video is amazing.
@eekshitasai26632 жыл бұрын
Hollow decreasing triangle is it crt or we can write it a if(i=1||j=1||i+j/n+1) I think it is crt code plz reply
@BoobieMistake2 жыл бұрын
No, the if condition should be "if (i==1 || j==1 || i+j==(n+1))"
@shreelekham.k.914110 ай бұрын
@@BoobieMistakeyes in video it is incorrect
@Akl_Badi_Ya_Bhains Жыл бұрын
Hi, thank you for such an exceptional video. I have one doubt though. While taking the if-condition for 2nd triangle of Hollow Hill Pattern (at 15:14), we are using the condition "if(i == n || j == 1)." Why are we using j == 1 when I think it should have been j == i. I know you r correct and I am wrong, but I am unable to get it, can u please explain.
@balapaudel Жыл бұрын
j==1 helps us print the first star in each row. remember we print one line at a time. j prints stars in each line always starting from 1. And we need the 1st star in each line so j==1. j==i doesn't work because i is responsible for rows. again remember we print one line at a time. for first row j will print a star because i==1 at first row but when we need to print second row the value of i becomes 2 but we need 1st star of each row. So this won't work.
@chandrikaobulasetty6944 Жыл бұрын
@@balapaudeltq for the explanation for the 2nd triangle but why we take j==i in 3rd triangle instead of j==1?
@tapadiptobanerjee228410 ай бұрын
Can you do hollow square pattern without using operator
@ranjithanuslaksh51292 жыл бұрын
For a triangle star int i = what to give
@prashant14702 жыл бұрын
Thanks mam . Very very thank you ❤️
@aksh8713 Жыл бұрын
Thank you so much! Pretty mam
@nemoaditi53754 ай бұрын
Maam you have interchange the formulas for diagonals
@coder31452 жыл бұрын
Hill pattern code is not giving the desired pattern and the diamond pattern also plaease correct it
@SimplyCoding2 жыл бұрын
Can you send your code at info@simplycoding.in so that we can help correct it?
@crimsonshorts4923 жыл бұрын
thank you very much maan 😍😍😍
@sushithabojjam69922 жыл бұрын
Could you paste the code of hollow left Pascal
@TOPSTAR-cy4je2 жыл бұрын
nice teaching mam
@AsifAliyev19882 жыл бұрын
wish you've done it in IDE
@top5things9682 жыл бұрын
Thank you so much Mam .
@ambarishshiva71672 жыл бұрын
Madam using string to this method answer showing wrong output.for eg input gives Harish
@SimplyCoding2 жыл бұрын
Can you send the exact question and your code to info@simplycoding.in?
@harliepole48622 жыл бұрын
Thank you very much.
@vishalkamble36462 жыл бұрын
I didn't understand if condition j==n in hollow decreasing triangle. Could you please explain in short
@SimplyCoding2 жыл бұрын
A decreasing triangle has j loop from i to n -> for (int j = i; j
@vishalkamble36462 жыл бұрын
@@SimplyCoding understood mam thank you🙏
@robloxplayeronly8711 Жыл бұрын
if you are my teacher, i would be an expert.
@mouni-o-2 жыл бұрын
Mam how to print for diffent Symonds in row and column like -, / , | for this symbols in hollow
@SimplyCoding2 жыл бұрын
Can you give an example of what kind of pattern you want?
In increasing triangle (hollow) can we write j=1,i=n,j=n???? Maam pls tell@SimpleCoding
@SimplyCoding2 жыл бұрын
I am not sure if I understand your question. Can you edit the code and send at info@simplycoding.in
@afrahsaleem61992 жыл бұрын
Hi, could u please share the link for hollow butterfly pattern program present on simply coding website🙂
@niteeshyadav88713 жыл бұрын
Much helpful vedio
@MSPHOTOGRAPHY-ep8by2 жыл бұрын
In Hollow diamond pattern j
@tarekghosn36483 жыл бұрын
this was amazing
@satyajitchoudhury70043 жыл бұрын
Tq so much maam ❤️
@YENETWLD Жыл бұрын
do it again with python pls
@jacksonpatrick34542 жыл бұрын
i dont understand the n/2+1 . can you please explain it
@SimplyCoding2 жыл бұрын
Take a example to understand it. Lets say you have pattern of 5 stars so middle row/col is 5/2 + 1 which is 3. If it is pattern of 7 stars, then the middle row is 7/2 + 1 which is 4 and so on.
@habeebkinlolu9668 Жыл бұрын
hitting the subscribe button was too early for me 🥰
@RPLmodelamentos-sz3ox11 ай бұрын
Thank You!!
@nibrasmuhammed71062 жыл бұрын
superb!
@whagKoppulaSupriya3 жыл бұрын
Mam the videos are awesome but we are using more no of for loops
@SimplyCoding3 жыл бұрын
That's correct, number of loops are more but its easier to remember and implement for a beginner. Once you are a bit experienced, you will know how to merge the loops.
@kunalsoni39063 жыл бұрын
@@SimplyCoding maam but u should teach us from beginner to advanced way , what if someone will not get the way to merge the loops then.
@SimplyCoding3 жыл бұрын
@@kunalsoni3906 We have basic videos on just understanding for loop and then programming for exams/entrance. Truthfully, no one has come back to learn how to merge the loops as none of the tests count how many for loop you have used. They check if the output is correct or not.
@kunalsoni39063 жыл бұрын
@@SimplyCoding but ma'am it's creating time complexity. And let me tell u something I started doing patterns from your video but than at some patterns through your method I am not able to do that exact pattern. And please on request in the last part of video you show us some patterns to solve, kinda put solutions of that pattern. As I am struggling in solving them.
@SimplyCoding3 жыл бұрын
@@kunalsoni3906 Kunal all the code is available at the link given. In case you are having any difficulty in writing any of the patterns, pls send us you code at info@simplycoding.in and we would be happy to help.
@kamranshehzad6560 Жыл бұрын
Anyone tell me please can we make kite following these patterns if yes then how ?
@DanDan-st5qe3 жыл бұрын
Very helpful
@mousmigound5347 Жыл бұрын
12:11
@karunashivde8487 Жыл бұрын
Some are not giving the expected output
@Mukthar_vlogs2 жыл бұрын
thanks
@rudra95352 жыл бұрын
amazing
@ramakohilae43152 жыл бұрын
Can you please explain j==n in hollow decreasing triangle?
@lxshya2 жыл бұрын
wrong hai
@swarnalathas4032 Жыл бұрын
In cross pattern 10:34 If n is even then this logic wont work
@sivamaniroyal80113 жыл бұрын
Plz Make this video On Python
@SimplyCoding3 жыл бұрын
Sure, we will work on it
@sivamaniroyal80113 жыл бұрын
@@SimplyCoding Tq Mam
@lakshyagupta94352 жыл бұрын
In hollow decreasing triangle j==i is wrong
@suyakisaneeshwar85062 жыл бұрын
Super
@greyman9803 жыл бұрын
Thank you
@karanpandey3756 ай бұрын
Mam we need video on DSA IN JAVA so plz make video's on DSA bcz DSA is on hype so, if u will make vdo on this then u will get more like and subscribe..... Plz make line by line playlist on DSA 🙏🙏 I promised I will give u more subscribers☺️ Plz Plz...