240 发简信
IP属地:江苏
  • 2.8 Loop Detection

    Given a circular linked list, implement an algorithm that returns the no...

  • 2.7 Intersection

    Given two (singly) linked lists, determine if the two lists intersect. R...

  • 2.6 Palindrome

    Implement a function to check if a linked list is a palindrome. Hint A p...

  • 2.5 Sum Lists

    You have two numbers represented by a linked list, where each node conta...

  • 2.4 Partition

    Write code to partition a linked list around a value x, such that all no...

  • 2.3 Delete Middle Node

    Implement an algorithm to delete a node in the middle (i.e., any node bu...

  • 2.2 Return Kth to Last

    Implement an algorithm to find the kth to last element of a singly linke...

  • 2.1 Remove Dups

    Write code to remove duplicates from an unsorted linked list.FOLLOW UPHo...

  • 1.9 String Rotation

    Assume you have a method isSubstring which checks if one word is a subst...