摘要: Scalability: an application / system can handle greater loads by adapting. There are two kinds of scalability Vertical Scalability (=scale up / down) 阅读全文
posted @ 2024-04-08 18:03 MiraMira 阅读(54) 评论(0) 推荐(0)
摘要: 654.最大二叉树 # Definition for a binary tree node. # class TreeNode: # def __init__(self, val=0, left=None, right=None): # self.val = val # self.left = le 阅读全文
posted @ 2024-04-08 16:01 MiraMira 阅读(21) 评论(0) 推荐(0)