chore: Merge pull request #768 from lvlte/issues/720

Changes for consolidation
This commit is contained in:
Rak Laptudirm
2021-10-21 19:32:55 +05:30
committed by GitHub
153 changed files with 1084 additions and 1214 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', () => {