Files
kazoottt-blog/src/content/post/编程/算法/记录/leetcode刷题 js + python.md
2024-11-26 00:22:13 +08:00

1.4 KiB
Raw Blame History

slug, published, description, finished, date, rinId, category
slug published description finished date rinId category
leetcode-brush-up true 2023年1月10日记录了在LeetCode上的刷题情况。首先完成了“两数之和”问题随后解决了“删除有序数组中的重复项”虽然使用的方法简单但性能较差。最后解决了“移除元素”问题。每个问题都附有相关的提交链接和截图以便记录和回顾。 true 2024-07-11T02:17:53.454Z 120 编程-算法-记录

Leetcode刷题

2023-01-10
1. 两数之和 - 力扣LeetCode

Pasted image 20230110221333

26. 删除有序数组中的重复项 - 力扣LeetCode
使用的方法比较简单,性能比较差

Pasted image 20230110223122

Pasted image 20230110223159

27. 移除元素 - 力扣LeetCode

Pasted image 20230110223831