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

Useful links from the Professor — 36

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)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Ibrahim
Level 41 , Sheffield, United Kingdom
16 June 2022, 08:17
Great articles above, also check out Errichto on youtube; he has many videos regarding the above.