From 5fcf3d7136061d8e8a015fffd64e512709d42feb Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com> Date: Sat, 25 Jul 2026 19:40:43 -0700 Subject: [PATCH 1/3] Add links to sattelite apps (thinking and drawing) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ffd890cf..52553807a 100644 --- a/README.md +++ b/README.md @@ -374,4 +374,7 @@ Below is the list of some of the most used Big O notations and their performance [@trekhleb](https://trekhleb.dev) -A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev) +A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev): + +- [yesbrainer.ai](https://yesbrainer.ai/) – council of AI models for the decisions that aren’t no-brainers (BYOK, private, no account) +- [okso.app](https://okso.app/) – drawing app to express, grasp, and organize your thoughts and ideas From e087629d2a415e7a15ffb8447c201189af325d94 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com> Date: Sat, 25 Jul 2026 19:42:07 -0700 Subject: [PATCH 2/3] Add links to sattelite apps (thinking and drawing) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52553807a..0f5fe5b00 100644 --- a/README.md +++ b/README.md @@ -376,5 +376,5 @@ Below is the list of some of the most used Big O notations and their performance A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev): -- [yesbrainer.ai](https://yesbrainer.ai/) – council of AI models for the decisions that aren’t no-brainers (BYOK, private, no account) -- [okso.app](https://okso.app/) – drawing app to express, grasp, and organize your thoughts and ideas +- 🧠 [yesbrainer.ai](https://yesbrainer.ai/) – council of AI models for the decisions that aren’t no-brainers (BYOK, private, no account) +- ✍🏻 [okso.app](https://okso.app/) – drawing app to express, grasp, and organize your thoughts and ideas From 85293e3e2b88f4d2ce330d956b139cf628aa1e82 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com> Date: Sat, 25 Jul 2026 19:43:01 -0700 Subject: [PATCH 3/3] Remove Project Backers section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f5fe5b00..0eef20119 100644 --- a/README.md +++ b/README.md @@ -364,11 +364,11 @@ Below is the list of some of the most used Big O notations and their performance | **Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array | | **Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key | -## Project Backers + ## Author