From d1cc57cbdbac1dc7b0de292ee3e2a1299e210da9 Mon Sep 17 00:00:00 2001 From: aufall02 Date: Mon, 9 Feb 2026 10:06:32 +0700 Subject: [PATCH] docs: add comprehensive documentation for all algorithms Add detailed README.md for all 10 algorithm categories: - Search, Sorts, Data Structures, Graph, Dynamic Programming - Bit Manipulation, Maths, Ciphers, Backtracking, Other Include: - Complexity analysis and comparisons - ASCII art visualizations - Real-world use cases (Instagram, Google Maps, etc.) - Bahasa Bayi summaries for beginners - USE_CASES.md for practical applications --- COMMIT_MESSAGE.md | 235 ++++ DOCS.md | 284 +++++ USE_CASES.md | 495 ++++++++ backtracking/BACKTRACKING_DETAIL.md | 888 ++++++++++++++ bit_manipulation/README.md | 750 ++++++++++++ ciphers/README.md | 504 ++++++++ data_structures/README.md | 1382 +++++++++++++++++++++ dynamic_programming/README.md | 552 +++++++++ graph/README.md | 1003 +++++++++++++++ maths/README.md | 616 ++++++++++ other/README.md | 523 ++++++++ search/README.md | 1140 +++++++++++++++++ sorts/README.md | 1768 +++++++++++++++++++++++++++ 13 files changed, 10140 insertions(+) create mode 100644 COMMIT_MESSAGE.md create mode 100644 DOCS.md create mode 100644 USE_CASES.md create mode 100644 backtracking/BACKTRACKING_DETAIL.md create mode 100644 bit_manipulation/README.md create mode 100644 ciphers/README.md create mode 100644 data_structures/README.md create mode 100644 dynamic_programming/README.md create mode 100644 graph/README.md create mode 100644 maths/README.md create mode 100644 other/README.md create mode 100644 search/README.md create mode 100644 sorts/README.md diff --git a/COMMIT_MESSAGE.md b/COMMIT_MESSAGE.md new file mode 100644 index 00000000..dd651265 --- /dev/null +++ b/COMMIT_MESSAGE.md @@ -0,0 +1,235 @@ +# ๐Ÿ“ Commit Message untuk Dokumentasi + +## Format Conventional Commits + +``` +(): + + + +