How can I turn a singly linked list into a list of integers recursively?

前端 未结 0 1525
悲哀的现实
悲哀的现实 2020-11-21 07:55

Is there a way to do this? I have tried writing a function to do this but I\'m stuck and not sure how to implement it recursively.

def list(node) -> List[i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题