CodeGym /Java Course /Java Collections /Useful links from the Professor — 36

Useful links from the Professor — 36

Java Collections
Level 6 , Lesson 12
Available

"Hi, Amigo!

"Here are a couple of additional articles for this level:"

Algorithmic complexity

This lesson will be slightly different from the rest. It will differ in that it is only indirectly related to Java. That said, this topic is very important for every programmer. We're going to talk about algorithms.

Data structures: stack and queue

In programming, there are a huge number of different data structures, and they too are not associated with a specific language. But you definitely need to know them. When solving specific problems, very often the most important thing is to choose the most suitable data structure for the problem.

Comments (1)
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION
Ibrahim Level 41, Sheffield, United Kingdom
16 June 2022
Great articles above, also check out Errichto on youtube; he has many videos regarding the above.