mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
Project Euler problems (numbering) : follow naming convention.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
import { largestAdjacentNumber } from '../Problem8'
|
import { largestAdjacentNumber } from '../Problem008'
|
||||||
|
|
||||||
const grid1 = `73167176531330624919225119674426574742355349194934
|
const grid1 = `73167176531330624919225119674426574742355349194934
|
||||||
96983520312774506326239578318016984801869478851843
|
96983520312774506326239578318016984801869478851843
|
@ -1,4 +1,4 @@
|
|||||||
import { calculateSumOfPrimeNumbers } from '../Problem10'
|
import { calculateSumOfPrimeNumbers } from '../Problem010'
|
||||||
|
|
||||||
describe('checkAnagram', () => {
|
describe('checkAnagram', () => {
|
||||||
it('Return the sum of prime numbers upto but less than 14', () => {
|
it('Return the sum of prime numbers upto but less than 14', () => {
|
Reference in New Issue
Block a user