Skip to content

Commit cee4fbd

Browse files
committed
update readme
1 parent 269b629 commit cee4fbd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
[简体中文](https://github.com/hackware1993/flutter-constraintlayout/blob/master/README_CN.md)
88

9+
I have developed the world's fastest general purpose sorting algorithm, which is on average 3 times
10+
faster than Quicksort and up to 20 times
11+
faster, [ChenSort](https://github.com/hackware1993/ChenSort)
12+
913
A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for
1014
Android and AutoLayout for iOS. But the code implementation is much more efficient, it has O(n)
1115
layout time complexity and no linear equation solving is required.

README_CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
[English](https://github.com/hackware1993/flutter-constraintlayout/blob/master/README.md)
88

9+
我开发了世界上最快的通用排序算法,它平均比快速排序快 3 倍,最多快 20 倍,[ChenSort](https://github.com/hackware1993/ChenSort)
10+
911
一个超级强大的 Stack,使用约束构建极为灵活的布局,和 Android 下的 ConstraintLayout 和 iOS 下的 AutoLayout 类似。但代码实现却高效得多,它具有 O(n)
1012
的布局时间复杂度,无需线性方程求解。
1113

0 commit comments

Comments
 (0)