Insert a node at a specific position in a linked list

  • + 0 comments

    Is the problem statement wrong? The head pointer can't be null because n >= 1. Am I right?