Skip to content

Commit 30e9881

Browse files
committed
chore: improved the minor improvements
1 parent 292d8f5 commit 30e9881

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ you are encouraged to deviate from Eratosthenes's algorithm, modify the
1111
existing functions/methods or anything else that might showcase your ability
1212
provided the following requirements are satisfied.
1313

14-
Stub code has been provided in Go, C#, and Javascript. Please choose from one
15-
of the provided language stubs that is most appropriate based on your own
16-
skill set and the position you are applying for.
14+
You must author your work in either Go, JavaScript/TypeScript, or C# - all
15+
other language submissions will be rejected. Stub code has been provided so
16+
please choose from one of the provided language stubs that is most
17+
appropriate based on your own skill set and the position you are applying for.
1718

1819
### Requirements
1920

go/pkg/sieve/sieve_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ func TestNthPrime(t *testing.T) {
1717
assert.Equal(t, int64(7793), sieve.NthPrime(986))
1818
assert.Equal(t, int64(17393), sieve.NthPrime(2000))
1919
assert.Equal(t, int64(15485867), sieve.NthPrime(1000000))
20-
assert.Equal(t, int64(15485867), sieve.NthPrime(1000000))
2120
assert.Equal(t, int64(179424691), sieve.NthPrime(10000000))
2221
//assert.Equal(t, int64(2038074751), sieve.NthPrime(100000000))
2322
}

0 commit comments

Comments
 (0)