Skip to content

Commit cb6201f

Browse files
committed
Project Euler problems (numbering) : follow naming convention.
1 parent df4a783 commit cb6201f

11 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Project-Euler/test/Problem8.test.js renamed to Project-Euler/test/Problem008.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { largestAdjacentNumber } from '../Problem8'
1+
import { largestAdjacentNumber } from '../Problem008'
22

33
const grid1 = `73167176531330624919225119674426574742355349194934
44
96983520312774506326239578318016984801869478851843

Project-Euler/test/Problem10.test.js renamed to Project-Euler/test/Problem010.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { calculateSumOfPrimeNumbers } from '../Problem10'
1+
import { calculateSumOfPrimeNumbers } from '../Problem010'
22

33
describe('checkAnagram', () => {
44
it('Return the sum of prime numbers upto but less than 14', () => {

0 commit comments

Comments
 (0)