标签: Practice

4 篇文章

Object Oriented Programming Practice 2
Object Oriented Programming Practice 2 Requirment Create a class in Java that models a transaction (a withdrawal or lodgement of money) on a back account. The Transaction clas…
Object Oriented Programming Practice 1
Object Oriented Programming Practice 1 Rectangle Problem Create a Java class named Rectangle (in a file called Rectangle.java) to represent the concept of a rectangle. The cla…
thumbnail
全排列问题
SDUT 程序设计基础 II 课程的 题目分享。介绍了两种关于 SDUT OJ 上全排列问题的解决办法。第一种是递归解决,第二种是通过记忆化搜索的方式解决。欢迎交流!