会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Lemon-GPU
摸一天鱼,划一天水;坚决不努力,能偷懒就偷懒
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2024年4月27日
[376] Wiggle Subsequence
摘要: 
阅读全文
posted @ 2024-04-27 16:20 Lemon-GPU
阅读(7)
评论(0)
推荐(0)
2024年4月23日
[332] Reconstruct Itinerary
摘要: 
阅读全文
posted @ 2024-04-23 12:31 Lemon-GPU
阅读(6)
评论(0)
推荐(0)
2024年4月19日
使用Python,如何用Whisper来转写音频至SRT字幕
摘要: import whisper import json import os import datetime import whisper.utils def transcription(audioPath: str, model: whisper.Whisper) -> list: ''' Trans
阅读全文
posted @ 2024-04-19 15:48 Lemon-GPU
阅读(423)
评论(0)
推荐(0)
[491] Non-decreasing Subsequences
摘要: 算法助手 用户: 这个题目有什么好的思路吗?“Given an integer array nums, return all the different possible non-decreasing subsequences of the given array with at least two
阅读全文
posted @ 2024-04-19 10:23 Lemon-GPU
阅读(23)
评论(0)
推荐(0)
2024年3月27日
[669] Trim a Binary Search Tree
摘要: 极其少有的我决定自己来写一篇。 我就是个脑残真的,我还在想要不要一个个pop,结果忘了这是一个BST……妈个鸡 附上我的傻逼代码 /* * @lc app=leetcode.cn id=669 lang=cpp * * [669] Trim a Binary Search Tree */ #incl
阅读全文
posted @ 2024-03-27 17:04 Lemon-GPU
阅读(35)
评论(0)
推荐(0)
2024年3月23日
[236] Lowest Common Ancestor of a Binary Tree
摘要:
阅读全文
posted @ 2024-03-23 13:52 Lemon-GPU
阅读(5)
评论(0)
推荐(0)
2024年3月22日
501. Find Mode in Binary Search Tree
摘要: 
阅读全文
posted @ 2024-03-22 20:33 Lemon-GPU
阅读(5)
评论(0)
推荐(0)
2024年3月21日
杂念
摘要: 这年头写做题体会是真的超级偷懒,我提问,gpt回答,我学习并批判,然后再argue,把过程放上来完事,实在是没心思自己慢慢写了
阅读全文
posted @ 2024-03-21 15:21 Lemon-GPU
阅读(11)
评论(0)
推荐(0)
98. Validate Binary Search Tree
摘要: 说句实话其实这个不难,但这个argue很好笑我就放出来了。 乐,我还打错字了,是prove it而不是proof it,xs
阅读全文
posted @ 2024-03-21 15:18 Lemon-GPU
阅读(6)
评论(0)
推荐(0)
2024年3月20日
44. Wildcard Matching
摘要: 
阅读全文
posted @ 2024-03-20 19:07 Lemon-GPU
阅读(8)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告