Skip to content

Commit c6895cc

Browse files
committed
update readme
1 parent a108641 commit c6895cc

8 files changed

+6
-2
lines changed

.github/test.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
1874-minimize-product-sum-of-two-arrays python medium
2-
1925-count-square-sum-triples python easy
1+
3769-sort-integers-by-binary-reflection python easy
2+
3770-largest-prime-from-consecutive-prime-sum python medium
3+
3771-total-score-of-dungeon-runs python medium

Question_List_3001_4000.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,6 @@
312312
| 3765 | [Complete Prime Number](https://leetcode.com/problems/complete-prime-number) | [Python](./Python/3765-complete-prime-number.py) | [Medium](./Readme/3765-complete-prime-number.md) |
313313
| 3766 | [Minimum Operations to Make Binary Palindrome](https://leetcode.com/problems/minimum-operations-to-make-binary-palindrome) | [Python](./Python/3766-minimum-operations-to-make-binary-palindrome.py) | [Medium](./Readme/3766-minimum-operations-to-make-binary-palindrome.md) |
314314
| 3767 | [Maximize Points After Choosing K Tasks](https://leetcode.com/problems/maximize-points-after-choosing-k-tasks) | [Python](./Python/3767-maximize-points-after-choosing-k-tasks.py) | [Medium](./Readme/3767-maximize-points-after-choosing-k-tasks.md) |
315+
| 3769 | [Sort Integers by Binary Reflection](https://leetcode.com/problems/sort-integers-by-binary-reflection) | [Python](./Python/3769-sort-integers-by-binary-reflection.py) | [Easy](./Readme/3769-sort-integers-by-binary-reflection.md) |
316+
| 3770 | [Largest Prime from Consecutive Prime Sum](https://leetcode.com/problems/largest-prime-from-consecutive-prime-sum) | [Python](./Python/3770-largest-prime-from-consecutive-prime-sum.py) | [Medium](./Readme/3770-largest-prime-from-consecutive-prime-sum.md) |
317+
| 3771 | [Total Score of Dungeon Runs](https://leetcode.com/problems/total-score-of-dungeon-runs) | [Python](./Python/3771-total-score-of-dungeon-runs.py) | [Medium](./Readme/3771-total-score-of-dungeon-runs.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)