LeetCode 117. Populating Next Right Pointers in Each Node II

Description

Follow up for problem “Populating Next Right Pointers in Each Node“.

Leer más

LeetCode 150. Evaluate Reverse Polish Notation

Description

Evaluate the value of an arithmetic expression in Reverse Polish Notation.

Leer más

LeetCode 152. Maximum Product Subarray

Description

Find the contiguous subarray within an array (containing at least one number) which has the largest product.

Leer más

《TCP/IP详解》卷I概要

链路层

1.链路层三个作用:(1)为IP模块发送和接受IP数据报。(2)为ARP模块发送ARP请求和接受ARP应答。(3)为RARP模块发送RARP请求和接受RARP应答。

Leer más

LeetCode 149. Max Points on a Line

Description

Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.

Leer más

LeetCode 124. Binary Tree Maximum Path Sum

Description

Given a binary tree, find the maximum path sum.

Leer más

Ubuntu Quagga-ldpd环境搭建

一、upgrade kernel

Leer más

LeetCode 135. Candy

Description

There are N children standing in a line. Each child is assigned a rating value.

Leer más

Java笔记:泛型

1.简单的泛型类

Leer más

Linux文件管理命令及其注意点

1.chgrp改变文件所属用户组:chgrp [-R] 文件或目录

Leer más