CStree data structure #2
felixleopoldo
started this conversation in
Ideas
Replies: 2 comments
-
As CStrees may take up too much space to store directly, which operations on CStrees do we want to implement? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the CStrees seems to take O(p2^p) space for binary variables, which I think makes them intractable for larger p, maybe we can either use
Beta Was this translation helpful? Give feedback.
All reactions