Skip to content

小虾大蟹

大闸蟹的技术小窝
Menu
  • 首页
  • 编程
    • LeetCode
    • C++
    • Java
    • Python
  • 深度学习
  • NLP
  • 机器学习
  • Linux
  • 算法
  • 生活随记
  • 关于
2024年12月31日

牛客网-华为题库-简单错误记录

By admin C++, 华为题库, 算法  0 Comments
开发一个简单错误记录功能小模块,能够记录出错的代码所在的文件名称和行号。处理:1.记录最多8条错误记录,对相同 […]
Read More
2024年12月31日

牛客网-华为题库-最高分是多少

By admin C++, 华为题库, 算法  0 Comments
老师想知道从某某同学当中,分数最高的是多少,现在请你编程模拟老师的询问。当然,老师有时候需要更新某位同学的成绩 […]
Read More
2024年12月30日

牛客网-华为题库-进制转换

By admin C++, 华为题库, 算法  0 Comments
对于给定的十六进制数,输出其对应的十进制表示。在本题中,十六进制数的格式为:0x开头,后跟若干个十六进制数字( […]
Read More
2024年12月30日

牛客网-华为题库-明明的随机数

By admin C++, 华为题库, 算法  0 Comments
2.明明的随机数 对于明明生成的 n个 1到 500之间的随机整数,你需要帮助他 […]
Read More
2024年12月30日

牛客网-华为题库-汽水瓶

By admin C++, 华为题库, 算法  0 Comments
1.汽水瓶 某商店规定:三个空汽水瓶可以换一瓶汽水,允许向老板借空汽水瓶(但是必须要归还)。小张手上有&nbs […]
Read More
2024年12月30日

LeetCode 1749. Maximum Absolute Sum of Any Subarray

By admin C++, LeetCode, 算法, 编程  0 Comments
You are given an integer array nums. The abso […]
Read More
2023年9月17日

LeetCode 121. Best Time to Buy and Sell Stock 更新

By admin C++, LeetCode, 算法  0 Comments
题目的详细描述参加这里:https://xianpengcui.com/2020/05/04/leetcode […]
Read More
2023年8月27日

LeetCode 887. Super Egg Drop

By admin C++, LeetCode, 算法, 编程  0 Comments
You are given k identical eggs and you have access to a […]
Read More
2023年8月20日

零钱兑换问题

By admin C++, LeetCode, 算法  0 Comments
leetcode中有两个零钱兑换问题,在此汇总在一块统一分析。首先看第一个题目: leetcode 322 解 […]
Read More
2023年8月13日

LeetCode 5. Longest Palindromic Substring

By admin C++, LeetCode, 算法  0 Comments
题目描述: Example 1: Input: s = "babad" Output: "bab" Expla […]
Read More
2023年4月16日

Leetcode 654. Maximum Binary Tree

By admin C++, LeetCode  0 Comments
You are given an integer array nums with no duplicates. […]
Read More
2020年6月19日

LeetCode 560. Subarray Sum Equals K

By admin C++, LeetCode, 算法, 编程  0 Comments
Given an array of integers and an integer k, you n […]
Read More
2020年6月18日

LeetCode 315. Count of Smaller Numbers After Self

By admin C++, LeetCode, 算法, 编程  0 Comments
You are given an integer array nums and you h […]
Read More
2020年6月15日

LeetCode 23. Merge k Sorted Lists

By admin C++, LeetCode, 算法, 编程  0 Comments
Merge k sorted linked lists and return it as […]
Read More
2020年6月14日

LeetCode 647. Palindromic Substrings

By admin C++, LeetCode, 算法, 编程  0 Comments
Given a string, your task is to count how many palindro […]
Read More

文章导航

1 2 3 4 … 17

近期文章

  • LeetCode 416 Partition Equal Subset Sum
  • C++二分查找方式实现sqrt功能
  • LeetCode 77. Combinations
  • 数组中只有0,1,2三种元素,要求原地排序,不能使用额外的空间
  • 四则运算实现

近期评论

  • LeetCode 23. Merge k Sorted Lists – 小虾大蟹发表在《LeetCode 21. Merge Two Sorted Lists》
  • 未排序数组中累加和小于或等于给定值的最长子数组长度 – 小虾大蟹发表在《LeetCode中关于求和的汇总》
  • LeetCode 140. Word Break II – 小虾大蟹发表在《LeetCode 139. Word Break》
  • LeetCode 95. Unique Binary Search Trees II – 小虾大蟹发表在《LeetCode 96. Unique Binary Search Trees》
  • LeetCode 102. Binary Tree Level Order Traversal – 小虾大蟹发表在《二叉树创建、递归和非递归前序、中序、后序遍历》

文章归档

  • 2025年3月
  • 2025年2月
  • 2025年1月
  • 2024年12月
  • 2023年9月
  • 2023年8月
  • 2023年4月
  • 2020年6月
  • 2020年5月
  • 2020年4月
  • 2020年3月
  • 2020年2月
  • 2020年1月
  • 2019年12月
  • 2019年11月
  • 2019年10月
  • 2019年9月
  • 2019年8月
  • 2019年6月
  • 2019年5月
  • 2018年6月
  • 2018年5月
  • 2018年4月
  • 2018年3月
  • 2018年2月
  • 2018年1月
  • 2017年12月
  • 2017年11月
  • 2017年10月
  • 2017年9月
  • 2016年10月
  • 2016年7月
  • 2016年3月
  • 2016年2月
  • 2015年10月
  • 2015年6月
  • 2015年1月
  • 2014年12月
  • 2014年5月
  • 2014年3月
  • 2014年2月
  • 2014年1月
  • 2013年12月
  • 2013年11月
  • 2013年10月
  • 2012年7月

分类目录

  • C++
  • DefaultCategory
  • Java
  • LeetCode
  • Linux
  • NLP
  • Python
  • 关于
  • 华为题库
  • 机器学习
  • 深度学习
  • 生活随记
  • 算法
  • 编程

标签

BFS (3) BI-LSTM-CRF (3) C++ (93) CRF (3) DFS (7) Eclipse (3) Hash (2) Java (1) LDA (2) LeetCode (163) Linux (7) LR (1) LSTM (3) LUIS (1) NLP (4) Python (2) Scala (2) Spark (3) Tensorflow (1) Ubuntu (4) 二分法 (7) 二叉树 (18) 分布式 (2) 分治法 (2) 动态规划 (28) 双指针 (7) 命名实体识别 (3) 回溯法 (8) 基础函数 (6) 堆排序 (2) 排序 (7) 数学 (3) 数据结构 (1) 文本分类 (3) 机器学习 (1) 条件随机场 (2) 栈 (6) 爬虫 (1) 牛客网 (13) 算法 (109) 纠错 (5) 自然语言处理 (3) 逻辑回归 (1) 链表 (13) 随笔 (1)

功能

  • 登录
  • 条目feed
  • 评论feed
  • WordPress.org
小虾大蟹 Copyright © 2026.
京公网安备 11010502037242号 Back to Top ↑