yassmin

Untitled

Apr 30th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1.  
  2. public class node {
  3. node (int max){
  4. min = new boolean [max];
  5. }
  6. String minterm;
  7. StringBuilder symbol;
  8. boolean[] min;
  9. boolean taken = false;
  10. }
Add Comment
Please, Sign In to add comment