Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb9432a0

Browse files
edited the style
1 parentc4035de commitb9432a0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎Ciphers/test/SubstitutionCipher.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
substitutionCipherDecryption
55
}from'../SubstitutionCipher.js'
66

7-
87
describe('Substitution Cipher',()=>{
98
constkey='QWERTYUIOPASDFGHJKLZXCVBNM'
109

‎Maths/MobiusFunction.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ export const mobiusFunction = (number) => {
2828
returnprimeFactorsArray.length!==newSet(primeFactorsArray).size
2929
?0
3030
:primeFactorsArray.length%2===0
31-
?1
32-
:-1
31+
?1
32+
:-1
3333
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp