You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@
10
10
## Prerequisites
11
11
12
12
- JDK 21
13
-
14
-
Gradle isn't required because of embedded Gradle presence in the project
13
+
- Gradle (embedded in the project)
15
14
16
15
## How to build project
17
16
@@ -42,8 +41,7 @@ Gradle isn't required because of embedded Gradle presence in the project
42
41
-[string](src/main/java/by/andd3dfx/string)
43
42
-[tree](src/main/java/by/andd3dfx/tree)
44
43
45
-
Sure, we have [tests](src/test/java/by/andd3dfx);
46
-
they contain enough code which describes implementation in a natural way.
44
+
Sure, we have [tests](src/test/java/by/andd3dfx); they contain enough code which describes implementation in a natural way.
47
45
48
46
## SQL-related stuff
49
47
@@ -257,5 +255,6 @@ notes about interview preparation and useful links.
257
255
| Поиск НОК для набора чисел |[Youtube](https://youtu.be/jR0Ei_3O7EM)|[Code](src/main/java/by/andd3dfx/numeric/LeastCommonMultiple.java)|
258
256
| Число Фробениуса и задача Чикена МакНаггетса |[Youtube](https://youtu.be/itBWtCwWUG4)|[Code](src/main/java/by/andd3dfx/numeric/FrobeniusCoinProblem.java)|
259
257
| Java interview Q & A collection |[Youtube](https://youtu.be/H5i9LJsm28s)|[Repo](https://github.com/andrei-punko/java-interview-faq-n-answers)|
| Поиск эквивалентных вершин бинарного дерева с макс. размером поддеревьев |[Youtube](https://youtu.be/Ued_W2Xs7ng)|[Code](src/main/java/by/andd3dfx/tree/equivalent/EquivalentNodesOfTree.java)|
260
+
| Как выпустить релиз на GitHub |[Youtube](https://youtu.be/mtQ2UzPilsQ)|[Repo](https://github.com/andrei-punko/pde-solvers)|
0 commit comments