[置顶]C++文章集合

C++ primer 读书笔记 C++ primer 第1章 开始 C++ primer 第2章 变量和基本类型 C++ primer 第3章 字符串、向量和数组 C++ primer 第4章 表达式 C++ primer 第5章 语句 C++ primer 第6章 函数 C++ primer 第7章 类 C++ primer 第

LeetCode汇总41-60

41. First Missing Positive 链接:https://leetcode.com/problems/first-missing-positive/ 描述 Given an unsorted integer array, find the smallest

剑指offer汇总

链接:牛客网 29. 最小的K个数 描述 输入n个整数,找出其中最小的K个数。例如输入4,5,1,6,2,7,3,8这8个数字,则最小的4个数字是1,2

KMP算法:计算next数组

关于KMP中部分匹配表的含义及使用方法,参见阮一峰的文章,那边简明扼要,这边不再赘述 next数组和部分匹配表的关系:next数组是将部分匹配

LeetCode汇总21-40

21. Merge Two Sorted Lists 链接:https://leetcode.com/problems/merge-two-sorted-lists/ 描述 Merge two sorted linked lists and return

LeetCode汇总1-20

1.Two Sum 链接:https://leetcode.com/problems/two-sum/ 描述 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each