MCPcopy Create free account
hub / github.com/AlphaGPU/leetgpu-challenges / reference_impl

Method reference_impl

challenges/core/challenge_base.py:64–68  ·  view source on GitHub ↗

Reference solution implementation.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

62
63 @abstractmethod
64 def reference_impl(self, *args, **kwargs):
65 """
66 Reference solution implementation.
67 """
68 pass
69
70 @abstractmethod
71 def get_solve_signature(self) -> Dict[str, Any]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected