Programming

Interview questions of dynamic programming of leetcode

1. Maximum sum of continuous subarrays Enter an integer a...
19:47 4 December 2021

Go language learning checking and patching Day2

Author: Regan YueSource: Hang Seng LIGHT cloud communityGo language learning checking and patching Day21, A note on the ...
15:12 3 December 2021

Go language learning missing finding Day1

Author: Regan YueSource: Hang Seng LIGHT cloud communityGo language learning missing finding Day1Zero. PrefaceBecause I ...
6:45 3 December 2021

Dynamic Planning - Example 6. Polygon Game

1. Title Description A Polygon game is a one-...
14:29 1 December 2021

Dynamic Planning - Example 7. Image Compression

1. Title Description A digitized image is an n*n array of pixels. Assuming that each pixel has a gray value of 0-255, it...
16:32 30 November 2021

The sixth sort -- quick sort

void quickSort(vector<int>& v, int left, int right) { if (left >= right)return; int pirot = v[right]; int l...
8:58 28 November 2021

[high concurrency] deeply analyze the source code of ScheduledThreadPoolExecutor class

original text    https://xie.infoq.cn/article/79486af98d788161e46e3ca9b In the column [high concurrency topics...
6:00 28 November 2021

LeetCode 1320. The second refers to the minimum distance of input -- Dynamic Programming -- interval DP

The second refers to the minimum distance entered The layout of the two finger input method customized keyboard on the ...
17:24 26 November 2021

Do you know what Canary distribution is? Do you know how to implement it in the Service Mesh microservice architecture?

What is Canary releaseSince we want to talk about the specific implementation, before we start, what is the "Canary...
15:58 11 November 2021

Dynamic programming --- example 6. Polygon game

1, Title Description Polygon game is a single...
20:16 1 November 2021

Java Semphore Details and Source Analysis

What is a semaphore Semphore s are used to co...
15:25 28 October 2021

Sword finger Offer 19. Detailed problem solution of regular expression matching

Sword finger Offer 19. Regular expression matching ...
16:14 23 October 2021

Summary of algorithm and question types of dynamic programming

Dynamic Programming (DP) It is understood that a large pr...
1:44 23 October 2021

Detailed explanation of program compilation, link and preprocessing

preface When the program changes from test.c file (source file / source code) to executable test.exe file, it goes throu...
18:51 3 October 2021

kuangbin_ac automata

preface k u a n g b i n kuangbin kuangbin's ...
15:20 21 September 2021

Three programming questions of Huawei autumn machine test (2021-09-08)

Notice: HUAWEI, Ali's latest autumn test written test questions, ideas and reference codes have been arranged well in We...
19:34 14 September 2021

leetcode 5869. Maximum product of two palindrome subsequence lengths [shape pressure DP]

Give you a string s. please find two disjoint palindrome subsequences in s to maximize the product of their lengths. Two...
16:02 12 September 2021

Dynamic programming -- Examples

Problem solving ideas of dynamic planning: There are four steps: 1 create a new one-dimensional array or two-dimensional...
21:10 7 September 2021

Have you learned the necessary framework knowledge for interface automation testing?

In this chapter, we will learn the @ Test annotation and the use of various parameters in detail. We have created sever...
20:52 2 September 2021

A logic problem: who is the killer

Previous articles in this series: Simple implementation ...
4:20 30 June 2020

User defined OAuth2.0 token issuing interface address

Login implementation Take the example of a we...
1:46 30 June 2020

User defined OAuth2.0 token issuing interface address

Login implementation Take the example of a we...
1:32 30 June 2020

Spring Boot & Restful API!

Author: liuxiaopeng https://www.cnblogs.com/paddix/p/8215245.html In the current development process, in order to achie...
4:21 29 June 2020

Beauty of Mybatis source code: 2.6. Analyze the typeAliases element to complete the registration of type aliases

Resolve the typeAliases element to complete the registration of type aliases > Click to see the usage of the typeAlia...
23:58 26 June 2020

Interface and monitor

Interface and listener in java 1, Definition of inheritance ...
23:19 26 June 2020

Call Baidu Statistics API

Baidu Statistics provides users with access to API, enabling users to customize UI without entering Baidu Statistics web...
13:58 26 June 2020

Notes on Java learning

Notes on Java introduction 2 - Hao bin abstract class Abstract method abstract class Final keyword Final decorates t...
22:40 25 June 2020

New features of Java syntax_ java5 to java11

1, Foreword I never thought, it's 0202, Sun i...
4:07 24 June 2020