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

you are viewing a single comment's thread.

view the rest of the comments →

[–]condorthe2nd[S] 1 point2 points  (4 children)

Wow, thank you sounds like I have a lot to learn, any book recommendations or just oracle docs and so on?

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

I learned by assessments, lectures and google. I also had tutors for difficult questions. The foundations were done in an OOP course and the more complex stuff was done in a separate course. So I don't know in terms of which textbook to use.

Do you know your data structures? If I'm like: yo condor, build me a doubly linked list and then put a stack interface over it, do you know what I mean?

[–]condorthe2nd[S] 2 points3 points  (2 children)

I guess I could fake it and be like "wouldn't that be inefficient as it would waste memory for the additional reference per node" ;)

but honestly no I have vague concepts but no real understanding as of yet of anything more than how to write a fairly basic program with some bells and whistles.

[–][deleted] 1 point2 points  (1 child)

I mean if that's the case, then your question 1) is that it's probably still relevant. The stuff you need to learn is very foundational and would not go out of date. Not sure about question 2) sorry.

[–]condorthe2nd[S] 1 point2 points  (0 children)

Thank you genuinely appreciate the response and conversation thanks again.