240 发简信
IP属地:北京
  • 使用pip install 之后pip消失 ModuleNotFoundError: No module named 'pip'

    背景: 在安装torch的时候,pip install torch 然后安装失败,告诉我需要更新我的pip,于是我更新了自己的pip,就是常规操...

  • Leetcode 437 Path Sum III

    题目链接:437. Path Sum III 题目描述 You are given a binary tree in which each no...

  • Leetcode 113 Path Sum II

    题目链接:113. Path Sum II 题目描述 Given a binary tree and a sum, find all root-...

  • Leetcode 112 PathSum

    题目链接:112. Path Sum 题目描述 Given a binary tree and a sum, determine if the ...

  • 剑指Offer——二叉树的下一个结点

    题目描述 给定一个二叉树和其中的一个结点,请找出中序遍历顺序的下一个结点并且返回。注意,树中的结点不仅包含左右子结点,同时包含指向父结点的指针。...

  • 剑指Offer——字符串的旋转

    问题一:左旋转字符串 题目描述 汇编语言中有一种移位指令叫做循环左移(ROL),现在有个简单的任务,就是用字符串模拟这个指令的运算结果。对于一个...

  • Python 函数的参数传递\*args和\**kwargs

    Python 函数的参数传递*args和**kwargs 参数传递机制具有值传递(int、float等值数据类型)和引用传递(以字典、列表等非值...

  • Leetcode 96 Unique Binary Search Trees

    题目链接:96. Unique Binary Search Trees 题目描述 Given n, how many structurally ...

  • Leetcode 343 Integer Break

    题目描述 Given a positive integer n, break it into the sum of at least two p...

个人介绍
研究僧、程序猿
mereder@163.com