它看起来像一个家庭作业问题, 你应该把它标记为 @homework if so.
You should have a binary tree that maps the letters to nodes where one side symbols * and the other side symbols - . Each node should have: LeftChild, RightChild, Letter.
要分析文本, 您应该获得每个字符并绕过 Morse 代码树, 直到您到达一个空格。 当您到达一个空格时, 您应该在节点中找到字母, 然后从树根重新开始 。
也该有一个字句结尾的字符, 是不是L?
如果你提供更多信息, 人们可以帮助你...