240 发简信
IP属地:河南
  • 20. Valid Parentheses

    Given a string containing just the characters '(', ')', '{', '}', '[' an...

  • 35. Reverse Linked List

    Reverse a singly linked list. 这道题有Recursive和Iterative两种解法,这里先写Recursive的...

  • 165. Merge Two Sorted Lists

    Merge two sorted (ascending) linked lists and return it as a new sorted ...

  • 19. Remove Nth Node From End of List

    Description Given a linked list, remove the nthnode from the end of list...

  • 13. strStr

    Description For a given source string and a target string, you should ou...

个人介绍
一个在刷题的菜鸟