Skip to main content

All Questions

7 votes
4 answers
2k views

Printing all binary strings of length n

I have completed my homework with directions as follows: Declare and implement a class named Binary. This class will have a method named printB(int n) that prints all binary strings of length n. ...
user2023862's user avatar
2 votes
3 answers
940 views

Permutations Finder Help Number 2

Previous question: Java application for finding permutations efficiently> I have changed quite a bit of code, and need some more reviews. ...
fr00ty_l00ps's user avatar
9 votes
1 answer
810 views

Java application for finding permutations efficiently

I am an eighth grader with a school project of creating and application in Java that returns the total permutations of two given numbers. It needs to be light and efficient, for later deployment on a ...
fr00ty_l00ps's user avatar