AI EducademyAIEducademy
ProgrammesLaboBlogÀ propos
Se connecter
AI EducademyAIEducademy

Éducation IA gratuite pour tous, dans toutes les langues.

Apprendre

  • Programmes
  • Leçons
  • Labo
  • Tableau de bord
  • À propos

Communauté

  • GitHub
  • Contribuer
  • Code de Conduite

Soutenir

  • Offrir un Café ☕

Éducation IA gratuite pour tous

Licence MIT — Open Source

🪨 Niveau 2

AI Chisel

Carving Precision — Intermediate Patterns

Level up with intermediate algorithmic patterns: two pointers, sliding window, BFS/DFS, and tree traversals. Each pattern tied to real AI/ML applications.

3
Leçons
~1h
Durée
2/5
Niveau

🎯 Ce que vous apprendrez

  • ✓Apply two pointers and sliding window to optimise solutions
  • ✓Traverse trees and graphs with BFS/DFS
  • ✓Connect these patterns to AI search and inference

Prérequis: AI Sketch or equivalent fundamentals

📚 Leçons

1
👆

Two Pointers & Sliding Window — How AI Scans Data

Master the two most powerful O(n) patterns in DSA. See how streaming ML systems and real-time analytics use these exact techniques.

⏱️ 20m→
2
🌲

Trees & Graphs — How AI Makes Decisions

Visualise tree traversals and graph algorithms. Understand how decision trees, knowledge graphs, and neural networks use these structures.

⏱️ 25m→
3
📚

Stacks & Queues — How AI Processes Sequences

Master stack and queue patterns including monotonic stacks. See how parsers, undo systems, and sequence models use these structures.

⏱️ 20m→
Commencer la première leçon →
← Retour aux programmes