آخرین مطالب
لینوکس چیست | قسمت های مختلف سیستم عامل لینوکس
2024-05-24
لینوکس یک سیستم عامل متن باز که با اون می تونیم منابع سخت افزاری کامپیوترمون مدیریت کنیم. هسته لینوکس اولین بار در 17 سپتامبر 1991 توسط لینوس توروالدز منتشر شد.…
Deepin Linux
2019-08-23
Deepin is an elegant, easy to use and reliable domestic desktop operating system released by Deepin Technology Co., Ltd. WPS Office, Skype, Spotify. and other deepin featured applications have been…
Floyd–Warshall algorithm
2019-05-21
Floyd-Warshall Algorithm is an algorithm for solving All Pairs Shortest path problem which gives the shortest path between every pair of vertices of the given graph.
Dijkstra’s shortest path algorithm
2019-05-21
Dijkstra’s algorithm is very similar to Prim’s algorithm for minimum spanning tree. Like Prim’s MST, we generate a SPT (shortest path tree) with given source as root. We maintain two sets, one…