Search found 2 matches
- Mon Apr 28, 2003 11:13 pm
- Forum: Java
- Topic: Please support SUN VM, GCJ is inept
- Replies: 0
- Views: 1613
Please support SUN VM, GCJ is inept
Ok, I understand it was easier to implement gcj, and I've reveiwed the boards. The technical problem with implementing an interpreted language like java is that you can't compile to native code. GCJ compiles to native code, but it is inept. Standard timing, and errors that you use for the other lang...
- Thu Apr 17, 2003 12:52 am
- Forum: Volume 1 (100-199)
- Topic: 116 - Unidirectional TSP
- Replies: 226
- Views: 42637
TSP trouble
Hi, sorry for the length, but im confused: So i have been trying to get Unidirectional TSP working using java. my DP algorithim first marks the distance to every cell in the matrix using a column first order. as i discover a cell I decide which of the three possible approaches to that cell would be ...