1. linux 安装pytorch报错
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64/current_repodata.json>
Elapsed: -An HTTP error occurred when trying to retrieve this URL.
HTTP errors are o…
[python 刷题] 2866 Beautiful Towers II
题目如下: You are given a 0-indexed array maxHeights of n integers. You are tasked with building n towers in the coordinate line. The ith tower is built at coordinate i and has a height of heights[i]. A co…
Every day a Leetcode
题目来源:1122. 数组的相对排序
解法1:哈希
用集合 set 存储 arr2 中的元素。
遍历数组 arr1 ,设当前元素为 num:
如果 num 在 set 中出现,用哈希表 hash 记录 num 和它出现的次数。否则&a…