240 发简信
IP属地:安徽
  • 31. Next Permutation

    Description Implement next permutation, which rearranges numbers into th...

  • 28. Implement strStr()

    Description Implement strStr(). Return the index of the first occurrence...

  • 27. Remove Element

    Description Given an array and a value, remove all instances of that val...

  • 26. Remove Duplicates from Sorted Array

    Description Given a sorted array, remove the duplicates in-place such th...

  • 25. Reverse Nodes in k-Group

    Description Given a linked list, reverse the nodes of a linked list k at...

  • 24. Swap Nodes in Pairs

    Description Given a linked list, swap every two adjacent nodes and retur...

  • 23. Merge k Sorted Lists

    Description Merge k sorted linked lists and return it as one sorted list...