https://testingcf.jsdelivr.net/gh/game-loader/picbase@master/uPic/0225jYk8dFCastle 01 by John Park.jpg

leetcode everyday

day 1 2024-02-27 543 Diameter of Binary Tree Given the root of a binary tree, return the length of the diameter of the tree. The diameter of a binary tree is the length of the longest path between any two nodes in a tree. This path may or may not pass through the root. The length of a path between two nodes is represented by the number of edges between

学术英语-论文阅读1

Do As I Can, Not As I Say (first paper) summary The contribution of this research presents a system, named SayCan, that significantly improves a robot’s task understanding and execution capabilities by introducing the use of large language models (LLMs). By interpreting high-level instructions and breaking them down into low-level, feasible skills. The most important point is that SayCan design a value function named affordance function which simultaneously evaluates both

ESL3.2 笔记

3.2.2 高斯-马尔可夫定理 3.2.3 用单变量回归理解多元线性回归模型 对于单变量来说,输入数据可以用向量$\mathbf{x}=(x_1,x_2&helli

golang后端开发笔记

golang语言问题 slice传参 修改slice中struct的问题 golang后端开发笔记 之前的小程序使用的是原生的云开发,方便固然方便但

Bj Homework

第一部分 str大小为指针的大小即8字节,p的大小也为指针的大小即8字节。因为C++传数组给一个函数,数组类型自动转换为指针类型,因而传的实际