Prof. Saleh Oqeili Lectures
Lectures and Tutorials in Computer Science and Engineering Courses
Space complexity of the access matrix, access list, and capability list.
OS -- Question on the access matrix انظمة التشغيل - سؤال في مصفوفة الوصول
Linear Programming البرمجة الخطية
الحفل التكريمي من الجامعة والكلية بمناسبة نشر الفيديو رقم 1000
Representation of Graphs in Python تمثيل الرسوم البيانية في بايثون
Construct an AVL tree for the given list
Apply Ford Fulkerson method to the following graph طبق طريقة فورد فولكرسون على الرسم البياني التالي
Ford Fulkerson method طريقة فورد-فولكرسون لحساب الحد الأقصى للتدفق في شبكة التدفق
Question on Assignment Problem سؤال في مشكلة التعيين
Greedy algorithm to minimize the number of refueling stops to travel m kilometers...
Question on Insertion and deletion in Heaps الإدراج والحذف في من الكومة
Heapify the following binary tree طبق خوارزمية الكومة على الشجرة الثنائية التالية
Create a binary heap for the given numbers تتبع عملية إنشاء كومة ثنائية من الاعداد التالية
Subset sum problem using backtracking مشكلة مجموع المجموعة الفرعية باستخدام استراتيجية التراجع
Run Prim and Kruskal on the following graph نفذ خوارزميتي بريم وكروسكال على الرسم البياني التالي
Knapsack problem with DP حقيبة الظهر باستخدام البرمجة الديناميكية
Knapsack problem with Greedy Strategy حقيبة الظهر باستخدام النهج الشجع
Strassen’s Matrix Multiplication ضرب المصفوفات باستخدام خوارزمية ستراسن
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
Use Dijkstra's algorithm to find the shortest path أقصر مسار من قمة معينة إلى جميع القمم الأخرى
Find the topological ordering in the given DAG اوجد الترتيب الطوبولوجي للعقد في الرسم البياني
Вставка и удаление в двоичном дереве поиска (BST)
Create a BST from the following sequence of numbers قم بإنشاء شجرة بحث ثنائية من الأرقام التاية
Using Prims Algorithm, find the MST باستخدام خوارزمية بريم اوجد الشجرة الممتدة الادنى
Using Kruskal’s Algorithm find the MST for the given Graph اوجد الشجرة الممتدة ذات الوزن الاقل
Выполнить предварительный, инвертированный и обратный обходы дерева.
Traverse the following Graph Using DFS and BFS قم باجتياز الرسم البياني التالي باستخدام
Compare between the methods for representing graphs in computers قارن بين طرق تمثيل الرسوم البيانية
Show how the following graph is represented using adjacency matrix and adjacency list