Gaza, a piece of our soul. ❤️🇵🇸

Algorithms | Asem Saafan

Course Details

Course Lessons

  1. 1 | 01 - Algorithms and Data Structure in Dart [Arabic] الخوارزميات وهياكل البيانات - محتويات الدورة 00:03:20
  2. 2 | 02 - Big O Notation part 1 (Arabic) منين جت فكرة المبدأ دا؟ [Data Structures & Algorithms with Dart] 00:19:44
  3. 3 | 03 - Big O Notation part 2 (Arabic) تعالى نحسب مدة التنفيذ؟ [Data Structures & Algorithms with Dart] 00:33:07
  4. 4 | 04 - Big O Notation part 3 (Arabic) ازاى أبسط التعبيرات؟ [Data Structures & Algorithms with Dart] 00:25:34
  5. 5 | 05 - Big O Notation part 4 (Arabic) نشوف استهلاك الميمورى؟ [Data Structures & Algorithms with Dart] 00:17:07
  6. 6 | 06 - Analyzing Lists Performance (Arabic) تحليل أداء الليست [Data Structures & Algorithms with Dart] 00:17:58
  7. 7 | 07 - Analyzing Maps Performance (Arabic) تحليل أداء الماب [Data Structures & Algorithms with Dart] 00:09:14
  8. 8 | 08 - Big O Notation Quiz (Arabic) اختبار بسيط على ال Big O [Data Structures & Algorithms with Dart] 00:01:44
  9. 9 | 09 - Algorithms and problem solving(Arabic) طرق حل المشكلات [Data Structures & Algorithms with Dart] 00:13:15
  10. 10 | 10 - Step 1 Understand the problem(Arabic) الخطوة الأولى: فهم المشكلة [Data Structures & Algorithms] 00:11:34
  11. 11 | 11 - Step 2 Explore Examples(Arabic) الخطوة الثانية: التفكير فى أمثلة [Data Structures & Algorithms] 00:13:20
  12. 12 | 12 - Step 3 Break It Down الخطوة الثالثة: تقسيم المشكلة لأجزاء صغيرة [Data Structures & Algorithms] 00:15:42
  13. 13 | 13 - Step 4 Solve or Simplify (Arabic) الخطوة الرابعة: حلها أو بسطها[Data Structures & Algorithms] 00:19:47
  14. 14 | 14 - Step 5 Look Back and Refactor الخطوة الخامسة: حط التاتش النهائى[Data Structures & Algorithms] 00:10:04
  15. 15 | 15 - Divide and Conquer strategy طرق حل المشاكل : استراتيجية فرق تسد[Data Structures & Algorithms] 00:15:39
  16. 16 | 16 - Greedy Method طرق حل المشاكل : الطريقة الجشعة ؟؟ [Data Structures & Algorithms] 00:09:27
  17. 17 | 17 - Knapsack Problem with Greedy Method مسألة الحقيبة (الشنطة) [Data Structures & Algorithms] 00:13:19
  18. 18 | 18 - Sliding Window Technique طرق حل المشاكل : الشباك المتدحرج [Data Structures & Algorithms] 00:17:29
  19. 19 | 19 - Recursion Part 1: What's recursion? (Arabic) ايه هو المفهوم دا؟ [Data Structures & Algorithms] 00:08:49
  20. 20 | 20 - Recursion Part 2: Pros and Cons? (Arabic) المميزات والعيوب؟ [Data Structures & Algorithms] 00:08:21
  21. 21 | 21- Recursion Part 3: How Recursion Methods Works?(Arabic) بتشتغل ازاى[Data Structures & Algorithms] 00:11:15
  22. 22 | 22- Recursion Part 4: Components of its methods?(Arabic) مكوناتها [Data Structures & Algorithms] 00:08:35
  23. 23 | 23- Recursion Part 5: Solving with Both Methods (Arabic) الحل بطريقتين[Data Structures & Algorithms] 00:12:46
  24. 24 | 24- Recursion Part 6: Helper Method Recursion (Arabic) دالة مساعدة [Data Structures & Algorithms] 00:10:42
  25. 25 | 25- Recursion Part 7: Pure Recursion (Arabic) العمل بدون دوال مساعدة[Data Structures & Algorithms] 00:11:08
  26. 26 | 26- Searching Algorithms: Intro (Arabic) خوارزميات البحث : المقدمة [Data Structures & Algorithms] 00:05:41
  27. 27 | 27- Searching Algorithms: Linear Search Part 1 (Arabic) البحث الخطى [Data Structures & Algorithms] 00:05:48
  28. 28 | 28- Searching Algorithms: Linear Search Part 2 (Arabic) البحث الخطى [Data Structures & Algorithms] 00:07:24
  29. 29 | 29- Searching Algorithms: Binary Search Part 1 (Arabic) البحث الثنائى [Data Structures & Algorithms] 00:08:13
  30. 30 | 30- Searching Algorithms: Binary Search Part 2 (Arabic) البحث الثنائى [Data Structures & Algorithms] 00:14:47
  31. 31 | 31- Searching Algorithms: Binary Search Part 3 (Arabic) البحث الثنائى [Data Structures & Algorithms] 00:06:21
  32. 32 | 32- Searching Algorithms: Naive Approach Part 1 (Arabic) البحث فى نص[Data Structures & Algorithms] 00:09:38
  33. 33 | 33- Searching Algorithms: Naive Approach Part 2 (Arabic) البحث فى نص [Data Structures & Algorithms] 00:14:31
  34. 34 | 34- Sorting Algorithms: Intro (Arabic) خوارزميات الترتيب - المقدمة [Data Structures & Algorithms] 00:07:17
  35. 35 | 35- Sorting Algorithms: Why (Arabic) خوارزميات الترتيب - ليه نتعلمها [Data Structures & Algorithms] 00:07:17
  36. 36 | 36- Sorting Algorithms: Built in methods (Arabic) خوارزميات الترتيب [Data Structures & Algorithms] 00:11:39
  37. 37 | 37- Sorting Algorithms: Bubble Sort part-1(Arabic) خوارزميات الترتيب [Data Structures & Algorithms] 00:08:38
  38. 38 | 38- Sorting Algorithms: Bubble Sort part-2(Arabic) خوارزميات الترتيب [Data Structures & Algorithms] 00:09:54
  39. 39 | 39- Sorting Algorithms: Bubble Sort part-3(Arabic) خوارزميات الترتيب [Data Structures & Algorithms] 00:10:49
  40. 40 | 40- Sorting Algorithms: Bubble Sort part-4(Arabic) خوارزميات الترتيب [Data Structures & Algorithms] 00:03:37
  41. 41 | 41- Sorting Algorithms: Selection Sort part1(Arabic)خوارزميات الترتيب [Data Structures & Algorithms] 00:09:34
  42. 42 | 42- Sorting Algorithms: Selection Sort part 2(Arabic)خوارزميات الترتيب[Data Structures & Algorithms] 00:11:34
  43. 43 | 43- Sorting Algorithms: Insertion Sort part 1(Arabic)خوارزميات الترتيب[Data Structures & Algorithms] 00:07:31
  44. 44 | 44- Sorting Algorithms: Insertion Sort part 2(Arabic)خوارزميات الترتيب[Data Structures & Algorithms] 00:12:12
  45. 45 | 45- Comparing between Bubble Selection Insertion Sort (Arabic) بالعربى[Data Structures & Algorithms] 00:08:07
  46. 46 | 46- Intermediate Sorting Algorithms خوارزميات ترتيب (Arabic) بالعربى[Data Structures & Algorithms] 00:06:58
  47. 47 | 47- Merge Sort Algorithm part 1 الشرح النظرى للمفهوم(Arabic) بالعربى[Data Structures & Algorithms] 00:15:51
  48. 48 | 48- Merge Sort Algorithm part 2 شرح دالة الدمج (Arabic) بالعربى [Data Structures & Algorithms] 00:13:53
  49. 49 | 49- Merge Sort Algorithm part 3 الخوارزمية والتطبيق (Arabic) بالعربى [Data Structures & Algorithms] 00:16:11
  50. 50 | 50- Merge Sort Algorithm part 4 تحليل أداء الخوارزمية(Arabic)بالعربى [Data Structures & Algorithms] 00:08:47
  51. 51 | 51- Quick Sort Algorithm part 1 الشرح النظرى للمفهوم(Arabic) بالعربى[Data Structures & Algorithms] 00:19:58
  52. 52 | 52- Quick Sort Algorithm part 2 شرح الدوال المساعدة (Arabic) بالعربى [Data Structures & Algorithms] 00:16:57
  53. 53 | 53- Quick Sort Algorithm part 3 شرح الدالة الأساسية (Arabic) بالعربى [Data Structures & Algorithms] 00:11:21
  54. 54 | 54- Quick Sort Algorithm part 4 تحليل الأداء (Arabic) بالعربى [Data Structures & Algorithms] 00:08:11
  55. 55 | 56- Radix Sort Algorithm part 2 الدوال المساعدة (Arabic) بالعربى [Data Structures & Algorithms] 00:18:59
  56. 56 | 55- Radix Sort Algorithm part 1 الشرح النظرى للمفهوم(Arabic) بالعربى [Data Structures & Algorithms] 00:19:10
  57. 57 | 57- Radix Sort Algorithm part 3 الدالة الأساسية(Arabic) بالعربى [Data Structures & Algorithms] 00:14:07
  58. 58 | 58- Radix Sort Algorithm part 4 تحليل الأداء (Arabic) بالعربى [Data Structures & Algorithms] 00:04:18
  59. 59 | 59- Feedback نهاية جزء الخوارزميات وآرائكم (Arabic) بالعربى [Data Structures & Algorithms] #shorts 00:01:00
    Student Reviews

    ( 4.9 Of 5 )

    3 reviews
    5 Stars
    66.67%
    4 Stars
    33.33%
    3 Stars
    0%
    2 Stars
    0%
    1 Star
    0%
    A
    Ayisha Ibrahim

    25-05-2024
    Y
    youtube

    08-07-2023
    M
    Mouhcine Baba

    12-08-2024