Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
def
isBlumInteger(n):
3
4
prime = [True]*(n + 1)
Callers
nothing calls this directly
Calls
1
isBlumInteger
Function · 0.85
Tested by
no test coverage detected