From 611f41f91ab3e9e328d9bd7fe1de4ba3f53e6232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9C=E5=8F=A4=E8=A1=80=E4=BA=B2?= <18867557123@163.com> Date: Fri, 9 Feb 2024 06:28:17 +0000 Subject: [PATCH] add README.en.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 远古血亲 <18867557123@163.com> --- README.en.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.en.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..4cca790 --- /dev/null +++ b/README.en.md @@ -0,0 +1,16 @@ +# Introduction to Simple Data Structure Warehouse + +*** + +## 1、Warehouse Introduction + +📢 A simple data structure repository is a code repository that focuses on the implementation of C language data structures and algorithms. This repository provides the implementation of various C language data structures, including arrays, linked lists, stacks, queues, trees, etc., as well as the implementation of various algorithms such as sorting, searching, graph algorithms, etc. In addition, the warehouse also contains a large number of online programming questions such as LeetCode answers and question solving codes. + +## 2、folder structure + +* 📂 [**Project folder**:](./project/README.md)This folder displays the already written data structures and algorithm cases. You can learn data structures through these case studies. + + +## 三、Contribution Guide + +📖 If you are interested in contributing to a project or find errors, please refer to our [contribution guide](./CONTRIBUTING.md) \ No newline at end of file -- Gitee