Conclusion: Do whatever you are confident in, no need to switch just for hype, Focus on the concepts and problem solving. In industry you have to learn according to the project requirements.
Thank you so much for this video. I am a C programmer and till date I did all of my DSA's in C. I didn't care about the language. Recently I am aware that either C++ or java is good for DSA and C is not even in the list. I was badly Confused but now after few of my friend's suggestion and especially after watching this video, I am very clear!!!
The java you learn in your college is hardly 5% of what is needed in industry utilisation, so it hardly matters what you know now, unless you are doing projects with java as your backend.
I did have both the languages under hold during my college days. I will recommend you to have both if possible, helps a lot. C++ is preferable for interview preps, and if you are doing projects, try to go for Java might help you in having a bunch of opportunities.
i am an operating system developer/ compiler engineer and we use heavily c/c++ and data structures. So until and unless you are not in low level industry 🎉
I highly suggest using java over CPP if you are a backend java developer. I personally have faced this issue in the interviews where they are not allowing me to write code in CPP. They strictly wanted me to solve the DSA problem in java as I was giving the interview for the java developer backend position.
I am currently Learning web development and I want to learn backend development also. But I don't know much about it. Can I choose any language other than java for backend if I go with C++ for Competitive programing and other stuff for now?
@@pranavp2345 hey, you can choose any language for doing DSA as you are a fresher but once you join any company you will work on some language right? Let's say after joining a company xyz you are working on Java in that company which is mostly the case in big companies then you have to slowly learn and get used to solving DSA with Java. If you work on nodejs it doesn't mean solve DSA in js. Its only the case with c++ and java. Depends on what language you work on in your company. AGAIN ITS JUST BASED ON MY EXPERIENCE SINCE I AM A JAVA DEVELOPER Used to solve DSA with C++ but eventually had to move to java and ONCE YOU KNOW HOW TO CODE IN ONE LANGUAGE ITS EASY TO SWITCH TO OTHER. IAM JUST SHARING MY EXPERIENCE WHAT HAPPENED TO ME. peace out ✌️
Meanwhile me a Javascript developer waiting to hear the word "Javascript" XD. Btw I am watching Striver's videos since long and I code them in JS. He teaches in such a way that it's not dependent on language. Once the pseudocode is super clear then we can code it easily in any language. So don't worry much about language guys
I use python. I never faced issues in any CP contest. Its not about the language, its about problem solving skill, logic building. If you're good with these, you will not find any difficulties in your career as long as you're up to date with the latest trends in your field. Also, don't spend much of your time on CP. There are many things which you should do to get a job now in the current situation. People are focusing on resume a lot. As there are thousands applying for a single role, you should have a resume which stands out of all. Happy Coding.
I code in Java but if I need help in some qn i go for c++ to understand as Java doesn't have that many options. No. of people code in c++ are more than Java on yt
@@khushalsinghrathore7499 lmaooo... you really think so? Bro, Kotlin is a JVM based language and Android SDK was written in Java 💀 So, Java is not going to die in the Android world. It has its own way of enforcing OOD, at least compared to other languages. If Java dies, Kotlin dies too
tell about what people in industry do in pthon and what are the jobs in python and dsa in python is good or not and future of python is it only used in data science
if i cant make the logic , can i see the editorial /solution and then code the question , i feel guilty everytime , how can i improve my problem solving logic
Code for at least 1 hour everyday without any distraction. Solve one easy question everyday to feel confident and then increase your level. Even after you solved a question correctly do check other's code too to get more ideas
pointer is a variable that holds the address of another variable example: int b =23; b is a variable which holds the integer type value. int *p=&b; p is a pointer variable which points to the address of another variable (b) or int *p; p=&b; it is like this : example 1: mark is a person at home. marky at college . and markus at friend circle. but all these names pointing to the same person . so that's how the pointers works .
@@daniyalraza3597 Yes pointers are so useful when we implement them in a right way like while doing pass by reference , or in dynamic memory allocation
Bhaiya, I was coding in C++ for the last few months and have done basic DSA in it. now switching all over to Java may be taxing for me. But they say there's high demand for Java in industry and C++ won't be preferred for a fresher like me from Mechanical Engg bg. And due to this recession time, idk if I should be taking the risk to continue doing C++ or switch to Java and aim for a Java Developer role for opportunities. Please clear my doubt.
it won't be an issue, i'm clear with this confusion you can continue with this playlist with no worries. It doesn't matter, Java is preferred for Development you may need to learn it later in company but if you have good programming fundamentals in either of the languages you can switch to the other easily within 1-2 weeks. Syntax and very minor concepts differ, nothing major or problematic.@@sameerasimran
Take c++ or java as a bike ... now anything can be best than another in reality ... but the main thing matter is the driver who is driving the car/ bike ... jo kachra language ko bhi teer ki trh udaye ... vo asli seekandar h ... ab vo bakwaas se game pubg ka example dena padega kya.. ?? .. gun chahe groza lelo... pr ek m3 ( short burst 5.6mm vali gun jo bhi naam tha ) usse bhi aapo aapse skills me better banda maar k chala jaega .... abhi hum us level pr hai hi nhi.. jaha hum konsi language badia h iske baren me soche... abhi humari utni aukkat nhi h .. . konsi language kaha use krni h ... current time k lie .. vo striver jitne level vale bande hi k pass darja h .. bolne ka .. so first reach to that level ... agr mai apni baat kru.. I hate java... but java is used in many places ... but still I will prefer to learn dsa with C++ ... then switching to java ... would be piece of cake for me.. or for anyone ... simple bhasa me .. sab languages me at the end for loop if else hi lg rha hota h .. akad bakad bum krke choose krlo
I have heard somewhere.... C++ is Manual transmission car and Java is Automatic Transmission car... So people who learn driving with Automatic ones are gay
striver bhai please reply 😞😞😞😞 i am a 2022 graduate tier 3 college and still not having skills,currently developing like 1 .fullstackweb development (udemy) and learning 2. (c++ and dsa by abdul bari sir), 3. apti and i just wnt to ask one thing that i am jobless from past 9 months and still i need at least 2 to 3 months to grab a good job so is it late or still chances to grab a good job so please reply please i am scared i can do it but these thoughts are just killing me
Book a free trial: bit.ly/3JMTWXI
What you feel about javascript
@@anonymoux583 if you want to become full stack then you can choose that
i am going to start coding and after researching even i came to the same conclusion .
Thanks
@@anonymoux583 javascript is a curse 💀
what does problem sol;ving mean here? can someone elaborate?
Conclusion: Do whatever you are confident in, no need to switch just for hype, Focus on the concepts and problem solving. In industry you have to learn according to the project requirements.
Happy to see people in comments are supporting JAVA ..java getting recognised..
Thank you so much for this video. I am a C programmer and till date I did all of my DSA's in C. I didn't care about the language. Recently I am aware that either C++ or java is good for DSA and C is not even in the list. I was badly Confused but now after few of my friend's suggestion and especially after watching this video, I am very clear!!!
The reality is, in the end, you should be able to read the code in c++,Java, and python is all mater.
As a c++ guy will strongly recommend java because of the industry utilisation.
Thats why i do in java.. this is one of the main reason i have sticked..
The java you learn in your college is hardly 5% of what is needed in industry utilisation, so it hardly matters what you know now, unless you are doing projects with java as your backend.
True that ✨
@@takeUforward true buddy
You are right.
I have done both C/C++ and Java.
I have sticked with Java.
0:32 My Experience
5:16 Placements
8:53 Competitive Programming
11:25 Jobs
13:56 Conclusion/Final Verdict
The last thing you have mentioned about coding round that C++ takes very less time because of it's Syntex clear my doubt. Thankyou so much sir🙏🙏
typing is cout is faster than writing System.out.println
Already chosen c++ ....still watch it ...beciz it was created by The Striver ❤
Kaha se app padh rahe hai bhai DSA???
Same
I just switched to c++ just because pointers comes handy sometimes and because of the shorter code.
Same pinch bro, and c++ is much cleaner than java.
@@indraxioscan you explain why
java takes time to learn but ones u have clear its concept you can learn any language
I did have both the languages under hold during my college days. I will recommend you to have both if possible, helps a lot.
C++ is preferable for interview preps, and if you are doing projects, try to go for Java might help you in having a bunch of opportunities.
Thank you bhaiya for this 😊
i am an operating system developer/ compiler engineer and we use heavily c/c++ and data structures.
So until and unless you are not in low level industry 🎉
how to become a operating system developer
any roadmap
After watching tons of videos, this video really helps me a lot. Thank You so much for this amazing content.
Ending 😂😂!! Got a great clarity striver bhai! Problem solving is the main goal!
I highly suggest using java over CPP if you are a backend java developer. I personally have faced this issue in the interviews where they are not allowing me to write code in CPP. They strictly wanted me to solve the DSA problem in java as I was giving the interview for the java developer backend position.
I am currently Learning web development and I want to learn backend development also. But I don't know much about it. Can I choose any language other than java for backend if I go with C++ for Competitive programing and other stuff for now?
@@pranavp2345 hey, you can choose any language for doing DSA as you are a fresher but once you join any company you will work on some language right? Let's say after joining a company xyz you are working on Java in that company which is mostly the case in big companies then you have to slowly learn and get used to solving DSA with Java. If you work on nodejs it doesn't mean solve DSA in js. Its only the case with c++ and java. Depends on what language you work on in your company. AGAIN ITS JUST BASED ON MY EXPERIENCE SINCE I AM A JAVA DEVELOPER Used to solve DSA with C++ but eventually had to move to java and ONCE YOU KNOW HOW TO CODE IN ONE LANGUAGE ITS EASY TO SWITCH TO OTHER. IAM JUST SHARING MY EXPERIENCE WHAT HAPPENED TO ME. peace out ✌️
@@syedpeerasaheb9764 okay bro. Thanks for ur guidance
You have comment at every channel
How to get interviews for Java backend 😭
Meanwhile me a Javascript developer waiting to hear the word "Javascript" XD. Btw I am watching Striver's videos since long and I code them in JS. He teaches in such a way that it's not dependent on language. Once the pseudocode is super clear then we can code it easily in any language. So don't worry much about language guys
Yes that was my point that I wanted to pass on.
Thanks i really needed this comment 🥲
I'm so addicted to you bhaiya ki I've chosen my language already fir bhi dekh rha hu
I use python. I never faced issues in any CP contest. Its not about the language, its about problem solving skill, logic building. If you're good with these, you will not find any difficulties in your career as long as you're up to date with the latest trends in your field. Also, don't spend much of your time on CP. There are many things which you should do to get a job now in the current situation. People are focusing on resume a lot. As there are thousands applying for a single role, you should have a resume which stands out of all.
Happy Coding.
Cuz they set different time limits for different languages.
un biased amazing explanation loved it.
(i am c++ coder)
+1
+1
-1
I code in Java but if I need help in some qn i go for c++ to understand as Java doesn't have that many options. No. of people code in c++ are more than Java on yt
Can you please tell me what resources you follow for dsa in Java?
So trueee
@@gautam_505 if u get to know please share
Thumbnail🔥🔥
First i was thinking of starting with java, after knowing that c++ is faster i'll start with c++
C++ or Java ❌ Problem Solving ✅
@@anishali8042 What i meant was lang doesn’t matter we can pick either C++ or Java
c++ for sure cp+ big community + easy to learn
It takes 1 week to shift to java
Doing Android App Development in Kotlin.. I can understand what you want to tell about industry Java
Do java is really needed for android developer nowadays?
@@khushalsinghrathore7499 lmaooo...
you really think so?
Bro, Kotlin is a JVM based language and Android SDK was written in Java 💀
So, Java is not going to die in the Android world.
It has its own way of enforcing OOD, at least compared to other languages.
If Java dies, Kotlin dies too
Choose python or javascript for the current denand
Kids be saying Java is better than C++, without even knowing 10% of C++ or even built or worked with a Framework
tell about what people in industry do in pthon and what are the jobs in python and dsa in python is good or not and future of python is it only used in data science
if i cant make the logic , can i see the editorial /solution and then code the question , i feel guilty everytime , how can i improve my problem solving logic
Code for at least 1 hour everyday without any distraction. Solve one easy question everyday to feel confident and then increase your level. Even after you solved a question correctly do check other's code too to get more ideas
@@helloworld2054 thank you
Hence C++ won in fight 😂
As an open source fun, it is considerable that java development tools are proprietary.
Could you please explain C++ Pointers as well?
for pointers watch "code beauty pointers video" good luck
pointer is a variable that holds the address of another variable
example:
int b =23; b is a variable which holds the integer type value.
int *p=&b; p is a pointer variable which points to the address of another variable (b)
or int *p;
p=&b;
it is like this :
example 1:
mark is a person at home.
marky at college .
and
markus at friend circle.
but all these names pointing to the same person .
so that's how the pointers works .
@@daniyalraza3597 thanks for your time and explanation.
@@daniyalraza3597 Yes pointers are so useful when we implement them in a right way like while doing pass by reference , or in dynamic memory allocation
C++ or java dono ke concept clear kar lo or kisi ek language and kisi ek se dsa bhi aana chahiye ❤🎉 or problem solving main role play 😮
Bhaiya, I was coding in C++ for the last few months and have done basic DSA in it. now switching all over to Java may be taxing for me. But they say there's high demand for Java in industry and C++ won't be preferred for a fresher like me from Mechanical Engg bg. And due to this recession time, idk if I should be taking the risk to continue doing C++ or switch to Java and aim for a Java Developer role for opportunities. Please clear my doubt.
Same 😭
Can u share ur opinion now pls
it won't be an issue, i'm clear with this confusion you can continue with this playlist with no worries. It doesn't matter, Java is preferred for Development you may need to learn it later in company but if you have good programming fundamentals in either of the languages you can switch to the other easily within 1-2 weeks. Syntax and very minor concepts differ, nothing major or problematic.@@sameerasimran
@AP--zg5jn so should I continue with cpp ?
continue with the one which u are comfortable with already. I am back to C++ it won't be an issue trust me.@@coder4214
@@coder4214I think yes
Thumbnail worth the information provided in video💯
Wonderful Bro!!
and thank you for the conclusion.
guys,prefer java because u will be finding many oppurnities on java in tech industry,many use java in different projects.
Take c++ or java as a bike ... now anything can be best than another in reality ... but the main thing matter is the driver who is driving the car/ bike ... jo kachra language ko bhi teer ki trh udaye ... vo asli seekandar h ... ab vo bakwaas se game pubg ka example dena padega kya.. ?? .. gun chahe groza lelo... pr ek m3 ( short burst 5.6mm vali gun jo bhi naam tha ) usse bhi aapo aapse skills me better banda maar k chala jaega .... abhi hum us level pr hai hi nhi.. jaha hum konsi language badia h iske baren me soche... abhi humari utni aukkat nhi h .. . konsi language kaha use krni h ... current time k lie .. vo striver jitne level vale bande hi k pass darja h .. bolne ka .. so first reach to that level ... agr mai apni baat kru.. I hate java... but java is used in many places ... but still I will prefer to learn dsa with C++ ... then switching to java ... would be piece of cake for me.. or for anyone ... simple bhasa me .. sab languages me at the end for loop if else hi lg rha hota h .. akad bakad bum krke choose krlo
bhaiyaa... please tell us how to sharpen the problem solving skills
Practice!!!
A great video!
wealth of info thank you!!
I have heard somewhere.... C++ is Manual transmission car and Java is Automatic Transmission car... So people who learn driving with Automatic ones are gay
😂😂🤣🤣🤣
Bhai me java se strongly connect ho gaya hu aab c++ me switch hone me bohot sara time lag jaega to java se interview me jyada dikkat to nahi hogi na?
Video th dekh lo, clearly bola gya hai, farak nai padta as long as tum code likh rhe ho
@take U forward :)
hello can u please tell where to learn DSA in java.?
@@tech-tasic1209 me bhi dsa java me kar raha hu par mere sath aesa nahi hua ki striver ki video se samaj na aaya ho.
Love you broo 🥰you are the best 👍💯
What about python for competitive programming ??
It is the slowest
For cp
C-+> java> python
He already told in this video
What about python dsa?
I have problem in pointer and not able to understand concept like pointer to pointer should i switch
No i initially struggled with pinters too but now i have solved over 250 problems on leetcode using cpp mostly
what ae you doing java or c++
Bro start some podcasts related to industry and all about software world is heading. 💯
just go for JAVA
Can we do Data Strctures in C for placements.?
I'm demotivated ... Because I'm coding in JAVA.. 😢😢😢
Just continue with it😊
C++ without any doubt
In my college out of 100 companies 85 of them were asking about java and those who are not good at java were not selected
😂😅
True bro
Nice editing
striver bhai please reply 😞😞😞😞
i am a 2022 graduate tier 3 college and still not having skills,currently developing like
1 .fullstackweb development (udemy) and learning
2. (c++ and dsa by abdul bari sir),
3. apti and
i just wnt to ask one thing that
i am jobless from past 9 months and still i need at least 2 to 3 months to grab a good job
so is it late or still chances to grab a good job
so please reply please i am scared i can do it but these thoughts are just killing me
Gate exam ka preparation kr lete
Abhi kya kar rahe ho?
Now u got the job?
nobody even talk about c++ is the language of choice for microcontrollers and robotics
Python main me watching this and wondering why am I watching this
Exactly 🙃
What about python 😥
Vii jalpaiguri er chele...😮❤
From where i can do dsa prep in java please suggest me 🙏
Me who is doing CP in Python 😅
Same bro 😅
Its suicide
Learn java.
U will fall in love with it😻
What is CP whether you mean Cpp
What about python for competitive programming
9:21
What after c++
12:52 JavaScript instead of Java 💀
at 16:03 you literally killed it bro 😂😂."NOTHING".
😂
Im java developer and it was easy to switch as u said
why not switching to GoLang
??????????
29/4/24 - CP in C++
from your experience is it ok to learn DSA + competitive programming in javascript ??
Thanks for a great information about this type of mith java is better then c++ an u should consider for DSA java is better then c++
Thanks a lot
Please make video on python
Love You ❤
Striver can i do DSA in C language, what problems will come with C in DSA ? Except Oops.
Not having some built-in data structures like, stack, vector, queue, linked list, priority queues. Which could be very annoying.
Hyy... I am undergoing java training... Can I start c++ from now...
🔥
Sir storage class per bhi details me video bna do
C++❤
Ye video TUF wale channel pe kyu nhi aaya ? 🤔wo channel sirf tutorials ke liye hai?
thumbnail kaha se banate ho?
I was thinking smart contract auditing is it a good option for future job opportunities?
Please tell me true facts
can I used python data structures and algorithms in interview round?
yes
It is the best option since u have to write less code
what does problem sol;ving mean here? can someone elaborate?
ability to tackle different types of problems/questions/real world issues
Make a video about impact of AI on Software development industry 😢
Meanwhile me doing DSA in Rust
python be like: hold my AI
dada ki bangali naki?
In cpp u need to deal with the pointer hell!
Bro chill
I have a question i love to do programming but chatgpt scares me ???
Concept matter,not language I think.
java vs js for dev?
Java ka alg kam hota h bro
@@SaurabhSingh-ct9ori mean for projects
@@xmen_kx1499 JS
Finally i think i would assembly ☠️
I have learned c language... Now which language is easier to learn java or c++...
c++.
And, as alawys, python.
C++ or java❌
DSA ✅
C++ better for DSA sir please reply....
Yess but at the end u will land with learning almost all famous Languages@@AtulRawat-sf2lw
Is it good to do dsa in python or js?
Python would be better
Choose between c++ and JAVA
@@SaurabhSingh-jd2rx is it a big problem if i use python , coz i'm really comfortable with python . should i switch to cpp
@@sanjayreddy2949 CPP and java is easy and faster to learn DSA and remember at the end of the day you have to work on java
@@sanjayreddy2949switch to cpp
Great
Pls do Java and thank me later
reason?
20/06/23 6:15pm
Thumbnail❤❤🔥
C++❤❣️
Java🤢🤮