Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 539 Bytes

TOPICS.MD

File metadata and controls

15 lines (8 loc) · 539 Bytes

Motoko bootcamp : topics for daily guide and challenges. 📚

  • Day 1 : Introduction to Motoko : variables, types, function, modules, loops & iterators.

  • Day 2 : String : Binary / Bytes / ASCII / Unicode / Char & Text modules.

  • Day 3 : Array / Optional type / Switch expression / Generic type / Higher order functions.

  • Day 4 : Custom type / Linked list / Buffer / Algorithm complexity.

  • Day 5 : Hash / Hashmap / Stable variable & upgrades.

  • Day 6 : Recursion / Binary search tree / Divide & Conquer.

  • Day 7 : Core project.