由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Interview question for Quant to share-1, please discuss and help each other
相关主题
求助:关于2个python的题目typedef 的一个问题
我的DBA在生成ORACLE table的时候需要一个一个column看 (转载)又问几个c语言编程的题目
c++ template question:这题怎么搞?
一道Microsoft的面试题Template Metaprogramming有啥实际用途么?
stl quiz 一问[c++]distinct default parameter value in inherited class
interview questionsWhat does the default constructor do?
请教一个简单字符串程序 (转载)对thinking in c++里这段代码没搞懂
再请教一个c++的简单问题(enumerated constant)VB is a much much better programming language than C#, If not the best in the world!
相关话题的讨论汇总
话题: quant话题: interview话题: testtype话题: diagonal话题: discuss
进入Programming版参与讨论
1 (共1页)
w****g
发帖数: 44
1
1. Write a Java method that, given a square matrix of integers, returns
true if there is at least one row, column, or diagonal that is all zero. The
signature should be:
class MatrixZeroTest {
enum TestType { Row, Column, Diagonal }
public static boolean allZeros(int[][] matrix, TestType type);
}
1 (共1页)
进入Programming版参与讨论
相关主题
VB is a much much better programming language than C#, If not the best in the world!stl quiz 一问
enum class的一个问题interview questions
class的member data的一个问题请教一个简单字符串程序 (转载)
boost::test和enum class再请教一个c++的简单问题(enumerated constant)
求助:关于2个python的题目typedef 的一个问题
我的DBA在生成ORACLE table的时候需要一个一个column看 (转载)又问几个c语言编程的题目
c++ template question:这题怎么搞?
一道Microsoft的面试题Template Metaprogramming有啥实际用途么?
相关话题的讨论汇总
话题: quant话题: interview话题: testtype话题: diagonal话题: discuss