Woongbin Kang
2011-03-23 15:58:49 UTC
Hello,
I have a few clarification questions about this assignment.
1. the ML part
- datatype node is ill-defined. Did you mean int instead of value
in "Node of value * node * node" ?
- function names bst-insert, bst-search are not valid ML identifiers.
Did you mean bst_insert and bst_search respectively?
- What is the return type of bst-search? Is it a boolean or node option?
Could you annotate the types for us?
2. Are the ML and Scheme code not tested automatically? How should we submit
them?
3. "How to submit Problem 2 in Assignment 4" article is actually identical
to "How to submit Problem 1 in Assignment 4". Could you please
specify the problem 2 again?
Thank you very much,
Woongbin
I have a few clarification questions about this assignment.
1. the ML part
- datatype node is ill-defined. Did you mean int instead of value
in "Node of value * node * node" ?
- function names bst-insert, bst-search are not valid ML identifiers.
Did you mean bst_insert and bst_search respectively?
- What is the return type of bst-search? Is it a boolean or node option?
Could you annotate the types for us?
2. Are the ML and Scheme code not tested automatically? How should we submit
them?
3. "How to submit Problem 2 in Assignment 4" article is actually identical
to "How to submit Problem 1 in Assignment 4". Could you please
specify the problem 2 again?
Thank you very much,
Woongbin