Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ AlgoCheckmark
Class
AlgoCheckmark
animations/src/algo_objects.py:7–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
ALGO_NODE_COLOR =
"#464445"
6
7
class
AlgoCheckmark(TexText):
8
CONFIG = {
9
"color"
: GREEN
10
}
11
12
def
__init__(self, **kwargs):
13
super().__init__(
"\\ding{51}"
)
14
15
16
class
AlgoExmark(TexText):
Callers
1
show_diff
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected