摘要:
[912. 排序数组](https://leetcode.cn/problems/sort-an-array/) - 稳定排序:如果 a 原本在 b 前面,且 a == b,排序之后 a 仍然在 b 前面。 - 非稳定排序:如果 a 原本在 b 前面,且 a == b,排序之后 a 不一定在 b 前 阅读全文
摘要:
/** linux v2.4.18 * list_entry - get the struct for this entry * @ptr: the &struct list_head pointer. * @type: the type of the struct this is embedded 阅读全文