interview icon indicating copy to clipboard operation
interview copied to clipboard

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers...

Results 27 interview issues
Sort by recently updated
recently updated
newest added

小程序版:https://github.com/OhShuo/interview 相关PR:https://github.com/huihut/interview/pull/99

Simple Mail? Simple Main(文中)

数据结构中 1. 双向链表图片 ![image](https://user-images.githubusercontent.com/24550544/163302548-a7769a4f-2e1c-4467-b49a-3461acddc06a.png)

unique_ptr 是 C++11 才开始提供的类型,是一种在异常时可以帮助避免资源泄漏的智能指针。采用独占式拥有,意味着可以确保一个对象和其相应的资源同一时间只被一个 pointer 拥有。一旦拥有**着**被销毁或**编程** empty,或开始拥有另一个对象,先前拥有的那个对象就会被销毁,其任何相应资源亦会被释放。

![image](https://user-images.githubusercontent.com/29084184/160142346-fe810f82-04fb-40e6-9649-6343f3e06f19.png)

您好,想问下您用的是什么插件,可以根据markdown的标题,自动在侧边栏生成目录