Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/ ShorsAlgorithm.test.js
File
ShorsAlgorithm.test.js
Maths/test/ShorsAlgorithm.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ ShorsAlgorithm } from
'../ShorsAlgorithm'
2
import
{ fermatPrimeCheck } from
'../FermatPrimalityTest'
3
4
describe(
"Shor's Algorithm"
, () => {
Callers
nothing calls this directly
Calls
2
fermatPrimeCheck
Function · 0.90
ShorsAlgorithm
Function · 0.90
Tested by
no test coverage detected