scwlkq

Results 16 comments of scwlkq

@Pil0tXia Is it still necessary to implement this issue in the current version? If there is one, I would like to give it a try.

@qqeasonchen @mytang0 Is it still necessary to implement this issue in the current version? If there is one, I would like to give it a try.

> In #4759 , we do not think this is the best time to do, I will close it now, we will reopen it until we think it is necessary...

``` class Solution { public ListNode removeNthFromEnd(ListNode head, int n){ ListNode dummyNode = new ListNode(0); dummyNode.next = head; ListNode fastIndex = head; ListNode slowIndex = dummyNode; // 只要快慢指针相差 n 个结点即可...

> You can check whether your RocketMQ_HOME contains spaces I have checked and there are no spaces. In fact, I encountered this problem when searching and found many blogs like...

@pandaapo 你好👋 我想找一些初级的issue但是看这个貌似已经解决了但是没有关闭,这里还有其他直接commit的点吗? hello 👋 I am looking for some beginner issues, but it seems that they have been resolved but not closed. Are there any other direct commit points...

@Pil0tXia I want to do it! Can you please assign it to me?

@Pil0tXia Is it still necessary to implement this issue in the current version? If there is one, I would like to give it a try.

@qqeasonchen i want to have a try, please assign me.