update README.md + update tests + add solution for hw2:3839
All checks were successful
Binary Search Test / test (push) Successful in 6s

This commit is contained in:
2026-02-17 13:47:22 +03:00
parent 31f56cd92d
commit bcb0f25a1d
5 changed files with 96 additions and 1 deletions

View File

@@ -14,4 +14,4 @@ jobs:
javac -d out $(find java common -name "*.java")
- name: Run Binary Search tests
run: |
java -ea -cp out search.BinarySearchTest Base 3637
java -ea -cp out search.BinarySearchTest Base 3637 3839