How to solve any Star Pattern Program

preview_player
Показать описание
Instead of watching multiple playlists and lengthy blogs, watch this one video which will teach you to make any pattern using two basic patterns shapes.

00:00 - introduction
03:15 - Square pattern in java
07:32 - Increasing triangle pattern in java
09:12 - Decreasing triangle pattern in java
11:40 - Right sided triangle pattern in java
14:18 - Right sided decreasing triangle pattern in java
15:05 - Hill pattern in java
16:10- Reverse hill pattern in java
16:46 - Diamond pattern in java
Рекомендации по теме
Комментарии
Автор

The most compact video ever seen in YouTube for Star 🌟 pattern.

shankumondal
Автор

In right side triangle pattern
The condition (j<=n) is wrong,
Because we need 4 spaces not 5.
So the condition will be (j<n)

prasad
Автор

Have had an interview today, watched this explanation in the morning, wrote the program, explained him each and every step, got selected (obviously, he asked me many other thing as well but this was really helpful).

THANKS ALOOOT!!!❤

abbddullahh
Автор

Omg, i never appreciate Coding channels for their lengthy blogs, but this one is truly amazing, Leart the concept in 18 min, which my teacher took months to complete...Well done

varshnianandh
Автор

Really helpful. I'm currently taking the cs50 class by Harvard and was struggling for nearly a week trying to solve the first problem set until now. It was basically about a pattern creation. I'm new to coding and I just don't want to be copying code without deeply understanding the logic and how it was created from scratch and that is exactly what this video did. Great work!!!! Very much grateful.

ibrahimtweneboahasiedu
Автор

I was tired of drawing these shapes and it looks like that probably I cannot learn and probably I would fail in my mid term examination but I randomly find this video I learn from it. Such a great video. I am coding in C++ but this helps me a lot. Bundle of Thanks

muhammadhuzaifa
Автор

Amazing, Amazing explanation. If schools have teachers like this life would be so easy for all the kids. I can solve any * pattern question now in my sleep also. Had never got such easy coding for patterns. Not sure if it is efficient in terms of time complexity but surely can crack the interview with this. This channel should be the bible to all the ones who are learning to code. Thanks a lot once again.

siddharthgupta
Автор

The video is really helpful to understand the basics of pattern printing...❤
But there is a minor mistake in the pattern printing of diamond.
It shows j <= i instead of j < i in the 2nd ( j - loop) of 1st ( i - loop)
and j <= n instead of j < n in the 2nd ( j - loop) of the 2nd (i - loop)..

nandutsreekandan
Автор

I'm trying to produce shapes in Java as well. There are plenty of videos showing how to do this, but this video has the most clear explanations of what to do and why it should be done that way. Great work, many thanks.

JJJJ-gluf
Автор

OMG you are the best teacher.i wasted my time in this nested loop for 2 days.finally i got the correct video.Thankyou So much...

KAZINOGAMING
Автор

Never learnt Java this way, actually understood the logic behind the program

charanyadav
Автор

I can't tell u I hunted for this since so long and cud never get such an easy trick to solve it out! You're the best!

shreyamatade
Автор

super on YouTube, everyone starts teaching without understanding the minds of students.... but you are an exception...you really know where students might get confused.... I hope this channel grow very fast....thanks so much for the liked the video.... and subscribed to the channel....

vijay_academy
Автор

In the right sides example (increasing space and decreasing star) the condition in the first nested loop will be ( j<i) .

SS-fzqt
Автор

OMG!!!! This video is OP. I had been casually programming for almost 3 years now. But patterns are always my biggest weakness. Now, I'm in college and I am forced to learn how to do pattern. I honestly thought I'll never actually learn it as I'm still good in other stuffs. But I need to pass the exam and that's where this video comes in.... It's the best video I have ever watched seriously. I'll always check your channel for other programming doubts I have.

ezrakim
Автор

The bestest ❤️❤️❤️. I was struggling to understand the concept of star pattern since 2 years . First time i got the bestest video . I have heard almost all the teachers, have gone through all channels but i finally understood here . 🙏

ujjawalkumarpandey
Автор

After two years of programming, I finally understood this! Me crying out of happiness. 1+ new subscriber

moeal
Автор

I was a Rookie in pattern printing programs. But now, i can write any pattern printing program in java. This video helped me a lot. Hats off to you ma'am 😘😘😘😘😘😘😘

aradhyaagarwal
Автор

Never thought that printing pattern will be this much easy. Thank you ma'am for this exhilarating video on pattern, Really boosted me in clearing for loop.

anuragkumarsharma
Автор

I was preparing to my exams and this was the right video that I needed to watch😍😍😍. Thanks Simply Coding!

nizomiddin_shahina