CODE QUALITY REVIEW | PEOPLE GET REJECTED HERE

  Рет қаралды 66,247

Striver

Striver

Күн бұрын

Check our Website:
In case you are thinking to buy courses, please check below:
Link to get 20% additional Discount at Coding Ninjas: bit.ly/3wE5aHx
Code "takeuforward" for 15% off at GFG: practice.geeksforgeeks.org/co...
Code "takeuforward" for 20% off on sys-design: get.interviewready.io?_aff=takeuforward
Crypto, I use the Wazirx app: wazirx.com/invite/xexnpc4u
Take 750 rs free Amazon Stock from me: indmoney.onelink.me/RmHC/idje...
Earn 100 rs by making a Grow Account for investing: app.groww.in/v3cO/8hu879t0
Linkedin/Instagram/Telegram: linktr.ee/takeUforward
---------------------------------------------------------------------------------------------------------------------------------------------------- Check Relevel: relvl.co/xeby
Check SDE SHEET/Telegram/Linkedin and others: linktr.ee/takeUforward
Correction in Video: The reason for TLE might be the reason that .size() returns size_t which is unsigned, so if somehow .size()-1 was being calculated or anything that might turn the value to a negative number it would go to the maximum possible value of size_t which is huge. That's why many times we see something like if(i less than (int)g.size())
Correction Credits: Aviral Rana

Пікірлер: 109
@striver_79
@striver_79 2 жыл бұрын
Please do like, share and subscribe ^ _ ^
@ashwinnema06
@ashwinnema06 2 жыл бұрын
Please make the second video.This one was very informative
@saransinha4652
@saransinha4652 2 жыл бұрын
Bhaiya ji @takeyouforword has lot of playlists but you have taught some topics like graph and recursion on @code beyond channel also .... so which one to follow 😬😬 please reply 🙏
@parth2439
@parth2439 2 жыл бұрын
Already Done
@himanshushekher8994
@himanshushekher8994 2 жыл бұрын
Make second video ,not much content is there on KZfaq on this topic
@mcraven281
@mcraven281 2 жыл бұрын
We do need second part and would also love tutorial on SOLID principles
@piyushchaudhari397
@piyushchaudhari397 2 жыл бұрын
1. Using auto keyword is best practice? For example: Function returning pair so to refer returned value using auto is recommendable? 2. Can we use lambda functions (cpp) in interview? Or simple functions?
@arunachalamm3399
@arunachalamm3399 2 жыл бұрын
bro do keep episode 2 of code quality as it helps students in identifying the mistakes they make and these things are not taught in colleges.. so will be useful bhaiya just like ur SDE sheet :))
@ishankbansal9239
@ishankbansal9239 2 жыл бұрын
Bhaiya according to the c++ documentation (cplusplus reference) size() function takes constant time 10:33
@shahnwazhusain9967
@shahnwazhusain9967 2 жыл бұрын
Not only in c++. In every programming language size is declared as an attribute inside data structure implementation. Size gets updated using push or pop operations. Thats why accessing size is always O(1).
@shahnwazhusain9967
@shahnwazhusain9967 2 жыл бұрын
besides that, great work by striver as always.
@darkelixir2517
@darkelixir2517 Жыл бұрын
Yes part II please. Often we forget basics while solving higher level problems, thanks to you for reminding these.
@sachinsharma1279
@sachinsharma1279 2 жыл бұрын
People reject final year students on the basis of code quality, code modularity, CS Basics but will never select a student who is not very good ds algo and just average in ds algo but write excellent clean code modular code know CS basics like os dbms and cn in very deep. That is complete bias
@thekid3563
@thekid3563 2 жыл бұрын
ur way of saying extremely welllll is very funny.....
@himangshubiswas542
@himangshubiswas542 Жыл бұрын
The principal is " Single responsibility principle" , which states that one class Or one function should have only one job to do. By doing this we can Modularise our code
@dilipsunar99
@dilipsunar99 2 жыл бұрын
This is definitely going to help us code in a better way (quality wise). Thank you for the video.
@noobbot7392
@noobbot7392 2 жыл бұрын
should i always make each and every variable verbose, for eg, in for loop, writing iterator/index instead of i. Also should I write '{' on the same line of block creation or on next line. These are some basic queries I always have whenever I try to write clean code. Can anybody help me here.
@TechUprise-by-Jyoti
@TechUprise-by-Jyoti 2 жыл бұрын
Thank you so much bhaiya for always giving amazing quality content 🔥🔥 No matter what anyone says about you and do controversy, we will always support you because you are here because of your own hardwork and dedication 😇💯
@MuhammadYousaf-mz2gd
@MuhammadYousaf-mz2gd 2 ай бұрын
There are 4 main Take away from Video 1)Devide Code into Function(if needed) 2)Variable name should be meaning full. 3)if there are a lot of condition in single if block then make function of it.
@snigdh
@snigdh 2 жыл бұрын
Nice bhai, naam sahi pronounce kar liya 🙂 and thanks for reviewing my code 😁
@akashjaiswal6478
@akashjaiswal6478 2 жыл бұрын
@Striver brother, In my college the interviews for placement session 2021-22 will starting from 1st December so, it's a request to upload the second part as soon as possible, thanks a lot, keep posting.....
@vaishnavishrivastava3994
@vaishnavishrivastava3994 Жыл бұрын
Won't direc arrays be created again and again everytime the function is called? I feel it was a better practice to leave it outside the function. 12:00 timestamp
@sypher4735
@sypher4735 Жыл бұрын
Yeah, but i don't feel like those 8 integers gonna affect much, obviously it's constant
@kumaraishwary7900
@kumaraishwary7900 2 жыл бұрын
Using operators in variable, won't it increases space complexity as it taking extra space in mem.
@GeniuslyTensai
@GeniuslyTensai 2 жыл бұрын
Bhaiya please make a another video showing how to give an interview....how to explain as well as solve the questions in the interview.
@vishalshete5820
@vishalshete5820 2 жыл бұрын
What a quality teaching man no one teach this things, and so engaging and interesting. awesome
@mddilshadalam8561
@mddilshadalam8561 2 жыл бұрын
Hey striver I m in 2nd year bsc computer science student from west bengal. I had learn DSA and programming language(c++) and doing lot's of practice to do DSA / leetcode questions. I m learning frontend Web development write now I m on react (learning stage). I m not BTech student so will I able to get internship or product based company jobs ?
@Ishowmeat8
@Ishowmeat8 2 жыл бұрын
If your resume is better than the other 999 people applying for the same position
@aayushgoel4192
@aayushgoel4192 2 жыл бұрын
Sir please do a second episode on code quality with more emphasis on classes and oops concept.Great respect cant give anything except thanks 🙏
@aakashgoswami2356
@aakashgoswami2356 2 жыл бұрын
Bhai share your interview experience of google and facebook.
@lucario4399
@lucario4399 2 жыл бұрын
start at @2:31, before that he had explained why this video is important in interview perspective, by refrencing to google interview he had cleared.
@sakshamsrivastava6280
@sakshamsrivastava6280 2 жыл бұрын
Such an amazing tips. thankyou man! Would love to see more videos on this topics
@swayam50
@swayam50 2 жыл бұрын
Thank you so much Bhaiya for reviewing my code, I'll surely keep these tips in mind next time ❤️❤️.
@ng3w462
@ng3w462 2 жыл бұрын
please bring a part 2...these information was really insightful!
@GeniuslyTensai
@GeniuslyTensai 2 жыл бұрын
Thank you so much! This video is a great learning bhaiyaa ❤️ this is a video no one talks about
@ramsai6141
@ramsai6141 2 жыл бұрын
Heyy bro....which editor is that (after relevel promotion).....?
@arijitdey8419
@arijitdey8419 2 жыл бұрын
Striver op!!! Definitely want a second video on this....
@codingstation7741
@codingstation7741 2 жыл бұрын
variable naming which one to prefer? Snake case or Camel Case?
@striver_79
@striver_79 2 жыл бұрын
Both works.
@mcraven281
@mcraven281 2 жыл бұрын
Definitely we need code reviews part 2 and also would like tutorial Or learning resources for SOLID principles @Striver
@sohel_sheikh
@sohel_sheikh 2 жыл бұрын
Striver, please tell me if I use only functions instead of classes (or OOPS concepts). What do you think about the code quality in this case?
@HariKrishna-wm8xn
@HariKrishna-wm8xn 2 жыл бұрын
Can You suggest where can i start my coding journey...I have basic knowledge in Python ....Zero knowledge in DSA....Please reply
@nikhilreddydev
@nikhilreddydev 2 жыл бұрын
How to balance between code speed and code quality?
@vikramkumarsoni5283
@vikramkumarsoni5283 2 жыл бұрын
Bhaiya whatever questions u teach are all optimised codes ?
@shiladityabose7770
@shiladityabose7770 2 жыл бұрын
Raj bhaiya using too much functions in a codeforces rating problems 1400-1800 will increase the time complexity as well as how much will it effect on the space complexity ?
@Raj-yr3vz
@Raj-yr3vz Жыл бұрын
its applicable for dsa not cp
@Kuriocity
@Kuriocity 2 жыл бұрын
@6:20 Abstraction
@matrixtoogood5601
@matrixtoogood5601 2 жыл бұрын
Second episode please! Thank you for this awesome video :)
@JamesHalpert8555
@JamesHalpert8555 2 жыл бұрын
Y condition checking in private fn. ? Didn't get that part.....
@mayursb2259
@mayursb2259 2 жыл бұрын
Listen to kunal kushwaha's podcast with his own google recruiter ... What she said should definitely put your ego down ..!! I came specially to invite you to listen privately as you do ..!!
@evergreen7781
@evergreen7781 2 жыл бұрын
The ideal Senior for any engineering college guy ❤️
@VishalKumar-hh4fw
@VishalKumar-hh4fw 2 жыл бұрын
Very helpful video and something important has been taught in this. thank you, Bhai !!!
@sober_junkie5709
@sober_junkie5709 Жыл бұрын
i didnt get the part where he said use class of struct instead of pair of pairs
@thelegend5248
@thelegend5248 2 жыл бұрын
@striver this is again in C++ not in java!! 😭
@uttamrawat7989
@uttamrawat7989 Жыл бұрын
at 6:21 you are saying maybe functional programming
@pervejmia8240
@pervejmia8240 2 жыл бұрын
How to improve communication skill?
@alokesh985
@alokesh985 2 жыл бұрын
Please do more videos on code quality. Loved this.
@suhailf5014
@suhailf5014 2 жыл бұрын
Many thanks for this! we need more such videos please :)
@naman_goyal
@naman_goyal 2 жыл бұрын
Yes waiting for 2nd video with same topic
@arjunreddy8947
@arjunreddy8947 2 жыл бұрын
Need 2nd part to this video. Please do it if possible.
@sanakamal5533
@sanakamal5533 Жыл бұрын
As the matter of fact, writing code like this also reduces chance of typos and logical errors.
@-RohitJaiswal
@-RohitJaiswal 2 жыл бұрын
Please bring the 2nd episode 🎉🎉
@jolly_dollyyy
@jolly_dollyyy 2 жыл бұрын
Yes second episode please!!!
@srikrishna6595
@srikrishna6595 2 жыл бұрын
Plz make a playlist on oops... Bro
@harshittiwari4456
@harshittiwari4456 2 жыл бұрын
Bhaiya Some java code review also plz.....
@kunalsabadra6802
@kunalsabadra6802 2 жыл бұрын
where is second episode
@yashikagupta3963
@yashikagupta3963 2 жыл бұрын
Who else is giving such useful tips Literally No one but ONLY you 💯 Unique & Amazing Content !!!!
@Live-hh6li
@Live-hh6li 2 жыл бұрын
This is a great video Want second part
@mehlamali4773
@mehlamali4773 2 жыл бұрын
Code Review more videos much Needed Sir !!
@xskrish
@xskrish 2 жыл бұрын
this is priceless man, thank you!
@prakhargupta4320
@prakhargupta4320 Жыл бұрын
it must be really hurtful to see someone disecting your code like that 🥺
@saileshramesh8113
@saileshramesh8113 2 жыл бұрын
Please add part 2 striver.
@AbhishekVerma-qo5vu
@AbhishekVerma-qo5vu 2 жыл бұрын
Need next video from your side about code quality.
@koushik1261
@koushik1261 2 жыл бұрын
Usage of comments is also important?
@takeUforward
@takeUforward 2 жыл бұрын
Not that much
@mr.anderson5077
@mr.anderson5077 2 жыл бұрын
Please make a second edition for code quality video
@AtulSingh-od1sx
@AtulSingh-od1sx 2 жыл бұрын
Single responsibility principal?
@deepakjoshi4318
@deepakjoshi4318 2 жыл бұрын
Java code bhi review krlete ekdo
@debugagrawal
@debugagrawal 2 жыл бұрын
I'm feeling like a senior developer now.
@himanshubanerji8800
@himanshubanerji8800 Жыл бұрын
please we need a second episode of code review
@saiteja750
@saiteja750 2 жыл бұрын
Please make more of these videos
@syednadiya69
@syednadiya69 2 жыл бұрын
Code quality Episode 2🙋🏻‍♀️
@finster156
@finster156 2 жыл бұрын
CODE QUALITY 2nd episode much needed...
@shubiie
@shubiie 2 жыл бұрын
want more videos on code review .
@pavanrai6196
@pavanrai6196 2 жыл бұрын
Please bring more code quality videos 🙂
@anveshasharma2726
@anveshasharma2726 2 жыл бұрын
bhaiya need 2nd part too
@akshitgupta4749
@akshitgupta4749 2 жыл бұрын
good to see u back again
@chirag7694
@chirag7694 2 жыл бұрын
Thanks a lot for the video
@aakashgarg8352
@aakashgarg8352 2 жыл бұрын
Thankyou bhaiya. 2nd part please
@vodnalasricharan1323
@vodnalasricharan1323 2 жыл бұрын
Second Episode please
@gopendumanna9600
@gopendumanna9600 2 жыл бұрын
Please dada do some more videos on code quality review 🙏
@bharathkalyans
@bharathkalyans 2 жыл бұрын
Loved it but you didn't review mine bhaiyya 🥺😭
@jayeshbhanushali1745
@jayeshbhanushali1745 2 жыл бұрын
Yes i want next part
@arjunmangali2904
@arjunmangali2904 2 жыл бұрын
Need part 2 bhayya
@abhishekanantharam645
@abhishekanantharam645 2 жыл бұрын
Useful!
@sayankarmakar13
@sayankarmakar13 2 жыл бұрын
Thanks a lot bhaiya 💕👏🏻
@marvel438
@marvel438 2 жыл бұрын
Too good
@sagarghare9829
@sagarghare9829 Жыл бұрын
Nice video bhaiya. please 2nd video please :)
@techwithlord
@techwithlord 2 жыл бұрын
second part plzzzzzzzzzzzzz
@surajdangi6492
@surajdangi6492 2 жыл бұрын
Striver op❤️
@mohit9634
@mohit9634 2 жыл бұрын
💛💛
@pragneshamadavadi2267
@pragneshamadavadi2267 2 жыл бұрын
op 🔥🔥🔥🔥🔥
@kaustubh9605
@kaustubh9605 2 жыл бұрын
You're joining Google. Please like it if you really are.
@sounaksaha1455
@sounaksaha1455 2 жыл бұрын
1st view
@PrinceSharma-jg2mh
@PrinceSharma-jg2mh 2 жыл бұрын
first
@shreeramparija7731
@shreeramparija7731 2 жыл бұрын
You look like Munawar Faruqui
@shashankpathak7084
@shashankpathak7084 2 жыл бұрын
.size() is actually O(1)
버블티로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 125 МЛН
50 YouTubers Fight For $1,000,000
41:27
MrBeast
Рет қаралды 82 МЛН
Why You Shouldn't Nest Your Code
8:30
CodeAesthetic
Рет қаралды 2,6 МЛН
How principled coders outperform the competition
11:11
Coderized
Рет қаралды 1,6 МЛН
Rust Functions Are Weird (But Be Glad)
19:52
Logan Smith
Рет қаралды 130 М.
A Jr Dev For Life?? | Prime Reacts
21:33
ThePrimeTime
Рет қаралды 284 М.