File tree Expand file tree Collapse file tree 7 files changed +15
-8
lines changed
Expand file tree Collapse file tree 7 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Gradle isn't required because of embedded Gradle presence in the project
3838- [ search] ( src/main/java/by/andd3dfx/search )
3939- [ serialization] ( src/main/java/by/andd3dfx/serialization )
4040- [ sorting] ( src/main/java/by/andd3dfx/sorting )
41+ - [ stream] ( src/main/java/by/andd3dfx/stream )
4142- [ string] ( src/main/java/by/andd3dfx/string )
4243- [ tree] ( src/main/java/by/andd3dfx/tree )
4344
Original file line number Diff line number Diff line change 1+ # Perform refactoring of this code
2+
13## Before refactoring:
24
35``` java
Original file line number Diff line number Diff line change 1- # Propose solution by looking on logs
1+ # Propose solution by looking on app logs
22
33## Task definition
44
Original file line number Diff line number Diff line change 1+ # Perform review of this code
2+
13``` java
24public class DirectoryFolder {
35 private Long id;
Original file line number Diff line number Diff line change 1+ # Perform review of this code
2+
13``` java
24// Сделать ревью кода сервиса DataService и метода создания/получения новой сущности Data.
35// Метод создания может вызваться из разных потоков и должен быть безопасен для такого режима использования.
Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ https://yandex.ru/jobs/faq
6565
6666## Not Yandex
6767
68- First, it is highly recommended to start reading the following book (engineering sections):
68+ Highly recommended the following book (engineering sections):
6969http://www.crackingthecodinginterview.com/contents.html
7070
7171What to revise:
72- • complexity of sorting algorithms
73- • after solving every issue algorithm’s time complexity is usually discussed
74- • DFS/BFS are frequently asked during coding interviews
75- • solving some Dynamic programming problems would be useful because they are less intuitive than for example Greedy
76- • Questions similar to climbing stairs: https://leetcode.com/problems/climbing-stairs/description
72+ - complexity of sorting algorithms
73+ - after solving every issue algorithm’s time complexity is usually discussed
74+ - DFS/BFS are frequently asked during coding interviews
75+ - solving some Dynamic programming problems would be useful because they are less intuitive than for example Greedy
76+ - Questions similar to climbing stairs: https://leetcode.com/problems/climbing-stairs/description
Original file line number Diff line number Diff line change 2121- [ 16. Задача про стадионы и матчи] ( 16.sql )
2222- [ 17. Поиск сотрудников, менеджеры которых покинули компанию] ( 17.sql )
2323
24- See [ video solutions ] ( https://youtu.be/GjDF_LdwYHU ) of these tasks on YouTube
24+ See [ video] ( https://youtu.be/GjDF_LdwYHU ) on YouTube with solution of these tasks
You can’t perform that action at this time.
0 commit comments