最新 最热

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
0

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
0

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
0

LeetCode 100. Same Tree (Tag : DFS)

Given two binary trees, write a function to check if they are the same or not.

2021-07-23
0

小知识:Flex ASM特性对集群资源显示的影响

有客户咨询,认为19c RAC集群资源状态和11g RAC大不一样,比如在他们的19c集群,也是只部署2节点,却显示3个资源状态,其中第三个还是offline状态,担心是否有影响。...

2021-04-23
0

ES 常用Linux查询命令汇总

_cat系列提供了一系列查询elasticsearch集群状态的接口。你可以通过执行

2020-09-27
0

Tree - 94. Binary Tree Inorder Traversal

Given a binary tree, return the inorder traversal of its nodes' values.

2020-09-23
0

LinkedList - 82. Remove Duplicates from Sorted List II

82. Remove Duplicates from Sorted List II

2020-09-23
0

Kubernetes常用命令

Viewing Resource Information //查看资源信息

2020-08-19
0

2017icpc beijing-I题-Colored Nodes

题意:给出n个点m条边 然后每个时间点,与这个位置相连的所有点就会变成这个点的颜色 比如时间1的时候就是以这个位置相连的点2 变成1的颜色同理如下,通过2个循环之后除了第一次循环的时候看不出来循环节 在第二次循环的时...

2020-03-24
0