Archived I've just finished a Data Structures class. What can I use it for? (learnprogramming)
submitted ago by bloopton
Posted by: bloopton
Posting time: 5.4 years ago on
Last edit time: never edited.
Archived on: 2/12/2017 1:51:00 AM
Views: 492
SCP: 7
7 upvotes, 0 downvotes (100% upvoted it)
~1 user(s) here now
NSFW: No
Authorized: No
Anon: No
Private: No
Type: Default
Archived I've just finished a Data Structures class. What can I use it for? (learnprogramming)
submitted ago by bloopton
view the rest of the comments →
[–] javamethod ago
While it's true that it doesn't directly come up in applications programming I can tell you it comes up a lot for me nearly every day in embedded programming. Things like linux kernel drivers and TI DSP programs. Oh yeah of course there's stack analysis even in applications programming in some cases.. which I guess us still mostly in embedded land.
[–] brux ago
True. Embedded programming is a different beast, and still a pretty common type of programming.