RE: Programming - Java - Travelling Salesman Problem Solution (Naive Algorithm)

avatar

You are viewing a single comment's thread:

Well this tutorial will be good for somebody that needs to solve this type of problem in Java, I heard that people are starting to run away from Java, but still is valid to learn a bit about it.
!1UP



0
0
0.000
2 comments
avatar
(Edited)

I don't think that Java is as bad as people make it to be...

There is mostly only a small difference between the programming languages used today, and so we just have to live in a world with lots of different programming languages in our disposal.

I'm not that much into the whole idea of having everything in simpler languages such as Python. Adding too much user-friendliness has a negative effect, as it limits what we can do as programmers...

I like using Python only for prototyping, and switch into C/C++ when I want efficient code.

Also, I don't think that this implementation was too Java-ish, as it can easily be translated into any other object-oriented language...

Anyways, thanks for your comment! Have a nice day!

0
0
0.000