![240](https://upload.jianshu.io/users/upload_avatars/10998204/606b7e02-c894-462d-a701-ecebca0b2b2d.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:广东
Function def f(x): no return will return None Tuples元组 an ordered sequen...
HashMap 的实例有两个参数影响其性能:“初始容量” 和 “加载因子”。容量 是哈希表中桶的数量,初始容量 只是哈希表在创建时的容量。加载因...
The six basic operations/primitives that gives a language Turing complet...
选择排序 time complexity O(n^2) 归并排序