Archive for May, 2008
The Way Java... - 0
Java is one of the popular language and today it can be used in many fields; web development, cross-platform applications, mobile and PDA applications, etc. It could be very easy to learn for whom have some C or C++ experience or such like these languages cause of the Java’s syntax is really originated from c++. [...]
Dijkstra’s algorithm, conceived by Dutch computer scientist Edsger Dijkstra in 1959, is a graph search algorithm that solves the single-source shortest path problem for a graph with non negative edge path costs, outputting a shortest path tree. This algorithm is often used in routing. For a given source vertex (node) in the graph, the algorithm [...]
The Afternoon... - 0
Today we could make our first discussion around the first problem. Near 10 members(!) participated in and shared the ways they found themselves with each other. Nice for the first time and I hope we’ll have better problems to discuss. Also we had a 20min session with Dr. Hamidi after all. See you on Thur! [...]
