IP属地:上海
Determine whether an integer is a palindrome. An integer is a palindrome...
Given a 32-bit signed integer, reverse digits of an integer. Note:Assume...
Given an array of integers, return indices of the two numbers such that ...
完美的单例模式是线程安全的,使用懒汉模式。Lock类用于加锁解锁,Singleton类为单例类。不过还可能出现问题,因为CPU可能乱序执行,会出...
上学期刷题的时候刷了很多遍,基本把八成以上的题目都扒下来整理好了,重复的也基本筛选了。另外还写了点解析。对期末考试是很有帮助的。 存储管理: A...
word直接复制来了,格式就不改了。至于这门课怎么复习,只要平时实验都认真完成、报告认真写,平时分都很高;考试的话除了看 第一章:概述什么是操作...
本文为本人对PAT-B的简要解析,尽可能用易于理解的方法与简单的代码,毕竟是这是算法测试而不是语法难度比拼。 1001.害死人不偿命的(3n+1...
Prerequisites, Goals, and Outcomes Prerequisites: Students should have m...