Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 680 Bytes

TOPICS.MD

File metadata and controls

16 lines (9 loc) · 680 Bytes

Motoko bootcamp : topics for daily guide and challenges. デイリーガイドと課題の題目 📚

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

  • Day 1 : Motokoの紹介:変数、型、関数、モジュール、ループとイテレータ。

  • 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.