Summer 2025: To be announced.

Summer 2024

The Lagos camp is in collaboration with the AirLab of the University of Lagos. The camp will take place from the 19th of August to the 30th of August at the AI & Robotics Labs in the University of Lagos. The Abuja camp will take place at the Olumawu School in Abuja from the 12th of August to the 23rd of August.

hero
  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 up to August 18, 2023. Location: Lifegate Academy in Abuja.

Summer 2022

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