Project Euler problems (numbering) : follow naming convention.

This commit is contained in:
Eric Lavault
2021-10-11 16:17:25 +02:00
parent df4a783b06
commit cb6201f03f
11 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { largestAdjacentNumber } from '../Problem8'
import { largestAdjacentNumber } from '../Problem008'
const grid1 = `73167176531330624919225119674426574742355349194934
96983520312774506326239578318016984801869478851843

View File

@ -1,4 +1,4 @@
import { calculateSumOfPrimeNumbers } from '../Problem10'
import { calculateSumOfPrimeNumbers } from '../Problem010'
describe('checkAnagram', () => {
it('Return the sum of prime numbers upto but less than 14', () => {