去哪儿网一面
自我介绍
-
atomic 和 nonatomic 的区别
-
手写@property (nonatomic, strong, readonly) NSString *context 的get 方法。前提是线程安全,lazy load的方式
-
@property (atomic, strong) NSString *str; 如果重写了str的set方法,那atomic还有效吗?
- 写一个method 能满足输入[6, 5, 4, 3, 2, 1]数组 输出 [1, 2, 3, 4, 5, 6]数组
em 什么的 反排序。
新建一个数组,倒序插入
红黑树
考点是, 空间复杂度
网友评论