We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22926c6 commit ddd1f5dCopy full SHA for ddd1f5d
1 file changed
docs/index.mdx
@@ -2,8 +2,6 @@
2
sidebar_position: 1
3
---
4
5
-import DocCardList from "@theme/DocCardList";
6
-
7
# Introduction to Algorithms
8
9
これは、アルゴリズム入門のシケプリです。アルゴリズム入門のシケプリという体になっていますが、授業に関係なく Python を学習してみたいという需要も満たせるように作ってあります。
@@ -12,8 +10,6 @@ import DocCardList from "@theme/DocCardList";
12
10
13
11
このシケプリは大きく 4 部構成になっています。「Python の基礎」では Python の基本を学びます。「応用的なプログラム」では「Python の基礎」で学んだ内容を元にして複雑なプログラムを作成します。「シミュレーション」では、様々なシミュレーションについて学びます。「様々なアルゴリズム」では、様々なアルゴリズムについて学んでいきます。
14
15
-<DocCardList />
16
17
<img
18
src="https://colab.research.google.com/assets/colab-badge.svg"
19
alt="Open In Colab"
0 commit comments