240 发简信
IP属地:四川
  • 你好呀LeetCode C#版

    没事刷题缓解焦虑。 最近工作中用到C#较多,所以代码以C#完成,主要先刷 Top 100 Liked Questions的部分。 目录 No.E...

  • 1. Two Sum.C#

    Given an array of integers, return indices of the two numbers such that ...

  • 53. Maximum Subarray.C#

    Given an integer array nums, find the contiguous subarray (containing at...

  • 121. Best Time to Buy and Sell Stock.C#

    Say you have an array for which the ith element is the price of a given ...

  • 448. Find All Numbers Disappeared in an Array.C#

    Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some ...

  • 169. Majority Element.javascript

    Given an array of size n, find the majority element. The majority elemen...

  • 169. Majority Element.C#

    Given an array of size n, find the majority element. The majority elemen...

  • 你好呀LeetCode Javascript版

    没事刷题缓解焦虑。 都以JavaScript代码完成,只贴代码,解题思路参考你好呀LeetCode C#版主要先刷 Top 100 Liked ...

  • 283. Move Zeroes.javascript

    Given an array nums, write a function to move all 0's to the end of it w...