From 3fc52ad4f7295d29f5a83b6d26e04a393d40ff7c Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Wed, 3 Jan 2024 19:21:12 +0100 Subject: [PATCH] algorithms(intro-sort): add stub Signed-off-by: Matej Focko --- algorithms/05-sorting/intro-sort.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 algorithms/05-sorting/intro-sort.md 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 +---