Prof. Saleh Oqeili Lectures
Prof. Saleh Oqeili Lectures
  • 1 002
  • 1 798 426

วีดีโอ

Representation of Graphs in Python تمثيل الرسوم البيانية في بايثون
มุมมอง 24028 วันที่ผ่านมา
Graph Representation in Python تمثيل الرسم البياني في بايثون Draw the graph represented in the following matrix representation Draw the graph represented in the following list-list representation Represent the following D-graph using adjacency list (Dict-list representation) Given the following Directed graph: G = {A, B, C, D, E, F}, E= {AB, AC, BE, BF, CB, CD, DF, FE}, Represent it in Python U...
Construct an AVL tree for the given list
มุมมอง 124หลายเดือนก่อน
For the given list construct an AVL tree by inserting their elements successively staring with an empty tree. قم بإنشاء شجرة للقائمة المعطاة عن طريق إدراج عناصرها على التوالي بدءًا من شجرة فارغة
Apply Ford Fulkerson method to the following graph طبق طريقة فورد فولكرسون على الرسم البياني التالي
มุมมอง 331หลายเดือนก่อน
Apply Ford Fulkerson method to the following graph طبق طريقة فورد فولكرسون على الرسم البياني التالي Find the maximum flow in the following network اوجد الحد الاقصى للتدفق في الشبكة التالية
Ford Fulkerson method طريقة فورد-فولكرسون لحساب الحد الأقصى للتدفق في شبكة التدفق
มุมมอง 1Kหลายเดือนก่อน
Ford-Fulkerson method to compute the maximum flow in a flow network. طريقة فورد-فولكرسون لحساب الحد الأقصى للتدفق في شبكة التدفق Terminologies Used: Augmenting Path, Residual Graph, Residual Capacity.
Question on Assignment Problem سؤال في مشكلة التعيين
มุมมอง 180หลายเดือนก่อน
Question on Assignment Problem using Greedy and Hungarian Algorithms سؤال في مشكلة التعيين باستخدام النهج الجشع والطريقة المجرية
Greedy algorithm to minimize the number of refueling stops to travel m kilometers...
มุมมอง 148หลายเดือนก่อน
Design a greedy algorithm to minimize the number of refueling stops required to travel m kilometers, given a car with a maximum range of 300 km on a full tank and n gas stations located at unsorted distances. قم بتصميم خوارزمية جشعة لتقليل عدد محطات التزود بالوقود المطلوبة لقطع مسافة م كيلومتر، مع الأخذ بعين الاعتبار وجود سيارة ذات مدى أقصى يبلغ 300 كيلومتر بخزان ممتلئ ومحطات وقود ن تقع على مسا...
Question on Insertion and deletion in Heaps الإدراج والحذف في من الكومة
มุมมอง 216หลายเดือนก่อน
الإدراج والحذف في/من الكومة Question on Insertion and deletion in Heaps
Heapify the following binary tree طبق خوارزمية الكومة على الشجرة الثنائية التالية
มุมมอง 305หลายเดือนก่อน
Heapify the following binary tree طبق خوارزمية الكومة على الشجرة الثنائية التالية
Create a binary heap for the given numbers تتبع عملية إنشاء كومة ثنائية من الاعداد التالية
มุมมอง 228หลายเดือนก่อน
Trace the process of creating a binary heap for the given numbers تتبع عملية إنشاء كومة ثنائية من الاعداد التالية
Subset sum problem using backtracking مشكلة مجموع المجموعة الفرعية باستخدام استراتيجية التراجع
มุมมอง 168หลายเดือนก่อน
Subset sum problem using backtracking مشكلة مجموع المجموعة الفرعية باستخدام استراتيجية التراجع
Run Prim and Kruskal on the following graph نفذ خوارزميتي بريم وكروسكال على الرسم البياني التالي
มุมมอง 283หลายเดือนก่อน
Run Prim and Kruskal on the following graph. For Prim’s algorithm, start at vertex A. List the edges in the order that they are added into the minimum spanning tree. نفذ خوارزميتي بريم وكروسكال على الرسم البياني التالي. بالنسبة لخوارزمية بريم ابدأ من الراس أ .قم بإدراج الحواف بالترتيب الذي تمت إضافتها به إلى شجرة الامتداد الدنيا
Knapsack problem with DP حقيبة الظهر باستخدام البرمجة الديناميكية
มุมมอง 271หลายเดือนก่อน
Knapsack problem with DP حقيبة الظهر باستخدام البرمجة الديناميكية
Knapsack problem with Greedy Strategy حقيبة الظهر باستخدام النهج الشجع
มุมมอง 212หลายเดือนก่อน
Knapsack problem with Greedy Strategy حقيبة الظهر باستخدام النهج الشجع
Strassen’s Matrix Multiplication ضرب المصفوفات باستخدام خوارزمية ستراسن
มุมมอง 4172 หลายเดือนก่อน
Strassen’s Matrix Multiplication ضرب المصفوفات باستخدام خوارزمية ستراسن
Use Floyd Warshal algorithm to find the shortest path distances between all pairs of vertices
มุมมอง 2572 หลายเดือนก่อน
Use Floyd Warshal algorithm to find the shortest path distances between all pairs of vertices
Use Bellman's Ford algorithm to find the shortest path from a given vertex to all other vertices
มุมมอง 2282 หลายเดือนก่อน
Use Bellman's Ford algorithm to find the shortest path from a given vertex to all other vertices
Use Dijkstra's algorithm to find the shortest path أقصر مسار من قمة معينة إلى جميع القمم الأخرى
มุมมอง 3012 หลายเดือนก่อน
Use Dijkstra's algorithm to find the shortest path أقصر مسار من قمة معينة إلى جميع القمم الأخرى
Find the topological ordering in the given DAG اوجد الترتيب الطوبولوجي للعقد في الرسم البياني
มุมมอง 2362 หลายเดือนก่อน
Find the topological ordering in the given DAG اوجد الترتيب الطوبولوجي للعقد في الرسم البياني
Insertion and deletion in BST الاضافة والحذف في شجرة البحث الثنائية
มุมมอง 2382 หลายเดือนก่อน
Insertion and deletion in BST الاضافة والحذف في شجرة البحث الثنائية
Create a BST from the following sequence of numbers قم بإنشاء شجرة بحث ثنائية من الأرقام التاية
มุมมอง 2042 หลายเดือนก่อน
Create a BST from the following sequence of numbers قم بإنشاء شجرة بحث ثنائية من الأرقام التاية
Using Prims Algorithm, find the MST باستخدام خوارزمية بريم اوجد الشجرة الممتدة الادنى
มุมมอง 3002 หลายเดือนก่อน
Using Prims Algorithm, find the MST باستخدام خوارزمية بريم اوجد الشجرة الممتدة الادنى
Using Kruskal’s Algorithm find the MST for the given Graph اوجد الشجرة الممتدة ذات الوزن الاقل
มุมมอง 2722 หลายเดือนก่อน
Using Kruskal’s Algorithm find the MST for the given Graph اوجد الشجرة الممتدة ذات الوزن الاقل
Perform the Preorder, Inorder, and Postorder traversals of the tree اجتاز الشجرة باستخدام الترتيب
มุมมอง 2022 หลายเดือนก่อน
Perform the Preorder, Inorder, and Postorder traversals of the tree اجتاز الشجرة باستخدام الترتيب
Traverse the following Graph Using DFS and BFS قم باجتياز الرسم البياني التالي باستخدام
มุมมอง 2732 หลายเดือนก่อน
Traverse the following Graph Using DFS and BFS قم باجتياز الرسم البياني التالي باستخدام
Compare between the methods for representing graphs in computers قارن بين طرق تمثيل الرسوم البيانية
มุมมอง 2052 หลายเดือนก่อน
Compare between the methods for representing graphs in computers قارن بين طرق تمثيل الرسوم البيانية
Show how the following graph is represented using adjacency matrix and adjacency list
มุมมอง 2642 หลายเดือนก่อน
Show how the following graph is represented using adjacency matrix and adjacency list
Software Architecture Evaluation تقييم معمارية البرمجيات
มุมมอง 2432 หลายเดือนก่อน
Software Architecture Evaluation تقييم معمارية البرمجيات
SOLID principles of Software architecture مبادئ معمارية البرمجيات
มุมมอง 1432 หลายเดือนก่อน
SOLID principles of Software architecture مبادئ معمارية البرمجيات
Characteristics of Software Architecture خصائص معمارية البرمجيات
มุมมอง 1472 หลายเดือนก่อน
Characteristics of Software Architecture خصائص معمارية البرمجيات