docs: Enhance the explanation of the theory that respects computer science.

This commit is contained in:
Revone 2023-12-24 17:54:51 +08:00
parent c949b5b741
commit fa9e3dbac4
2 changed files with 5 additions and 0 deletions

View file

@ -931,6 +931,9 @@ avl2.print();
## Software Engineering Design Standards
We strictly adhere to computer science theory and software development standards. Our LinkedList is designed in the traditional sense of the LinkedList data structure, and we refrain from substituting it with a Deque solely for the purpose of showcasing performance test data. However, we have also implemented a Deque based on a dynamic array concurrently.
<table style="display: table; width:100%; table-layout: fixed;">
<tr>
<th>Principle</th>

View file

@ -909,6 +909,8 @@ avl2.print();
## 软件工程标准
严格尊重计算机科学理论和软件开发规范我们的LinkedList就是传统意义的LinkedList数据结构而不是用Deque去代替以便标榜性能测试数据。当然我们也同时实现了基于动态数组的Deque。
<table style="display: table; width:100%; table-layout: fixed;">
<tr>
<th>原则</th>