Summer 2025

  1. Abuja camp (tentative) dates: August 4 – August 15
  2. Lagos camp (tentative) dates: July 21 – August 1
  3. Kano camp (tentative) dates: April 10 – April 21

Summer 2024

The Lagos camp was in collaboration with the AirLab of the University of Lagos. The camp took place from August 19 to August 30 at the AI & Robotics Labs in the University of Lagos. The Abuja camp took place at theOlumawu Schoolin Abuja from August 12 to August 23.

hero

2024 Schedule

  1. Day 1: Introductions and Motivations
  2. Day 2: Types in Python
  3. Day 3: For Loops and Recursion
  4. Day 4: More Methods of Iteration in Python
  5. Day 5: Objects, Libraries, Data Science
  6. Day 6: Growth of Functions
  7. Day 7: Searching Algorithms: Linear, Binary
  8. Day 8: Sorting Algorithms: Bubble, Selection, Insertion
  9. Day 9: Sorting Algorithms: Part 2
  10. Day 10: Review, Recap, Exam

Summer 2023

The in-person program ran from August 7 to August 18, 2023. Location: Lifegate Academy in Abuja.

Summer 2022

  1. Lists of Lists; Stack ADT
  2. Queue, Priority Queue, and Graph ADTs
  3. Graph Traversal: BFS, DFS
  4. Dictionary, Set, and Multiset ADTs
  5. Sorting
  6. Efficiency and Asymptotics: Big-O, Big-Omega, Big-Theta
  7. Recursion, Searching
  8. List Implementation: Array-Based, Linked-Based
  9. Stack Implementation: Array-Based, Linked-Based
  10. Queue Implementation: Array-Based, Linked-Based
  11. General Trees and Binary Trees: Structures and Traversals (pre-order, in-order, post-order)