inserting a node at a given index in a linked list recursively Java

后端 未结 0 1425
慢半拍i
慢半拍i 2020-12-12 01:43

if the index is invalid return the list unchanged else insert the node at the index. This is my approach but it doesn\'t insert the node.

public class node {
         


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