A
A
Arliking2021-03-10 22:49:39
Java
Arliking, 2021-03-10 22:49:39

How important is it to know algorithms in Java and what algorithms are needed?

This topic is quite controversial, but I'm interested in Java and I want to know how much it is necessary to know the algorithms and, if necessary, what advantages the algorithms bring.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-03-10
@Arliking

At least basic data structures and algorithms need to be known for any PL:
Data structures:

  • array
  • ArrayList
  • hashmap
  • HashSet
  • Trees (at least normal)
  • Stack
  • Queue

Algorithms:
  • Linear search
  • Binary search
  • Sorting (It is desirable to know a couple of algorithms)

It will be very difficult to live without it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question