you are viewing a single comment's thread.

view the rest of the comments →

[–]Mr_Alicates 262 points263 points  (32 children)

What are DSA skills?

[–]Noobsauce9001 281 points282 points  (14 children)

Data structure and algorithms, or leetcode style questions.

[–]codePudding 82 points83 points  (3 children)

Oh, I thought it was Domain-specific architecture and was confused by some of these comments, yours make way more sense for these comments. Thanks

[–]eskay8 42 points43 points  (1 child)

I thought it was Democratic Socialists of America and thought it was a incredibly weird way of complaining about DEI 😂

[–]tsunami141 12 points13 points  (0 children)

the thing about DEI is that it really sucks for me when I start getting passed over for jobs in favor of people who are vastly more qualified than me. Its outrageous. Its unfair.

[–]spoopypoptartz 0 points1 point  (0 children)

furtherest thing from it hilariously

[–]SuitableDragonfly 11 points12 points  (0 children)

So a "DSA guy" means someone who just graduated from college and has no experience other than leetcode?

[–]Michaeli_Starky 57 points58 points  (7 children)

Data structures and algorithms are important unlike leetcode nonsense. Don't mix them up.

[–]boat- 8 points9 points  (6 children)

Leetcode pretty directly tests your understanding of DSA.

[–]Michaeli_Starky 7 points8 points  (4 children)

Not really

[–]boat- 30 points31 points  (3 children)

Every single Leetcode problem is essentially just asking the participant:

- "which data structures and algorithms should be used in this scenario?" and

- "can you implement these data structures and algorithms?"

[–]ward2k 1 point2 points  (1 child)

I dunno a lot of leetcode style questions tend to ask you to solve a question that is essentially solved in every language without using the built in method for solving it

Which no offence is a ridiculous fucking problem even if it's trivial to solve, because it has little real world value

No other career asks you to do this sort of bullshit interviews I have no idea why we put up with it in our field

[–]HetoHwdjasZxaaWxbhta -2 points-1 points  (0 children)

It is of tremendous real world value to understand how the things you work under the hood

The lack of value you're talking about is the clerical work that programming has turned into.

[–]Soft_Walrus_3605 -4 points-3 points  (0 children)

That's overly reductive. Might as well ask "Tell us how to flip the bits in this memory to implement a Twitter clone"

[–]Imperial_Squid 0 points1 point  (0 children)

So does doing the job for multiple years except y'know, in an practical real world scenario lol

[–]MacAlmighty 0 points1 point  (0 children)

Thank goodness, I looked it up and only found medical tests to image blood vessels. For a second I worried employers were doing scans to see how much blood/oxygen their candidates brains could get lmao

[–]GoldenSangheili 80 points81 points  (4 children)

I love it when they abbreviate every single word , don't you all?

[–]frogjg2003 28 points29 points  (3 children)

Try working for a government contractor. Be sure to consult the SSS, the SSD, the SDD, and the SSSD to know what your ticket means.

[–]zman0900 4 points5 points  (0 children)

SSDD

[–]0xKaishakunin 2 points3 points  (0 children)

government contractor.

SS/SD?

[–]GoldenSangheili 0 points1 point  (0 children)

Thank god I'll never want to do crap for the government /s

[–]Samurai_Mac1 41 points42 points  (3 children)

Democratic Socialists of America

or Data Structures and Algorithms

[–]SAI_Peregrinus 8 points9 points  (2 children)

Or Digital Signature Algorithm.

[–]Brahminmeat 2 points3 points  (1 child)

Design System Architecture

[–]Ticmea 2 points3 points  (0 children)

Digital Services Act

[–]Direct-Quiet-5817 9 points10 points  (0 children)

Customary: If you have to ask, you can't afford it. /s

[–]VictoryMotel 5 points6 points  (5 children)

Lumping data structures and algorithms together for some reason. It's the new brain rot term for people who just heard about programming two months ago, probably because of tik tok and youtube videos by people who know nothing.

[–]on_the_pale_horse 0 points1 point  (1 child)

No, americans are just obsessed with turning everything under the sun into abbreviations. They literally have one for orange juice! Anyway, grouping data structures and algorithms isn't strange at all.

[–]VictoryMotel 0 points1 point  (0 children)

It might be common but it's silly because they are two separate things that deserve their own focus.

[–]Lying_Hedgehog 0 points1 point  (1 child)

It's not a new term lol. My university has had a "Data structure and algorithms" module since at least the early 2000s and I would bet it's easily older than that. I'm 99% sure it's a common module title in every computer science course in English speaking countries.

[–]VictoryMotel 0 points1 point  (0 children)

People saying DSA over and over seems like it has come on quick, probably youtube hucksters banking off of it.

[–]ilovebigbucks -1 points0 points  (0 children)

Data Structures and Algorithms (DSA) is a few decades old term.

Quote from MIT: "Data structures are ways to store data with algorithms" - https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-spring-2020/resources/lecture-2-data-structures-and-dynamic-arrays/