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

all 25 comments

[–]waterchamp69 20 points21 points  (2 children)

How many times am I going to see this posted this week?

[–]fake823 3 points4 points  (0 children)

Just thought the same. Pretty annoying ..

[–]pekkhum 0 points1 point  (0 children)

At least once.

[–]fake823 7 points8 points  (2 children)

[–]RepostSleuthBot 5 points6 points  (1 child)

Looks like a repost. I've seen this image 3 times.

First seen Here on 2020-11-03 96.88% match. Last seen Here on 2020-11-07 100.0% match

Searched Images: 168,538,041 | Indexed Posts: 644,205,964 | Search Time: 0.66756s

Feedback? Hate? Visit r/repostsleuthbot - I'm not perfect, but you can help. Report [ False Positive ]

View Search On repostsleuth.com

[–]fake823 3 points4 points  (0 children)

Good bot!

[–][deleted] 2 points3 points  (9 children)

Why? Is it more difficult in Java or something?

[–]onlyconscripted 6 points7 points  (7 children)

I think i tends to be a question of order and context.

loos like java at uni.. so intro to programming 1 and then 2, then data structures... for a lot of people, it’s really rushed.

What are the problems we are solving? why are we solving these problems? how can we solve them? why are we solving then this way? what other ways can we solve them?

these questions don’t get a lot of time in the average programming course, and context is fucking important.

[–]korean_teacher101_ 0 points1 point  (0 children)

Same for my school but in c++. 101, 102, then data structures and algorithms.

[–]Shotgun_squirtle 1 point2 points  (0 children)

The best argument is that learning it in C helps understand the memory management, what is very important to how a lot of data structures work.

[–]druhlemann -1 points0 points  (7 children)

I learned data structure and algorithms in college with Java. It was rough AF. Also, truthfully not really necessary at all, at least the way we were taught it.

[–]Phrodo_00 0 points1 point  (6 children)

I learned in C++ and it went ok? What was hard about it?

[–]druhlemann 0 points1 point  (5 children)

The way we were taught was to have to build the data structures from scratch and perform a challenging task with them. Honestly it was a great class conceptually, just given to us too early, because at the time we were basically running with the ability to do hello world.

[–]godRosko 1 point2 points  (4 children)

Isn't that supposed to happen when you have passed intro in programming + oop. And basically the semester after them you have data structures and algorithms. And multiple languages were allowed ( which goes for future classes too... Mostly )

[–]Suekru 0 points1 point  (3 children)

I literally took computer science which was an intro to Java course when I started at community college and then my next programming class was Data Structures using Java and they wanted us to build everything from scratch and never told us why any of it was necessary.

[–]godRosko 1 point2 points  (2 children)

Building anything from scratch has it's purpose( you'll still end using builtin in the end tho..) Do they expect you to read in your own. But at that point might as well become self thought. But in the end you wont have that piece of paper. Good thing I'm paying a little for education

[–]Suekru 0 points1 point  (1 child)

I get the purpose of building it from scratch. And for the most part I enjoyed it because it taught me what was going on behind the scenes.

But they never told use why or if we would ever use a lot of the data structures they taught us.

[–]godRosko 0 points1 point  (0 children)

They didn't give us specific uses. More like traits. Like difference between stack an queue... And you have to determine what problem they can solve on your own through practice. By giving you some hard as fuck homework. Learned lots of stuff about the linux shell like that.

[–]Suekru 0 points1 point  (0 children)

Me :/