Lesson 8 of AcWing basic Linux course renting cloud server and configuration environment

8. Renting ECs and configuration environment 8.1 introduction Role of cloud platform Store the docker container and let the calculation be carried out in the cloudGet the public IP address so that others can access our services Select any cloud platform and configure it as follows 1-core 2GB (it can be dynamically expanded in the later sta ...

Added by wikstov on Wed, 02 Mar 2022 09:00:19 +0200

Acwing - basic algorithm Course - Notes

Search and graph theory (2) This section is about the shortest path. The most common short circuit problems are generally divided into two categories: Single source shortest circuitMulti source sink shortest path In the shortest path problem, the source point is the starting point and the sink point is the end point. Single source shor ...

Added by smonsivaes on Mon, 24 Jan 2022 02:42:23 +0200

Chapter 1 of AcWing algorithm improvement course - dynamic programming - longest ascending subsequence model

    1017. Strange thief Kidd's glider wing     Input example: 3 8 300 207 155 299 298 170 158 65 8 65 158 170 298 299 155 207 300 10 2 1 3 4 5 6 7 8 9 10 Output example: 6 6 9 Solution: After determining the glide direction, it is transformed into LIS problem, which is equivalent to finding the longest descent subsequen ...

Added by demonicfoetus on Mon, 27 Dec 2021 02:52:22 +0200

Safety index predicted at the end of the period (202012-1) (100 points)

Problem description Question No.:202012-1Test title:Safety index of end of period forecasttime limit:1.0sMemory limit:512.0MBProblem Description: Topic background The end of the term is coming. Xiaocai found his good friend Dunton, hoping to predict whether he will fail this semester. Title Description First of all, Dunton selected such as &qu ...

Added by keystroke on Fri, 19 Nov 2021 09:12:51 +0200