在 Java 中如何不使用临时变量交换两个整数?
How to swap two integers without swapping the temporary variable in Java?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: medium
分类: Algorithms
标签: algorithm
参考答案摘要
答案 这是一道非常常见的“技巧题”。解决方法很多,但必要条件是:不能使用临时变量交换。如果你能考虑到整数溢出并给出对应方案,会给面试官留下很好的印象。 But the necessary condition is we have to solve it without swapping the temporary variable. If we think about integer overfl...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。