From 884378ee1d761db9fc10084d78239380a9f6db6e Mon Sep 17 00:00:00 2001 From: wangyu-wayne <493621511@qq.com> Date: Wed, 24 Dec 2025 10:24:03 +0800 Subject: [PATCH] Update README with project description Added a description to the README file. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8438195..2036a19 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# python_algorithm \ No newline at end of file +# python_algorithm +This is a personal record of algorithm-learning notes and related knowledge extensions.