Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb6201f

Browse files
committedOct 11, 2021
Project Euler problems (numbering) : follow naming convention.
1 parent df4a783 commit cb6201f

File tree

11 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.