From 9d6d44ec9041529df4363c3419bcd0e49cc5130c Mon Sep 17 00:00:00 2001 From: Woramet Muangsiri Date: Tue, 14 Mar 2017 11:24:45 +0900 Subject: [PATCH] Fix "algorithmic complexity" translation --- translations/README-th.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/README-th.md b/translations/README-th.md index c7c8126..13d5394 100644 --- a/translations/README-th.md +++ b/translations/README-th.md @@ -55,7 +55,7 @@ - [อะไรที่ไม่ครอบคลุม](#what-you-wont-see-covered) - [ความรู้ที่ต้องมีมาก่อน](#prerequisite-knowledge) - [แผนของแต่ละวัน](#the-daily-plan) -- [ขั้นตอนวิธีที่ซับซ้อน / Big-O / การวิเคราะห์ Asymptotic](#algorithmic-complexity--big-o--asymptotic-analysis) +- [ความซับซ้อนของขั้นตอนวิธี / Big-O / การวิเคราะห์ Asymptotic](#algorithmic-complexity--big-o--asymptotic-analysis) - [โครงสร้างข้อมูล](#data-structures) - [แถวลำดับ (Arrays)](#arrays) - [รายการโยง (Linked Lists)](#linked-lists)