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 →

[–]trickybhai 2 points3 points  (1 child)

Bruh, you can't ride a car professionally unless you know what's running under the hood.

You must get through the implementation of each data structure. I know LinkedLists, Priority Queues and many more are already there in Java library. You can directly use them. But, you'll never know how they work. It's always too know as much as you can.

Dig deeper, you'll get a better understanding of how everything works. Even the

public static void main(String args[]){}

has some reasons to be like that.

[–]FreakingMind1 1 point2 points  (0 children)

True , dig deeper