Skip to content

[EXTERNAL] Update README.md#3023

Closed
kinoz01 wants to merge 1 commit into01-edu:masterfrom
kinoz01:patch-1
Closed

[EXTERNAL] Update README.md#3023
kinoz01 wants to merge 1 commit into01-edu:masterfrom
kinoz01:patch-1

Conversation

@kinoz01
Copy link
Copy Markdown

@kinoz01 kinoz01 commented Aug 10, 2025

based on tests, for example:
assert_eq!(0, prev_prime(2));
assert_eq!(2, prev_prime(3));
assert_eq!(3, prev_prime(5));

here it should be "strictly less than", not "or equal to"

based on tests, for example:
assert_eq!(0, prev_prime(2));
assert_eq!(2, prev_prime(3));
assert_eq!(3, prev_prime(5));

here it should be strictly less than not equal to
@HarryVasanth HarryVasanth changed the title Update README.md [EXTERNAL] Update README.md Aug 27, 2025
@pedrodesu
Copy link
Copy Markdown
Contributor

This is correct, however this issue was already fixed. Closed in favor of #3043. Thank you @kinoz01!

@pedrodesu pedrodesu closed this Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants