Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

algo-dijkstra

النجوم٣
التفرعات٠
آخر تحديث٣ يوليو ٢٠٢٦ في ٢٠:١٥

Compute single-source shortest paths in a non-negative-weight graph with Dijkstra's algorithm (binary-heap priority queue, O((V+E) log V)); reconstruct paths and find network diameter. Use when finding shortest/cheapest/most-reliable path, routing, weighted PPI/interaction-network distance, or ranking paths by confidence score product.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly