diff --git a/algorithms/05-sorting/intro-sort.md b/algorithms/05-sorting/intro-sort.md new file mode 100644 index 0000000..0730f7a --- /dev/null +++ b/algorithms/05-sorting/intro-sort.md @@ -0,0 +1,10 @@ +--- +title: Intro sort +description: | + a.k.a. how is the sorting usually implemented in standard libraries. +tags: + - sorting + - applications +# last_update: +# date: 2024-00-00 +---