LeetCode icon indicating copy to clipboard operation
LeetCode copied to clipboard

🍡 LeetCode Online Judge刷题题解(Java/C++/Python/Ruby/Swift)

Results 9 LeetCode issues
Sort by recently updated
recently updated
newest added

/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class Solution { public:...

I will complete the top 100 questions of c++ code and some python code.

I wanna the java and python code for the solution of question 5.

a simple and clear code for leetcode 84.

首先我用的是Visual Studio 2015,之前觉得这题很水,直接写了一个for(int i=0;i

19年保研浙大准备机试还学习了柳神的PAT,不知道柳神现在毕业了没