Dijkstra Algorithm App के बारे में
आप डिज्कस्ट्रा एल्गोरिथ्म पर आधारित एक दूरी तालिका बनाने के लिए एक आसान तरीका प्रदान करता है।
Dijkstra's algorithm, conceived by computer scientist Edsger Dijkstra is a graph search algorithm that solves the single-source shortest path problem for a graph with non-negative edge path costs, producing a shortest path tree. This algorithm is often used in routing and as a subroutine in other graph algorithms.
For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex.
The app displays the result in a distance table.
अतिरिक्त ऐप जानकारी
नवीनतम संस्करण
1.1द्वारा डाली गई
Halen Chi
Android ज़रूरी है
Android 2.3.2+
श्रेणी
फ्री शिक्षा ऐपकॉन्टेंट रेटिंग
Everyone
नवीनतम संस्करण 1.1 में नया क्या है
Last updated on Oct 12, 2015
इस वर्शन में मामूली बग फ़िक्स और सामान्य सुधार शामिल हैं। बेहतर अनुभव के लिए नवीनतम वर्शन पर अपडेट करें।







