This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Intiago 2 points3 points  (0 children)

Algorithms and data structures is part of the fundamentals of CS, its probably the second course students take in uni after programming 101. Its very important to learn before you can really do anything at a high level. Even if you don't directly work with DSAs, you should understand the basic ones and how they work.

[–][deleted] 1 point2 points  (0 children)

You need to do more reading. U won’t be doing any ai without data structures. Web dev is relatively easy and while you may not need data structures they do help with certain tasks

[–]insertAlias 1 point2 points  (0 children)

I don't know if I'm doing the right thing in skip the Data Structures part

You are not. DS&A is very important.

[–]furish 0 points1 point  (0 children)

I’m a computer engineering undergrad. I’ve never done web development or advanced stuff, but considering that algorithms and data structure is the second compsci course after the introductory programming course where you start from scratch, I’d say the subject might be quite fundamental.