Add the chapter of hello algo for the en version (#1269)

This commit is contained in:
Yudong Jin
2024-04-11 20:07:30 +08:00
committed by GitHub
parent 6404a53fc6
commit 07977184ad
4 changed files with 35 additions and 3 deletions

View File

@ -38,13 +38,15 @@ extra:
# Page tree
nav:
- Before starting:
- chapter_hello_algo/index.md
- Chapter 0. Preface:
# [icon: material/book-open-outline]
- chapter_preface/index.md
- 0.1 About this book: chapter_preface/about_the_book.md
- 0.2 How to read: chapter_preface/suggestions.md
- 0.3 Summary: chapter_preface/summary.md
- Chapter 1. Introduction to algorithms:
- Chapter 1. Encounter with algorithms:
# [icon: material/calculator-variant-outline]
- chapter_introduction/index.md
- 1.1 Algorithms are everywhere: chapter_introduction/algorithms_are_everywhere.md