Add content for the websites The content of the apache2 websites on Ubuntu is in We can put the website content (php, html files) in the subdirectories of the above path, such as Set up Apache2 This article uses Ubuntu as an example. The files we need to edit are in First, add a new […]
Month: December 2020
Here is the question. I came up with the answer without looking the answer, bottom up dynamic programming (dp) is not a very easy to design at the beginning. Starting from top down + cache, I wrote it a few times, and simplified it a little bit each time, and finally passed the OJ. Python […]
What is a XML sitemap? In short, a XML sitemap is a list of web pages contained in a website. Its purpose is to allow search engines, mainly Google’s web crawlers, to discover the site and add the web pages within that site to its search index. A newly created website is a completely isolated […]
Problem Statement Definition of a complete binary tree from Wikipedia:In a complete binary tree every level, except possibly the last, is completely filled, and all nodes in the last level are as far left as possible. It can have between 1 and 2h nodes inclusive at the last level h. Example: The easiest way is to traverse […]