D
D
denisramus2015-12-30 04:54:04
Java
denisramus, 2015-12-30 04:54:04

Is it important for Junior Java to know algorithms and data structures?

Is it important for Junior Java to know algorithms and data structures?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
Saboteur, 2015-12-30
@denisramus

Data structures are a must. You will work with the data, how can you not know the structure.
Algorithms - basics.
Read about sorting, write an implementation of one, any, at least bubble sort.
Google a few others and see their visualizations.
Read algorithms for bypassing data (bypassing arrays, graphs. Write an implementation of bypassing graphs in depth and breadth). Total business for 2-3 days.

K
Konstantin Nagibovich, 2015-12-30
@nki

You need to know this regardless of the language used and the level of the developer. This basic knowledge without which only on html you can do something.

A
Alexander Litvinenko, 2015-12-30
@edli007

Junior Java has the highest requirements for Junior, among other popular languages. Junior Java should know as much as Middle PHP

A
asd111, 2015-12-30
@asd111

Everyone needs algorithms and data structures. And machine learning would be useful to know.
But for Junior, it is enough to know the syntax and be able to google.
It is better to communicate directly with those who have junior java vacancies, because it's a pretty loose concept.

A
angry_cellophane, 2016-01-08
@angry_cellophane

Yes

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question