DİJKSTRA ALGORİTMASI İLE EN KISA ROTANIN HESAPLANMASI

Dijkstra algoritması, bir başlangıç noktasından grafikte bulunan herhangi bir başka noktaya gitmek için gereken en kısa rotayı belirleyen bir algoritmadır. Bu makalede, Dijkstra algoritması kullanılarak Ege Bölgesi’nde bulunan iller arasında rota oluşturmayı içeren bir etkinliğin uygulanma süreci ve sonuçları paylaşılmaktadır. Etkinlik, matematiksel modelleme süreci (gerçek yaşam problemi, matematiksel problem, matematiksel çözüm, çözümü gerçek yaşama uyarlama) takip edilerek uygulanmıştır. Uygulama sınıfı, bir Bilim Sanat Merkezi’ne devam eden 15 ortaokul öğrencisinden oluşmuştur. Öğrenciler, ders süresince derse ilgili olmuşlar, soruları ve problemi çözmek için çaba harcamışlardır. Öğrencilerin genel olarak algoritmayı başarı ile uyguladıkları ve problem çözme sürecini de başarı ile tamamladıkları söylenebilir. Bu uygulamada tespit edilen bazı öğrenci zorluk ve hataları (dikkatsizlik hataları, düğümlerin değerini bulduğu halde rota çizmeme gibi) dikkate alınarak gelecek uygulamalar planlanabilir.

CALCULATING THE SHORTEST PATH USING DIJKSTRA’S ALGORITHM

The Dijkstra's algorithm is an algorithm that determines the shortest paths needed to go from a starting node to any node in a graph. In this article, the process and results of an activity that included route formation among the provinces in the Aegean region using Dijkstra's algorithm are shared. The activity was designed based on a mathematical modeling process (real life problem, mathematical problem, mathematical solution, interpreting the solution). The activity was implemented with 15 middle school students attending a Science and Art Center. The students actively participated in the activity and throughout the lesson they tried to solve the problem. The students successfully implemented the algorithm and completed the problem solving process. Future applications of this activity can be planned by taking into account some student difficulties (e.g., simple erros, not drawing the route although the value of nodes are calculated correctly) observed in this application.

___