Start from zero
Build foundations
Apply in practice
Go deep
Master AI
أحدث المقالات في الذكاء الاصطناعي والتعليم والتكنولوجيا
جعل تعليم الذكاء الاصطناعي متاحاً للجميع في كل مكان
مفتوح المصدر، متعدد اللغات، وقائم على المجتمع
مبني علناً على GitHub
نحت الدقة — الأنماط المتوسطة
خوارزميات أعمق وأنماط LeetCode متوسطة. بناء قدرة حل المشكلات.
المتطلبات المسبقة: AI Sketch
Master two essential patterns for scanning sequences without wasting computation.
Explore tree structures that power decision-making from databases to machine learning.
Learn the traversal and shortest-path algorithms that power maps, social networks, and web crawlers.
Understand memoisation, tabulation, and classic DP patterns used across AI and computer science.
Understand hashing, collision handling, and the probabilistic structures that accelerate AI systems.
Master the trie data structure for lightning-fast prefix lookups. Build autocomplete, wildcard search, and explore compressed tries and IP routing.
Learn the Union-Find (disjoint set) data structure with path compression and union by rank. Solve connectivity, MST, and graph component problems efficiently.
Learn the monotonic stack and queue patterns to solve next greater element, daily temperatures, histogram, and sliding window problems in O(n) time.
Master interval-based problems from merge and insert to meeting rooms and sweep lines. Learn the sorting strategies and patterns interviewers expect.
Unlock bit-level thinking for coding interviews. Master XOR cancellation, Brian Kernighan's trick, bit masking for subsets, and practical applications.