Skip to content

Commit

Permalink
Finalize code
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 12, 2024
1 parent 0213316 commit 915375c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Problems Solved
+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`74` | | | | | |:py-d:`0074`| |
+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`76` |:c-d:`0076` |:cp-d:`0076`|:cs-s:`0076`|:ja-s:`0076`|:js-s:`0076`|:py-d:`0076`|:rs-d:`0076`|
|:prob:`76` |:c-d:`0076` |:cp-d:`0076`|:cs-s:`0076`|:ja-d:`0076`|:js-s:`0076`|:py-d:`0076`|:rs-d:`0076`|
+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`77` | | | | | |:py-d:`0077`| |
+-----------+------------+------------+------------+------------+------------+------------+------------+
Expand Down
1 change: 0 additions & 1 deletion java/src/main/java/euler/p0076.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public Object answer() {
sum += 2;
if (sum >= 100) {
answer += (100 + counts[2] - sum) / 2;
idx = 2;
do {
counts[idx] = 0;
idx++;
Expand Down

0 comments on commit 915375c

Please sign in to comment.