diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..4cca7901e3ffa3adebd92129853863795d0ba9f0 --- /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