Skip to content

Commit def8bb9

Browse files
committed
READMEs adjustment
1 parent 48798b1 commit def8bb9

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff 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

Diff for: interview-materials/code-review/code-review-0.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Perform refactoring of this code
2+
13
## Before refactoring:
24

35
```java

Diff for: interview-materials/code-review/code-review-1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Propose solution by looking on logs
1+
# Propose solution by looking on app logs
22

33
## Task definition
44

Diff for: interview-materials/code-review/code-review-2.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Perform review of this code
2+
13
```java
24
public class DirectoryFolder {
35
private Long id;

Diff for: interview-materials/code-review/code-review-3.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Perform review of this code
2+
13
```java
24
// Сделать ревью кода сервиса DataService и метода создания/получения новой сущности Data.
35
// Метод создания может вызваться из разных потоков и должен быть безопасен для такого режима использования.

Diff for: interview-materials/preparation-to-interview.md

+6-6
Original file line numberDiff line numberDiff 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):
6969
http://www.crackingthecodinginterview.com/contents.html
7070

7171
What 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

Diff for: sql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
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

0 commit comments

Comments
 (0)