You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry if you were still working on it @ribhav-pahuja. I forgot about your comment when merging the PR, sorry. There should be lots of other good-first-patch issues you can work on though. Let me know if you have any problems finding any :)
Since the
BST
class uses generics it should be constructed using angle brackets. For example:This is done sometimes in
BSTTest
but not always. It should be done everywhere where aBST
object is created inBSTTest
.The text was updated successfully, but these errors were encountered: