MCPcopy Create free account
hub / github.com/Vishruth-S/CompetitiveCode / solution.py

File solution.py

GeeksForGeeks/Blum Integer/solution.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Function to cheek if number is Blum Integer
2def isBlumInteger(n):
3
4 prime = [True]*(n + 1)

Callers

nothing calls this directly

Calls 1

isBlumIntegerFunction · 0.85

Tested by

no test coverage detected