• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MKT-porter
博客园    首页    新随笔    联系   管理    订阅  订阅
2025年9月15日
reLeetCode 热题 100-1 指针283. 移动零
摘要: class Solution { public: void moveZeroes(vector<int>& nums) { // int cout_=0; // for(int i =0; i<nums.size();i++){ // if(nums[i]==0){ // cout_++; // } 阅读全文
posted @ 2025-09-15 18:46 MKT-porter 阅读(5) 评论(0) 推荐(0)
reLeetCode 热题 100-1 两数之和-扩展3 单向和双向链表实现
摘要: 1 阅读全文
posted @ 2025-09-15 12:33 MKT-porter 阅读(4) 评论(0) 推荐(0)
reLeetCode 热题 100-1 两数之和-扩展2 map实现
摘要: 1使用例子 #include <iostream> #include <map> #include <string> int main() { // 创建一个从string到int的map std::map<std::string, int> ageMap; // 插入元素 ageMap["Alic 阅读全文
posted @ 2025-09-15 12:33 MKT-porter 阅读(3) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3