#BinarySearch
3.npm-binarysearch

a application which help you to sort in nlogn time
October 10, 2025 at 10:00 AM
Ok, spinning out my first .lean file I just realized how wild the Lean typesystem is. There could be stuff like that I believe if TS had Lean's type system. Dunno if it's practical, but it's fun.
August 19, 2025 at 2:53 PM
Snapshot of the DOM, if you're interested.
June 1, 2025 at 4:12 PM
A new release of the Deno Standard library is out with many updates:
👨‍👩‍👧‍👦 collections: binarySearch function has been added
🧪 testing: assertInlineSnapshot has been added
🛤️ path: basename, dirname, extname, join, and normalize now accept URL object input
and so much more 👇

github.com/denoland/std...
Release 2025.05.27 · denoland/std
@std/cli 1.0.18 (patch) BREAKING(cli/unstable): make ProgressBarFormatter.styledTime a getter (#6677) BREAKING(cli/unstable): change custom formatter rule (#6678) BREAKING(cli/unstable): make Prog...
github.com
May 27, 2025 at 5:51 PM
Here's the much faster, more involved implementation of the O(n log n)-time algorithm. Also dynamic programming, but with a twist, and as a result much, much faster in theory and practice.

Algorithms matter!

(And I know, my code is ugly — not the point)
March 30, 2025 at 3:48 AM
Waiting patiently for Halftime performance so I'm working on binary search in rotated sorted array.

If the algorithm does not make sense to me, I'll run it back a few times by deleting and typing it out again.

You learn so much more :)
Who else is waiting for K-Dot?

#binarysearch
February 10, 2025 at 12:05 AM
野田たいむがひだりPSTがわにずれるのはM$みたくbinarysearchが左寄りの可能性があるか() pythondateutilはbisectrightだからな
invaid PST-PDT ambious
2024-03-10 02 変換前
2024-11-03 01

timezonetype inv amb algo
osをろすにしてzone適用 3pd 1ps bisectr
M$dateoffset 3pd 1pd ※datetimeoffset
noda 1pd 1ps ※ ?
binary読み() 3pd 1ps bisectr
#タイム損切替
January 1, 2025 at 4:13 PM
I just completed "Linen Layout" - Day 19 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/19

Oh no! This was almost a brute force approach. Don't need no Trie, don't need even the binarySearch in the list of pattern to cut down waste, just cache the recursion and run it.
Day 19 - Advent of Code 2024
adventofcode.com
December 19, 2024 at 8:25 AM
Last year was my first #adventofcode, and I had several solutions that took several minutes to run. This year I'm on track to get sub 1-second solutions every day! Today's solution consistently runs in under 6 ms, which I'm very happy about. #binarysearch
December 18, 2024 at 3:22 PM
Cuprum 2929 base game features Pythagorean theorem! However, other concepts can be demonstrated for creative problem solving! Learn the basic idea behind binary search with simple arithmetics!

#gamedev #algorithms #binarysearch #programming

youtube.com/watch?v=IQFS...
YouTube
Share your videos with friends, family, and the world
youtube.com
November 23, 2024 at 7:14 AM
Hmmm. Usually this game is ego-adjusting. Today, it was ego-boosting. #BinarySearch #DumbLuck #SoManyWordsToChooseFrom

🧩 Puzzle #477
🤔 9 guesses
⏱️ 55s
🔗 alphaguess.com
alphaguess: a word game
Guess the word of the day. Guesses reveal where the word is positioned alphabetically. Everyone plays the same word each day.
alphaguess.com
November 13, 2024 at 6:11 PM
Check point do dia:

✅️ TwoSum
✅️ BinarySearch
✅️ ReverseString
✅️ Estudo rápido sobre JWT
✅️ Exception Handler na camada de Rescources do encurtador de URL
November 12, 2024 at 8:22 PM