High Definition Standard Definition Theater
Video id : h9yRNw2JoA0
ImmersiveAmbientModecolor: #d0ccb8 (color 2)
Video Format : (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz
Audio Format: 140 ( High )
PokeEncryptID: fb0d1483603fae1e7ff0a49cf92788c6f49df431b87e8f04eebb02adf9834c71c03f1bf7034927de66d24e7f5b63e12a
Proxy : cal1.iv.ggtyler.dev - refresh the page to change the proxy location
Date : 1732403994325 - unknown on Apple WebKit
Mystery text : aDl5Uk53MkpvQTAgaSAgbG92ICB1IGNhbDEuaXYuZ2d0eWxlci5kZXY=
143 : true
Programming Language Tier List for Coding Interviews
 60 FPS video
119,267 Views • Oct 4, 2024 • Click to toggle off description
Programming Language Tier List for Coding Interviews
Metadata And Engagement

Views : 119,267
Genre: Education
Uploaded At Oct 4, 2024 ^^


warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 4.744 (421/6,158 LTDR)

93.60% of the users lieked the video!!
6.40% of the users dislieked the video!!
User score: 90.40- Overwhelmingly Positive

RYD date created : 2024-11-23T22:16:27.05645Z
See in json
Tags
Connections
Nyo connections found on the description ;_; report an issue lol

147 Comments

Top Comments of this video!! :3

@GregHogg

1 month ago

What am I missing? What did I get wrong?

46 |

@eliseuvideira1319

1 month ago

The "vscode" appears to be powershell

576 |

@iverbrnstad791

1 month ago

As a C++ dev: ain't no way it is an A tier interview language, there's so many strange bits to remember that would be a nightmare in a tense situation like an interview, and error messages that's designed to make you cry. It's a decent language for take homes, as it can do anything well, but I'd loathe programming in it in a high stress situation without the ability to google.

214 |

@sorcdk2880

3 weeks ago

As good as Python is to easily write code in, it is also a bit of a trap in coding interviews, as a lot of the classics of how to solve problems are not necessarily the best options there, due to the large overhead of pure Python operations. This effectively means that the techniques that would normally give you better performance are not guarenteed to actually be the best options. I have lost count of how many times an O(n^2) method was just so much faster than an O(n), O(n*k) [with k << n], or O(n lg(n)) method, because the O(n^2) method could be vectorized nicely and the other was less efficient at that.

39 |

@arijitdas7526

1 month ago

Actually Haskell is pretty good one because of its lazy evaluation. But yes in a coding interview it'd be a nightmare.

84 |

@srivastm

1 month ago

C/C++ for coding interviews is not a good choice. I have seen most candidate’s code throw core dump and then they spend most of their time figuring it out.
I would recommend only Python and Java for coding interviews. Always ask your interviewer if they have a preference for a language.

38 |

@helloworld9118

1 month ago

Java>>>>>>>>>>python

65 |

@s1l3nttt

1 month ago

That's powershell lmfao

19 |

@kchemutai3483

1 month ago

I use Java and find it hard to use python even though 4 years working with it

13 |

@FozzyDaBear

4 weeks ago

Not knowing Haskell is crazy

5 |

@yashovardhan9841

1 month ago

R is really good for statistical modeling. If the task is just to analyze the data and create ML models, R is God tier.

17 |

@Shounak2511

2 weeks ago

Bro Java is universally accepted by all companies and it’s a great language much better than C any given day. Python I agree is S tier but a lot of companies don’t allow the use of python. Java has to be S or atleast A tier imo and C has to go down

4 |

@Matt-pn9ix

1 month ago

C for interviews? 🤨

28 |

@Just_Flipy

1 day ago

C is top tier because it makes you code BLINDLY but also in a way you can understand. You dont need any library save for2. Meaning you need to just understand what you’re doing.

|

@mcwill_maydogg

3 weeks ago

Never thought Haskell could've been C.... I would've put it in F tier or any lower

1 |

@kyleo.6946

1 month ago

I guess I don't have to know R for my statistician interviews since it's F tier!

2 |

@phoneix24886

1 month ago

That vs code is actually windows powershell

1 |

@DarthVader11912

1 month ago

Haskell is the most beautiful language here. Eady S tier.

3 |

@skylo706

1 month ago

Just from another perspective I'm thinking, isn't C or C++ or something similar maybe more suited for an interview? I mean maybe you want to assess the problem solving skills together with the base understanding of a computer. I think python in that regard would just make every problem way to easy to solve to really assess that. But that's just my opinion

3 |

@CppDemon

1 month ago

C++ and C is supposed to be in the S tier and python in A imo because you only know the highest level imo.

2 |

Go To Top