Recent content by linag96
-
L
MHB Equivalence Classes of Bracelet Beads: Red, White, Blue
Each bead on a bracelet with three beads is either red, white, or blue. Define the relation R between bracelets as: (B1, B2), where B1 and B2 are bracelets, belongs to R if and only if B2 can be obtained from B1 by rotating it or rotating it and then reflecting it. What are the equivalence...- linag96
- Thread
- Classes Equivalence
- Replies: 1
- Forum: Programming and Computer Science
-
L
MHB Computing the number of months to save $1000
Re: Computing the number of months to save \$1000 I think your problem is that you begin your calculations in the loop and don't account for initial month. I rewrote some of your program. It will also be easier to read if you put your cout statements outside of your loop so if your input is...- linag96
- Post #2
- Forum: Programming and Computer Science
-
L
MHB Code language for editing PDF files
I have around ~24 PDF files I want to edit. I want to delete the first page of each file OR scan for certain text in the file/delete the text (whichever implementation is easier). What would be the most convenient and straight forward coding language to do this with and what would be my starting...- linag96
- Thread
- Code files Language Pdf
- Replies: 1
- Forum: Programming and Computer Science