A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Java in General
Author
if statements in java
Joanna Spence
Greenhorn
Joined: May 31, 2010
Posts: 23
posted
Jul 30, 2010 16:31:01
0
I am traversing an adjacency matrix
if I am in a for loop and want to check if
an adj matrix adjmatrix[x][y] has an entry at index x and index y in a if statement; how would i do that?
right now i have
[code]
if(adj[x][y] && value[x]< -priority)
{
}
but
java
doesn't like it
So, how would I say, in an "if" statement
if the adjacency matrix has an entry at [x][y]
how would i write that in java?
Thanks.
Tom Reilly
Rancher
Joined: Jun 01, 2010
Posts: 618
posted
Jul 30, 2010 17:01:09
0
This is a double post. See
Priority First Search and Adjacency Matrix
I agree. Here's the link:
http://aspose.com/file-tools
subject: if statements in java
Similar Threads
June Newsletter Puzzle
banded matracies
Texturing a matrix
Manipulating Vectors (code not working)
Two Way HashMap?
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter