摘要:
今天PAT遇到了一个题目 1064 Complete Binary Search Tree (30 分) A Binary Search Tree (BST) is recursively defined as a binary tree which has the following proper 阅读全文
摘要:
console端报错信息为: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 阅读全文
摘要:
用C++实现数独解法 Description(如果嫌烦可以忽略描述,说白了就是解数独) Sudoku is a very simple task. A square table with 9 rows and 9 columns is divided to 9 smaller squares 3x3 阅读全文