اكثر اسئلة واجوبة المقابلات طلبا والاختبارات عبر الإنترنت
منصة تعليمية للتحضير للمقابلات والاختبارات عبر الإنترنت والدروس والتدريب المباشر

طوّر مهاراتك من خلال مسارات تعلم مركزة واختبارات تجريبية ومحتوى جاهز للمقابلات.

يجمع WithoutBook أسئلة المقابلات حسب الموضوع والاختبارات العملية عبر الإنترنت والدروس وأدلة المقارنة في مساحة تعلم متجاوبة واحدة.

التحضير للمقابلة

Algorithm اسئلة واجوبة المقابلات

سؤال 31. How does the Manacher's algorithm work?

Manacher's algorithm is used to find the longest palindromic substring in a given string. It efficiently takes advantage of previously computed palindromic substrings to avoid redundant computations.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 32. Explain the concept of the Floyd-Warshall algorithm.

The Floyd-Warshall algorithm is used for finding the shortest paths between all pairs of vertices in a weighted graph, even if the graph contains negative weight edges.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 33. What is the purpose of the Traveling Salesman Problem (TSP)?

The Traveling Salesman Problem is a combinatorial optimization problem where the goal is to find the shortest possible tour that visits a given set of cities and returns to the starting city.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 34. Explain the concept of the Depth-First Search (DFS) tree.

In a DFS traversal, the DFS tree is a tree structure that represents the parent-child relationships between the vertices visited during the traversal. It is used in graph analysis and connectivity.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 35. What is the purpose of the Rabin-Karp string-searching algorithm?

The Rabin-Karp algorithm is a string-searching algorithm that efficiently finds the occurrence of a pattern within a text by using hashing.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

الاكثر فائدة حسب تقييم المستخدمين:

حقوق النشر © 2026، WithoutBook.