People forget that programming is not about typing its all about thinking. 1) Break the problem in sub part. 2) Don't fear to make mistakes. 3) No need to learn the code just keep going, you will learn it automatically. 4) Have a basic knowledge about the function of particular language. 5) Practice math in free time, The basic algorithm are of elementary school level. Good things take time, don't get frustrated if you can't solve, just relax and make mistakes, eventually one day you'll get the solution.
@FreeSkypeGenerator12 жыл бұрын
thanks
@Manikantakrishna_Q_A2 жыл бұрын
Thanks
@Manikantakrishna_Q_A2 жыл бұрын
Bro
@gudapavani90042 жыл бұрын
Thank you
@okappaw2 жыл бұрын
Good info just want to learn, please how come your comment is older than the date the video was posted?
@hamzafarooq44176 ай бұрын
To build code logic of any program, you must learn concept of mathematics such as even or odd numbers or prime numbers. For mathematics in computer programming, you must know operators given below: Arithmetic Operators: + Addition 1+1=2 - Subtraction 2-1=1 * Multiplication 2*2=4 / Division 6/2=3 % Modulus if 6/2=3 then 6%2 is equal to 0 that means 6 is even number. if 7/2=3.5 and 3.5 is decimal value then 7%2 is not equal to 0 that means 7 is odd number Assignment Operator: int x = 10; x=x+5; // x=15 Comparison Operators: == Equal to if(x == y){}else{} != Not equal if(x != y){}else{} > Greater than if(x > y){}else{} < Less than if(x < y){}else{} if statement condition is true then then program inside if(){} will execute but if statement condition is false then program inside else will execute Another syntax: if(){ } else if(){ } else{ } if statement condition is true then then program inside if(){} will execute but if statement condition is false then program inside else if(){} will execute Google search how to find greatest number or calculate prime factor of a number. Read and understand from starting of JavaScript tutorials and check if variable declaration and initialization is useful in finding greatest number. Read and understand from JavaScript tutorials and check if arithmetic operator is useful in finding greatest number. Read and understand from JavaScript tutorials and check if relational operator is useful in finding greatest number and so on. Program 1 to find the greatest number from 3,1 and 5 given below: const arr = [3,1,5]; //arr[0]=3, arr[1]=1, arr[2]=5 var i=0; var greatest=arr[i]; //greatest=3 i=i+1; //i=1 if(greatest>arr[i]){ //if(3>1) }else{ } i=i+1; //i=2 if(greatest>arr[i]){ //if(3>5) }else{ greatest=arr[i]; //greatest=5 } Program 2 using loop to find the greatest number from 3,1 and 5 given below: const arr = [3,1,5]; var i=0; var greatest=arr[i]; // while loop is executed 2 times because we have written i=i+1 and if(){}else(){} 2 times //previous in Program 1 given above while(iarr[i]){ } else{ greatest=arr[i]; } }
@HariPrasad-ox5ri Жыл бұрын
10 Tips to Build and Improve Logic Building in Programming: 1) Have patience, don't give up and Practice thoroughly 2) Theoretical Knowledge is important 3) Make a habit of writing the steps needed to obtain the solution for a problem on a piece of paper, before typing code into IDE 4) Dry run the code by taking several examples 5) Do as many questions as possible 6) Be regular in solving at least a fixed number of questions per day 7) Don't directly jump to advanced topics, start from the basics 8) Make sure to learn DSA 9) Try to solve the problem by yourself, before seeing the actual solution 10) After following the above steps thoroughly, implement your skills on projects - start from basic ones and then move on to advanced
@teddy2812. Жыл бұрын
Where we can find questions in c language. can u help me?
@Kidsstudies7 Жыл бұрын
@@teddy2812.U can that in Sharadha Mam's channel apna college
@praneethpjsf8011 Жыл бұрын
@@teddy2812.Ask chatgpt
@geethas8641 Жыл бұрын
Hackerrank
@SunithaRaghu-ny2dg9 ай бұрын
Duck
@JigarThacker3 жыл бұрын
It is also a philosophy video. "Face at least a new problem everyday" 🙂 At last: The more experience you have the better you become
@chiragrajvaniya23622 жыл бұрын
best CMNT brother i have learnt something from cmnt👍
@computergig36224 жыл бұрын
I am from Moldova and I am glad I found this channel. It helped me to pass my exams for DSA and Software engineering. Thx Jenny!
@collinskimweri4461 Жыл бұрын
Hope you passed!
@computergig3622 Жыл бұрын
@@collinskimweri4461 I did pass
@DimebagGaurav2 ай бұрын
Welcome to india
@JustwaitNwatch-w2 жыл бұрын
1) practice Because first of all if you're new to the language and you haven't done any problems related the chapters for e.g array and loop for pattern making and string its totally new so even if you have to see how to write that code then just have a look at that because those problems will help you build your thinking Because knowing the loop concept it doesn't mean you can print patter in the first go
@cricketfans1794 жыл бұрын
1-Be patient and practice hard 2-Have good concept / theoretical background 3-write down your code on paper first 4-Dry run your code 5-Donot stuck on one problem/move on and then comeback 6-Be consistent with your work 7-Go from Basic to advance 8-Try out DSA 9- Don't jump on the solution manual quickly/Be stubborn 10-Do Projects
@bradalza984 жыл бұрын
Thank you for this summary.
@Accidental_Engineer2 жыл бұрын
Great observation ❣️
@bijayshrestha58204 жыл бұрын
1st Rule of Programming: If it works then don't touch it
@khanusama47264 жыл бұрын
😂😂
@girishkondaparthy4 жыл бұрын
Lol
@adnankazi95724 жыл бұрын
unless it creates bugs 😂😂
@lxlogan14874 жыл бұрын
@@khanusama4726 hjhgk
@divyaprabha58444 жыл бұрын
Exactly
@redBaron_804 жыл бұрын
I recently started coding and currently studying DSA through your videos. This is the real issue I was facing. Thank you man🙏🙏🙏
@mandeepubhi47444 жыл бұрын
Everything will be covered by practice, First Make your way through Ds Then do Algorithms.
@amarjeetchaudhary52714 жыл бұрын
Bhai thanku man nhi thanku mam likho
@preetamkumar54144 жыл бұрын
Na hi man hoga ar nahi Mam hoga ma'am hoga...
@amarjeetchaudhary52714 жыл бұрын
@@preetamkumar5414 bhai mam bhi theek h or ma'am ye bhi pronounciation dono theek h
@tiktokfans85934 жыл бұрын
Watch and subscribe
@ugwudoris26592 жыл бұрын
I just started my coding career, my SA sent this video to me and I hope to come back in future to remember my humble beginning.
@rahuls48633 жыл бұрын
When I was studying, similar thoughts came - all those what to do, what if .... but now i had forgotten some of them. It is very helpful that you listed them and shared them along with all the practical steps and the reasons. Actually what ever you said is applicable in many situations. Thanks for sharing.
As a beginner, that's exactly what I was struggling with..I was about to give up since I thought maybe programming is not my thing..thank you for your tips and giving us hope ❤
@matekimagick3 жыл бұрын
I am so happy to have found your channel! This video was exactly what I needed today. You have a wonderful, calming way about your teaching. Thank you for taking the time to make these videos!
@JigarThacker3 жыл бұрын
I think you haven't yet seen Abdul Bari video kzbin.info/door/ZCFT11CWBi3MHNlGf019nw
I just started learning dart and faced the logic problem but thank you for boosting my morale.
@anirudhajoshi43323 жыл бұрын
YOU ARE ATTRACTIVE MAAM...AND ANYONE WILL LOVE THE SUBJECT YOU WILL TEACH..😍...THE PACE U FOLLOW...THE TIPS U GAVE...THE GESTURES...AND OVERALL ..TAKING OUR CONCENTRATION FULLY ON U...U R GREAT TEACHER..😊
@DimebagGaurav2 ай бұрын
Maam acchi dikhti hai ye clear bolo. In every class room there are ppl like u😂
@Codingnasha4 жыл бұрын
i will asks question to all the youth why this type of teachers are not in our college .we are studying to seen faces our teachers they loose our motivation in college and but we are sakt launde we find best teacher on youtube thats is jenny mam .
@rickk33003 жыл бұрын
Commenting the logic implemented at specific lines in program is also very important, since if we revisit the code after a certain period of time, we may not be able to get the logic implemented, at one go. In that case, those comments will be helpful.
@pravinsingh76053 жыл бұрын
A million dollar comment!👍
@nissyvivek872 жыл бұрын
I have just started programming. I really want be 6* coder in code chef . Can you share your experience to develop logic and improving problem solving skills?
@DimebagGaurav2 ай бұрын
Thats where u apply misra
@ankitsain204 жыл бұрын
Di aap ne jo btaya hai vo ek dam sahi hai because success means Hard work 🙏🙏🙏🙏
@ifrankenstine87483 жыл бұрын
Patience and practice is what I am lacking . And trust me sometimes it's really frustrating.
@laxmikurani16783 жыл бұрын
same bro😶
@coltbolt35832 жыл бұрын
Madame Thank you for these advices I'm a IT undergraduate Who just finished first year and fed up with the course. This gave me some sort of motivation to continue the course.
@TheBrave223 жыл бұрын
You are spectator of my mind , you have all the related knowledge regarding my viewpoint on programming... I do exactly as you said , believe me I thought you to be my goddess that has come to tell me my mistakes.... 🙏 Thankyou so much
@muralikrishna-ki4ks4 жыл бұрын
Dear Jenny mam you have a great vioce,it's make us more concentration on every word come out from your Vioce..ThanQ mam.💝💝
@thunderjawgaming4 жыл бұрын
tharki XD
@santhoshsivan17213 жыл бұрын
It's very easy to say but it's very very different to do.. 💯
@aalishajanat18304 жыл бұрын
I subscribed to your channel and going to start to learn DSA from your channel, you are a super teacher Ma'am. Respect from Pakistan.
@kishorofficial__25804 жыл бұрын
I am from Tamil Nadu , ur teaching is really super.Love u sis😍😍.keep going
@boori95573 жыл бұрын
Even me who thinks programming is beyond me, you made think again and I will give it a go.
@ProgrammingCradle4 жыл бұрын
Many people ask me how to improve programming... Even I tell them few of these tips... But you covered good number of tips and it will surely gonna help everybody... I will share this with learners... Thanks for making this video...
@ProgrammingCradle4 жыл бұрын
@BHARATH creations I am 2018 passout...
@sonurathod95513 жыл бұрын
how sweetly she explain everything❤️
@MasskingP-f5e7 ай бұрын
One night please
@thetechnician37483 жыл бұрын
Golden words There is a no short cuts for success
@sushamasaha47734 жыл бұрын
I get much motivation form your vedios..I am only 16 and I have no basics knowledge in coading....but I have a dream to be a coder .....so a bunch of thank you mam from kolkata🙂🙂
@wonderfulnature51714 жыл бұрын
Always try to guess When Jenny is gonna say "right"
@rigvedsingh91664 жыл бұрын
It's when she gets paused .
@chiragrajvaniya23622 жыл бұрын
@ 22:59 The more experience you have, the better you will be this line 👍 give CONFIDENCE
what to do what not to do As a fresher , you did a wonderful work on it , thank you for giving suggestions yaar.
@arifilyas42434 жыл бұрын
I WAS A PROGRAMMING NOW CAME BACK TO THIS FIELD AGAIN IT HELPS ME TO MAKE GOOD STRATEGY FOR THE APPLICATION .......THANKS FOR THE TIPS SISTER..
@Diversifiedlady4 жыл бұрын
Thanku so much for these tips..... I don't know about others but i was definitely in need of it.
@luckyroyal28454 жыл бұрын
Hi
@Diversifiedlady4 жыл бұрын
@@luckyroyal2845 Hi
@sampathkumar-fl6xo4 жыл бұрын
It would be great if we get a video on competitive programming. Specially quickly identifying the data structure to be used, Algorithm to be used, Most common set of patterns where the problems asked to solve, do's and dont's in competitive programming
@tusharbadeewal4 жыл бұрын
check my series of web development
@tumwesigyeronnie28774 жыл бұрын
Love ❤️❤️❤️ from Uganda🇺🇬 glad to have found this channel. Thanks Madam Jenny
@chamnil86664 жыл бұрын
Please ,can you upload a video about recursive programing,thinking recursively,taking the recursive leap of faith.This video is so helpful.Thank you so much,stay blessed.
@zzinuecode2 жыл бұрын
Thank you so much. I've been struggling with develop my logic thinking. This is very helpful
@rabiabanu16333 жыл бұрын
Thank you for your precious way of explaining how to approach these subjects, I have been confused for quite sometime now.
@anita47224 жыл бұрын
Thank you very much..I will start from basic now...🤞🤞
@yosef55083 жыл бұрын
Gosh girl, you have hit the nail while the iron is hot, and by doing so pulled me out of a ditch that I have literally fallen in love with you! Great work!
@rajanjoseph1645 Жыл бұрын
Knowledgeable for every common person. Thanks
@kumarkashyappandey62784 жыл бұрын
Not only points are important, ur every sentence spoken in this video is golden. Very practical and every words are from your heart of having very much experience of hard work. Salute to you Jenny Mam!👍👌
@knowledgeoftalk41712 жыл бұрын
First off All i would say Tnq usoo much Ma'am..... This is great Tip's for us .. it's useful to everyones Tnq u ☺️👍
@sachinchoudhary98744 жыл бұрын
please make a playlist on competitive programming also!!
@nikhiljadhav94073 жыл бұрын
Please take logic building series for intermediate. Your teaching is so cool
@manikantanrj53983 жыл бұрын
Thank you so much for sharing these valuable lessons !!!
@WorldWideVibezz4 жыл бұрын
Very well said, I have done rhe same thing and now I m in a position to understand the problem and approach with an algorithm.
@arvindzagade75374 жыл бұрын
Ma'm It would be a great Help if you make a video on How to build logic for Plotting patterns in programming?
@shreyassinha12074 жыл бұрын
Didn't see the whole video, but came to add up a point. Learn Maths, practice maths improve maths,
@kybhaskar49834 жыл бұрын
Madam your explanation is very much excellent. Definitely need JAVA play list within two or three months. Consider my request
@nganbaoinam22364 жыл бұрын
Mam I will very thankful to you if you explain step by step with an example.
@BubbleBoyteen4 жыл бұрын
Softwares are like temples. First, you build them and then pray!
@santhoshzeals71303 жыл бұрын
😂
@allofmystuffs3 жыл бұрын
😅
@iam_mahesh_maharana3 жыл бұрын
🤣
@vishiram63 жыл бұрын
Sometimes some people fall prey
@gamerlord48393 жыл бұрын
Logic✌️😂😂
@innerpeace96554 жыл бұрын
First thing we should grasp or learn all the topic.. of any programming language completly....
@hustler2124 жыл бұрын
Coders require this kind of session again and again
@mohammedmills1425 Жыл бұрын
You are one of the best teacher ever.
@nurulhudakhan87764 жыл бұрын
This is very helpful ma'am 🖤 I have taken the screenshot of all the 10 points with you standing besides them and had put it on my wallpaper.
@mavericksantiago3194 жыл бұрын
Why should you pass a sexist comment .... if you try to get work in a MNC with this attitude , sorry you will not be hired..... respect women !!!!
@14shahinsiddiki314 жыл бұрын
U are amazing maim your teaching way is best thank you so much 😊 now I am fill some confidence
@hajarelalit4 жыл бұрын
#jenny I think understanding memory management of any language will help building programming logic 😊
@sonyashivgune.71164 жыл бұрын
True 👍
@walidoulondon8107 Жыл бұрын
You’re the best teacher ever I learned a lot from you ❤
@tadele3947 Жыл бұрын
Jeny I love your teaching verily and you!
@shrur35273 жыл бұрын
Thanks a lot mam .wish u all success n happiness in life
@gilmanwazirpoetry34013 жыл бұрын
Ur not boring like our teachers 🤦 Thanks for ur lesson 😘
The only way to master DS&Algo is code code & code. Read problem, try to solve. if not able to solve, check the logic and solution and then write the solution. Even if it is an easy problem, code code code.
@tanishkhandelwal15934 жыл бұрын
These techniques are really appreciable.you are doing great work.please keep it up 👍👍
@movietaker2212 Жыл бұрын
i never saw like your exlantion about in programming ,,that much clearly you are saying ,,all youtube videos i watched they are explaining what is what ,,but you are the one giving the concept clearationlike data types ,arrays,sorting,number and star pattern and so on,,, and i want to some c# tutoial
@amruthachandrasekaran69414 жыл бұрын
Put videos on python language mam. u r my computer guru😍
@abinirshi86044 жыл бұрын
Yes
@dikshapandey27054 жыл бұрын
Yess plss mam
@sainathhiramane3664 жыл бұрын
Yes ma'am
@shubhamaggarwal35214 жыл бұрын
The way in which u teach is aweaome. And when you turn face to camera side its look like am present there in your class and u r teaching me ..
@angadsudan23324 жыл бұрын
Mam some of the tips were super useful but you could have added point that u need to take coding as a fun and understand it rather than cramming. Otherwise it was superb
@akshayjr2638 Жыл бұрын
Ur heart look likes ur face both are beautiful. Hatsoff u miss and lots of love❤️
@preetamraj41472 жыл бұрын
I didn't understood anything but i watched this whole video
@pavans77322 жыл бұрын
Haha
@jomarbombita50782 жыл бұрын
Thanks ma'am now i am motivated not because of your lecture but because of you😉
@sunnydivino3 жыл бұрын
Thank you, Jenny. I’m facing this issue with my logic and I hope this helps. I appreciate your effort in the video.
@aayushichouhan87143 жыл бұрын
You gave me motivation to speaking English tqqqqqq
@veerasakthivela19663 жыл бұрын
You are sensational ma’am and anyone will love the subject you will teach😀great gestures and overall taking our concentration fully on you ..you r great ma’am 😍
@amanisdreaming39142 жыл бұрын
Thanks mam, iam a beginner. and this is helpful. and very hopefull that in the coming month I'll be able to code better.
@chirranjitghosh56644 жыл бұрын
Mam, your video are very very understandable. I hope you will be keep it up. Mam, i am begged you that make core subjects video series parallelly. It will be help me a lot as well as many serious students. Again, thank you so much for making this type of video.
@yogeshhj9064 Жыл бұрын
I was very glad to have your channel
@flatmates61664 жыл бұрын
First time apko 1x pe dekhra hu, otherwise its always exam eve😛 thanks to lockdown
@MohitKumar-mf6wt Жыл бұрын
Thank you very much ma'am, this video is very helpful every student's, but actually seeing this video I have learnt many steps coding learning, every steps is every true, now I am hundreds percentage in these steps day to day I will adopt in my coding life, so thank you very much from my heart 💜💜💜💜💜 for you, you are better teacher '''''
@anujyadav74284 жыл бұрын
Read a book titled "How think like a programmer" for logic building.
Actually i think one should go for Algo by using their own logic. To implement the algo one should have very good knowledge to convert ur algo into code in a language. But i dont think that practice is important. I don't know, with the word of "Practice", madam what did she want to mean. I think one should not be afraid of thinking abt algo if he or she is from the mathematics based background. Another matter we can't think abt anything abt the logic of programming that is not studied in one's life. So first build up ur logic/Algo then convert the code and then analyse the error then rectify it.
@amandwivedi18094 жыл бұрын
Instead of reading , start thinking :)
@pendhotavinay97274 жыл бұрын
Iam ur fan ma'am keep rocking with ur skills
@AbdulRehman-xz9pn4 жыл бұрын
well i think its not abt patience its abt Passion, how passionate you're to learn something
@talalsadaqat3 жыл бұрын
You need both because everyone will face bugs and errors in program so getting frustrated or impatient cant make you a good programmer
@anuragmalviya23973 жыл бұрын
I'm a bcom guy watching these videos coz my group is of computer application and these are helping me somewhere !!!!
@hassaanraheem56444 жыл бұрын
Building Logic : try to solve riddles it will be a better technique for building Logic If u don't know the solution then u will think again and again and draw on paper what ur mind think about problem it will be a better technique for improving building Logic.
@RJones-mx2oi3 жыл бұрын
This is the very video that I needed!!! I watched other videos from men but by far, yours is much more relatable and not to take anything away from the men. Some kind soul listed the principles and I screen shot them. THANK YOU AGAIN FOR BLESSING EARTH WITH THIS VIDEO!!
@sahil_04 жыл бұрын
Hello ma'am In data structure u taught about time and space complexity but in some problem both types of complexity is come so ma'am I want to ask that in both of this which we take first preferences.
@Justsimransingh4 жыл бұрын
Time
@shwanjosef39843 жыл бұрын
why Indians is so smart 🤷♂️, thank you very much for your advices 🌹🌹
@BahawalTV4 жыл бұрын
They don't teach flowcharts for logic building now a days. It used to be a good tool to build algorithms and then dry run it. I miss those days.
@kingsleyoji6494 жыл бұрын
There is UML..
@BahawalTV4 жыл бұрын
@@kingsleyoji649 There are only two ways to write an algorithm. Either write a pseudo-code or draw a flowchart. That is what I know.
@kingsleyoji6494 жыл бұрын
@@BahawalTV I think you misunderstood. UML is a standard modeling system for representing relationships and you can use it to break down problems visually. That's all I was saying. You might like it if you took a look.
@aaryanpatel5936 Жыл бұрын
i really appriciate what you have doing mam, not very good catch in english still have motive to do and try. you not only teach us coding but also teach that your try is important
@garvitnagpal48934 жыл бұрын
want to start learning data structures and algorithms that are most demand in industry I'm semi qualified Chartered Accountant and know python
@siddhantsawant8262 жыл бұрын
thanks madam ..for a wonderful lecture................I will follow your steps
@nekkigamer29513 жыл бұрын
I came here only to see my Jenny😍
@Ahmed_Asif10 ай бұрын
This is actually the most important core concept of Computer Science. More precisely DSA.
@hemantkp_4 жыл бұрын
Hello Ma'am, I learn python language....Should I go through with your DSA series ?
@chathushkasavinda62532 жыл бұрын
THANKS FOR YOUR MOTIVATION. I WILL READY MY DEGREE GIVE UP. I THINK DO PROGRMING NEEDS A PROGRAMING SKILLS.RELLAY THANKS FOR YOUR MOTIVATION. from sri lanka