最新 最热

LeetCode 0082 - Remove Duplicates from Sorted List II

Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.

2021-08-11
1

LeetCode 0083 - Remove Duplicates from Sorted List

Given a sorted linked list, delete all duplicates such that each element appear only once.

2021-08-11
2

java8 Stream API及常用方法

filter 主要是做筛选用 filte括号里面结果满足返回true 不满足返回false,返回结果为return true筛选后的结果

2021-08-11
1

LeetCode 0061 - Rotate List

Given a list, rotate the list to the right by k places, where k is non-negative.

2021-08-11
0

LeetCode 0066 - Plus One

Given a non-negative integer represented as a non-empty array of digits, plus one to the integer.

2021-08-11
1

LeetCode 0021 - Merge Two Sorted Lists

Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.

2021-08-11
1

LeetCode 0023 - Merge k Sorted Lists

Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.

2021-08-11
1

LeetCode 0002 - Add Two Numbers

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single...

2021-08-11
1

ACMSGURU 404 - Fortune-telling with camomile

Fortune-telling with camomileProblem DescriptionMasha loves Petya. The following question gives he

2021-08-11
1

ls命令 – 显示指定工作目录下的内容及属性信息

ls 命令是Linux下最常用的指令之一。ls命令为英文单词 list 的缩写,正如英文单词 list 的意思,其功能是列出指定目录下的内容及其相关属性信息。

2021-08-10
1