How To Begin Learning DSA In C++? | Amazing Way To Begin Learning DSA In C++ | Coding Ninjas

  Рет қаралды 8,942

Coding Ninjas

Coding Ninjas

Жыл бұрын

Extensive program for working professionals with interview prep, placement support and mentorship:-
Full Stack Web Development Bootcamp: bit.ly/48Mycpe
Data Analytics Bootcamp:bit.ly/3vgfbxB
Explore Our most loved courses: bit.ly/3wLb792
Smash that 'Like' button and hit 'Subscribe' to stay ahead in the coding game. Let's go on this coding adventure together! 💫
For Free resources check out: bit.ly/3TuRBGN
Playlists curated for our students: 👇
✅Get Best mentorship from Ankush Sir in Ankushwaani: bit.ly/48Yolwt
✅Aptitude Preparation: bit.ly/4cgL5L2
✅Coding Ninjas Success Stories: bit.ly/48U83oH

Пікірлер: 124
@CodingNinjasIndia
@CodingNinjasIndia Жыл бұрын
Get COURSES For FREE Using This Scholarship Test. Register Here Now: www.codingninjas.com/landing/scholarship-test/? BEST FREE Resource To Learn DSA, C++, Python, Java, Web Development, Competitive Programming, CLICK HERE: www.codingninjas.com/codestudio/guided-paths?November22 PLAYLIST: Operating Systems Full Course By Coding Ninjas: kzbin.info/aero/PLrk5tgtnMN6Tn-eqehIIqqV3auXi3gajN PLAYLIST: DBMS Full Course By Coding Ninjaskzbin.info/aero/PLrk5tgtnMN6RP0PMnyBVI15N_phCQevZM PLAYLIST: Success Stories By Coding Ninjas: kzbin.info/aero/PLrk5tgtnMN6QKbODGF49a6vGFWzmAS21J PLAYLIST: WEB DEVELOPMENT Full Course by Coding Ninjas: kzbin.info/aero/PLrk5tgtnMN6TNuhUEf5-UgPxa1wu-l6kP PLAYLIST: DSA in PYTHON Full Course by Coding Ninjas: kzbin.info/aero/PLrk5tgtnMN6TYBW0-U4YhIRyYEVpqVEnJ (Playlist) Top DSA Interview Questions By Coding Ninjas: kzbin.info/aero/PLrk5tgtnMN6QpjNWjAym3wbqe8dhj5x_x (Playlist) Data Structures And Algorithms In C++ Full Course By Coding Ninjas: kzbin.info/aero/PLrk5tgtnMN6RROlCDCwFVlbtuB9yHDpzw (Playlist) Data Structures And Algorithms in Java Full Course by Coding Ninjas: kzbin.info/aero/PLrk5tgtnMN6StFV60jlQ9W-RXyHppbp8G Practice Coding On Top Interview Questions For FREE: www.codingninjas.com/codestudio/problems?Nov In this video, we will be talking about how to begin learning DSA In C++?
@_let_me_check_338
@_let_me_check_338 Жыл бұрын
Option C: 4 3 2 1
@heetgudhka2731
@heetgudhka2731 Жыл бұрын
I have given the first reply to the quiz please let me know if I am the winner. thank you
@parthsharma5966
@parthsharma5966 Жыл бұрын
The answer for the contest is C) that is "4321" and this is because stack follows LIFO, which means that the element inserted at the last will be removed first.
@AniketKumar-tc8cz
@AniketKumar-tc8cz Жыл бұрын
C) 4,3,2,1 Since, stack is based on Last In First Out (LIFO); element entered last will come out first.
@tejaswaroop.m1963
@tejaswaroop.m1963 Жыл бұрын
The answer to the question is 4,3,2,1 because in the stack first in last out rule followed.
@pritishpatra542
@pritishpatra542 Жыл бұрын
4,3,2 n 1.... like picking from top to bottom if kept in a vessel
@dammanprathap3
@dammanprathap3 Жыл бұрын
option: C Reason: As stack follows LIFO(last in first out).
@ankitmajee
@ankitmajee Жыл бұрын
C. 4 3 2 1 Stack follows LIFO
@veenuchhabra3062
@veenuchhabra3062 Жыл бұрын
C 4321 will be the order as it would come out in reverse order LIFO last in first out
@SauravSaha09
@SauravSaha09 Жыл бұрын
c) 4321 - because the stack follows LIFO- Last in first out!
@yuvrajpandey9807
@yuvrajpandey9807 Жыл бұрын
Option C (4,3,2,1) as stack is Last In First Out data structure
@vishal8277
@vishal8277 Жыл бұрын
4 3 2 1 I bought the mern stack development course premium course which includes dsa,really excited to start the batch from nov 14th...🙌
@nitinrana5290
@nitinrana5290 Жыл бұрын
Answer is c i. e 4,3,2,1 last in first out logic in stack
@apekshajain6776
@apekshajain6776 Жыл бұрын
Ans is 4, 3,2,1 as stack follows last in first out property
@alhadisocialmedia9063
@alhadisocialmedia9063 Жыл бұрын
Option C is right 4,3,2,1 will be the order for the removal
@debajyotihui5721
@debajyotihui5721 Жыл бұрын
option C. 4,3,2,1 [as stack is Last In First Out data structure]
@therajur
@therajur Жыл бұрын
C: 4 3 2 1 Explanation : the stack follows LIFO (last in first out) order so the last element will be popped out first And Make the order similar to C First 4 popped Second 3 popped Third 2 popped Fourth 1 popped So the order will be 4 3 2 1
@jaivindomadiya7454
@jaivindomadiya7454 Жыл бұрын
Ans: C . 4,3,2,1 because Stack works like LIFO (Last in First Out)
@dipkumardas3941
@dipkumardas3941 Жыл бұрын
Option C. 4 3 2 1
@akankshaawasthi3932
@akankshaawasthi3932 Жыл бұрын
Sir for maths part where should we learn it .
@shadabhussain147
@shadabhussain147 Жыл бұрын
Option C is correct!
@anujyadav8513
@anujyadav8513 Жыл бұрын
The answer is option c - 4 3 2 1 (LIFO)
@yatinsabikhi
@yatinsabikhi Жыл бұрын
Option C : 4321
@532hariharareddyg5
@532hariharareddyg5 Жыл бұрын
4 3 2 1 its because stack is last in first out datastructure.
@AshutoshKumar-of7ne
@AshutoshKumar-of7ne Жыл бұрын
Ans is c) 4 3 2 1 As stack is Lifo structure.
@vijayanks1714
@vijayanks1714 Жыл бұрын
ans for stack : option a (1,2,3,4)
@arnav9874
@arnav9874 Жыл бұрын
Order of the output is= 4321
@premjeetk8292
@premjeetk8292 Жыл бұрын
Best Roadmap 🔥
@CodingNinjasIndia
@CodingNinjasIndia Жыл бұрын
Hey Thank you for your kind words! We hope that you found this video informative! You can now get Scholarship (Discount) on ALL CODING NINJAS COURSES Using This SCHOLARSHIP TEST. Register Here Now: www.codingninjas.com/landing/scholarship-test/? Stay tuned to Coding Ninjas KZbin channel for more! Happy Learning!
@flsh1343
@flsh1343 Жыл бұрын
C is the correct answer 4321.
@arunsharma8178
@arunsharma8178 Жыл бұрын
Option C is correct because stack is follow LIFO
@arunsharma8178
@arunsharma8178 Жыл бұрын
So order is 4 3 2 1
@syfur
@syfur Жыл бұрын
Quiz answer: C (4, 3, 2, 1)
@vsivasubramani6456
@vsivasubramani6456 Жыл бұрын
#stack C.4321
@ICCCricketCounci
@ICCCricketCounci Жыл бұрын
Q.1(ans) c.4,3,2,1
@kkansal171
@kkansal171 Жыл бұрын
Option C is correct✅
@subhamdey5507
@subhamdey5507 Жыл бұрын
The answer of the quiz is option c-4,3,2,1
@syedusmankhalid8718
@syedusmankhalid8718 Жыл бұрын
Answer is C
@AmanTiwari-ww7td
@AmanTiwari-ww7td Жыл бұрын
the order of removal is.=4,3,2,1
@AmanTiwari-ww7td
@AmanTiwari-ww7td Жыл бұрын
C
@tanusinghal820
@tanusinghal820 Жыл бұрын
option C
@pratyushtripathi1728
@pratyushtripathi1728 Жыл бұрын
Answer= C. 4321
@Ashutosh7e
@Ashutosh7e Жыл бұрын
C. 4,3,2,1
@gkushwanth2277
@gkushwanth2277 Жыл бұрын
Option c
@achyuthnamburi4185
@achyuthnamburi4185 Жыл бұрын
5:57 option C
@harsharaju4376
@harsharaju4376 Жыл бұрын
C: 4,3,2,1
@avanisethia7629
@avanisethia7629 Жыл бұрын
Answer- 4321 LIFO
@alokupadhayay4189
@alokupadhayay4189 Жыл бұрын
The answer is option (C) 4,3,2,1
@YaseenYaseen-qx7uj
@YaseenYaseen-qx7uj Жыл бұрын
Option C
@aayushisharma3223
@aayushisharma3223 Жыл бұрын
C 4,3,2,1
@sanskrutimagdum1226
@sanskrutimagdum1226 Жыл бұрын
Answer : C. 4,3,2,1
@anshulgarg3018
@anshulgarg3018 Жыл бұрын
C is the right option
@abhishekmathur1042
@abhishekmathur1042 Жыл бұрын
d.4,3,2,1
@heetgudhka2731
@heetgudhka2731 Жыл бұрын
Option C 4321
@8yogi
@8yogi Жыл бұрын
option c 4321
@muniraja4116
@muniraja4116 Жыл бұрын
4321 option c
@guraashishsachdeva125
@guraashishsachdeva125 Жыл бұрын
Answer is (C) 4321
@MittuRohith
@MittuRohith Жыл бұрын
Option c:: 4321
@its_sagar371
@its_sagar371 Жыл бұрын
Option C 4 3 2 1
@top190
@top190 Жыл бұрын
Obviously It's C Sir LIFO concept
@Rajendrakumar-bo3ym
@Rajendrakumar-bo3ym Жыл бұрын
Options C is 4321
@manishthakur8050
@manishthakur8050 Жыл бұрын
Ans is option c 4321
@sumeshsingh8241
@sumeshsingh8241 Жыл бұрын
Answer is C : 4 3 2 1.
@sarangmusicx
@sarangmusicx Жыл бұрын
Ans C : 4321
@Knowledge.-.
@Knowledge.-. Жыл бұрын
The ans is C : 4 3 2 1
@Sxy_memees
@Sxy_memees Жыл бұрын
The answer 4 3 2 1
@monushaw5949
@monushaw5949 Жыл бұрын
C
@paraschauhan862
@paraschauhan862 Жыл бұрын
4,3,2,1
@VIMALPLAYS
@VIMALPLAYS Жыл бұрын
atleast give english caption sir!!!!!!!
@JaySharma-yp5td
@JaySharma-yp5td Жыл бұрын
Answer to the quiz question :- C. 4 3 2 1
@piyushgarg41
@piyushgarg41 Жыл бұрын
The answer is 4 3 2 1
@rohitgoswami841
@rohitgoswami841 Жыл бұрын
C:- 4321
@margamvinay
@margamvinay Жыл бұрын
Bro DSA in C and C++ same or different
@margamvinay
@margamvinay Жыл бұрын
Give reply
@ankitmajee
@ankitmajee Жыл бұрын
Same just printf scanf ka jaga cout cin Or jo kuch C mai hota hai wo sab CPP mai v run karta hai Iska matlab hmlog scanf aur printf cpp mai v use kar sakty hai Bus cpp mai oops principal new hai or STL baki sab same hai
@akashkishore7641
@akashkishore7641 Жыл бұрын
Ans : Option C. 4 3 2 1
@akankshaawasthi3932
@akankshaawasthi3932 Жыл бұрын
C- 4321
@JINVERMA
@JINVERMA Жыл бұрын
Answer is 1234
@udanzo19
@udanzo19 Жыл бұрын
C 4321
@miliaurora1038
@miliaurora1038 Жыл бұрын
4 3 2 1 ....this is easy
@indnexus4266
@indnexus4266 Жыл бұрын
Uwais Khan and should be 4321
@AmarKumar-ry3yf
@AmarKumar-ry3yf Жыл бұрын
C=4321
@yuvrajsingh852
@yuvrajsingh852 Жыл бұрын
C. 4 3 2 1
@indnexus4266
@indnexus4266 Жыл бұрын
4321
@tariqullah1639
@tariqullah1639 Жыл бұрын
A 4 3 2 1
@Myeditz705
@Myeditz705 Жыл бұрын
4321 lifo
@ishratalikhan1998
@ishratalikhan1998 Жыл бұрын
Shayad c hai
@mayurkumar3646
@mayurkumar3646 Жыл бұрын
Ans 4 3 2 1
@gujaratinimoj3845
@gujaratinimoj3845 Жыл бұрын
Answer is c). 4 3 2 1
@khansiddique
@khansiddique Жыл бұрын
C. 4.3.2.1
@_let_me_check_338
@_let_me_check_338 Жыл бұрын
Option C: 4 3 2 1
@_let_me_check_338
@_let_me_check_338 Жыл бұрын
LIFO
@alok____paul
@alok____paul Жыл бұрын
D. 4 3 2 1
@anirudhsingh8008
@anirudhsingh8008 Жыл бұрын
C, lifo 4 3 2 1
@dineshm.b9289
@dineshm.b9289 Жыл бұрын
C) 4 3 2 1
@jaswanthcreations985
@jaswanthcreations985 Жыл бұрын
Removal order: 4,3,2,1 @codingninjas
@rayedahmed3983
@rayedahmed3983 Жыл бұрын
4 3 2 1
@triloki.indiawale
@triloki.indiawale Жыл бұрын
C. 4,3,2,1
@aayushisharma3223
@aayushisharma3223 Жыл бұрын
C 4,3,2,1
@devanshsharma4785
@devanshsharma4785 Жыл бұрын
C
@vision6410
@vision6410 Жыл бұрын
4,3,2,1
@Aadeshentrepreneur.
@Aadeshentrepreneur. Жыл бұрын
The answer is 4 3 2 1
@Sharply_
@Sharply_ Жыл бұрын
C. 4 3 2 1
@himanshagrawal3155
@himanshagrawal3155 Жыл бұрын
4321
@prathmeshvishwekar9224
@prathmeshvishwekar9224 Жыл бұрын
Option C 4 3 2 1
@kunalnarkhede233
@kunalnarkhede233 Жыл бұрын
4 3 2 1
@sauravjaiswal5970
@sauravjaiswal5970 Жыл бұрын
4,3,2,1
[柴犬ASMR]曼玉Manyu&小白Bai 毛发护理Spa asmr
01:00
是曼玉不是鳗鱼
Рет қаралды 44 МЛН
Cute Barbie gadgets 🩷💛
01:00
TheSoul Music Family
Рет қаралды 68 МЛН
Super sport🤯
00:15
Lexa_Merin
Рет қаралды 20 МЛН
JUCE Tutorial 00 - What is the JUCE Framework?
6:43
The Audio Programmer
Рет қаралды 105
7 Tips to Improve Programming Logic | How to Build Programming Logic
14:03
Best Books of Html Css javascript
1:48
Tech Contribute
Рет қаралды 4,3 М.
Эволюция телефонов!
0:30
ТРЕНДИ ШОРТС
Рет қаралды 6 МЛН
Kalem ile Apple Pen Nasıl Yapılır?😱
0:20
Safak Novruz
Рет қаралды 938 М.
#miniphone
0:18
Miniphone
Рет қаралды 10 МЛН