1,374
reputation
504 views

Registered User

name
member for 12 months
seen 1 hour ago
website
location
age
2h
comment Questions about Java’s String pool
How do you look at the bytecode? What did you use to access it?
3h
asked Questions about Java’s String pool
6h
comment Enabling assertions in Netbeans
do I need that Execution Profile module? doesn't Netbeans have something built-in already for assertions?
7h
asked Enabling assertions in Netbeans
7h
comment How can I pass command line arguments to a program via Netbeans?
can I enable assertions on the Vm options box?
8h
asked How can I pass command line arguments to a program via Netbeans?
16h
asked Tackling the 8-puzzle problem via BFS
17h
comment Saving each of this boards into a Data Structure
yeah, I overlooked. Thanks.
17h
comment Saving each of this boards into a Data Structure
Thanks Roman, that's useful.
18h
comment Saving each of this boards into a Data Structure
why use trim()?
18h
revised Saving each of this boards into a Data Structure
added 156 characters in body; edited tags
18h
asked Saving each of this boards into a Data Structure
1d
comment Moving from state to state in this automaton via HashMap
Fixed. There are 3 states on each test case, there are two test cases.
1d
comment Moving from state to state in this automaton via HashMap
I fixed the code to make it compile. I don't understand why should I override equals and hasCode here. Could you elaborate, please?
1d
revised How should I implement this HashMap’s equals and hashCode methods to represent an automaton state?
added 10 characters in body
1d
comment Modelling a Finite Deterministic Automaton via this data *Edit with new code*
Also, is it necessary for me to override hashCode and equals in State? Why? How should I?
1d
asked How should I implement this HashMap’s equals and hashCode methods to represent an automaton state?
1d
revised Moving from state to state in this automaton via HashMap
added 5451 characters in body
1d
comment Moving from state to state in this automaton via HashMap
Thanks, I've modified the code and question based on your suggestions. I've read about equals and hashCode from your links, but I still don't see how to make them work so the automaton doesn't get stuck on the state0.
1d
revised Moving from state to state in this automaton via HashMap
cleaned code, more explicit question
1d
comment Moving from state to state in this automaton via HashMap
Yes, allStates is an ArrayList<State>. I'm inexperienced working with Collections, how should this overrides of equals() and hashCode() should be?
1d
asked Moving from state to state in this automaton via HashMap
1d
comment Modelling a Finite Deterministic Automaton via this data *Edit with new code*
I've written new code. Please look at the problem at getting out of state 0.
1d
revised Modelling a Finite Deterministic Automaton via this data *Edit with new code*
NEW CODE; edited title
1d
revised Marking the Initial State of this Finite Automaton
added 726 characters in body; edited title; deleted 8 characters in body
1d
asked Marking the Initial State of this Finite Automaton
1d
asked Why is Set marked by the compiler as “not a known variable in this context”?
1d
comment Modelling a Finite Deterministic Automaton via this data *Edit with new code*
That seems great. Given the String abaa, how would I go through the states?
1d
comment Modelling a Finite Deterministic Automaton via this data *Edit with new code*
I think this is a good idea, but I'm not familiar with Maps in Java, can you give a little code snippet for a 3 state automaton?
1d
revised Modelling a Finite Deterministic Automaton via this data *Edit with new code*
added 353 characters in body
1d
asked Modelling a Finite Deterministic Automaton via this data *Edit with new code*
1d
comment Killing this NumberFormatException
Yes, thank you.
1d
asked Killing this NumberFormatException
Dec
3
awarded  Popular Question
Nov
1
revised About the Sun Certified Java Programmer “Plus” Certification
edited title
Nov
1
asked About the Sun Certified Java Programmer “Plus” Certification
Oct
25
asked Graphical Computing Problem: Signature Comparisons
Oct
13
awarded  Popular Question
Sep
24
comment What kind of applications are built using Python?
en.wikipedia.org/wiki/Bram_Cohen
Sep
21
answered What kind of applications are built using Python?
Sep
19
comment Graph Theory Question
@James Black: did you read/understand the question? I showed my approach, it goes right after "I'm unsure about my answers..". @Michael Bray: yeah man, this kind of question is useless and blows, why don't we open another topic poking fun at Jon Skeet and tag it as "not programming related"? [/sarcasm]There are a thousand questions tagged as math in this site.
Sep
18
asked Graph Theory Question
Sep
3
awarded  Popular Question
Sep
2
awarded  Nice Answer
Aug
29
revised Find a tangent point on circle?
edited tags
Aug
29
comment Find a tangent point on circle?
he does have two different endpoints because he knows the line is tangent.
Aug
29
revised Find a tangent point on circle?
added 166 characters in body
Aug
29
answered Find a tangent point on circle?
Aug
27
answered Why do newbie programmers seem to shy away from libraries?
Aug
24
asked When do instance init blocks get called?