Timeline for Recursive binary search tree
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 10, 2015 at 11:31 | comment | added | Emily L. |
@Jamal Please not the wording "If you really want an alias". Also the public interface returns and uses Ptr<Node> hence I made it public to be compatible as I wasn't reviewing anything else in OP.
|
|
| Jan 8, 2015 at 19:50 | comment | added | Jamal |
I do like the name NodePtr instead of Ptr here. Though, I feel that an alias is not really necessary, and it especially shouldn't need to be public. This is part of the implementation detail that the user doesn't need to see.
|
|
| Jan 7, 2015 at 16:43 | history | edited | Emily L. | CC BY-SA 3.0 |
added 3 characters in body
|
| Jan 7, 2015 at 16:27 | history | answered | Emily L. | CC BY-SA 3.0 |