TOP 200 #Dev 🏆 LeetCode, Solutions in TypeScript, Shell, Database (T-SQL, PL/SQL, MySQL), Concurrency (Python3). @ S. Leschev. Google Engineering Level: L6+
-
Updated
Nov 4, 2024 - TypeScript
TOP 200 #Dev 🏆 LeetCode, Solutions in TypeScript, Shell, Database (T-SQL, PL/SQL, MySQL), Concurrency (Python3). @ S. Leschev. Google Engineering Level: L6+
A collection of the most famous algorithms implemented in Typescript
🔢 Various algorithms and math utilities.
A JavaScript library of sorted array operations
Binary search implementation with explanation
This repository has the didactic purpose of studying the binary search algorithm.
binary-algorithm-search is an npm package that provides an efficient implementation of the binary search algorithm. It can be used to quickly search for items in a sorted list.
Search algorithms built with TypeScript
Binary search implemented in TypeScript for Deno.
MIME types (IANA media types) can be wrong when the user changes the file extension, this package reads the first bytes of the file to ensure they fit the expectations and reverts to default browser mime types when unsupported
GRA-TAX: Provide your expected net income and allowances and get a detailed breakdown of your gross income, taxes, and social security contributions, based on GRA's latest tax rates.
A weighted random item sampler (selector), where the probability of selecting an item is proportional to its weight, and every item is sampled exactly once (without repetition or replacement). The sampling method utilizes a binary-search optimization, making it suitable for performance-demanding applications where the set of items is large.
A weighted random item sampler (selector), where the probability of selecting an item is proportional to its weight. The sampling method utilizes a binary search optimization, making it suitable for performance-demanding applications where the set of items is large and the sampling frequency is high.
My solutions for LeetCode 75 Study
npm package to search time series data
🏎 A simple typescript binary search algorithm implementation!
A collection of the most famous data structures implemented in Typescript
Solving some LeetCode problems.
Add a description, image, and links to the binary-search topic page so that developers can more easily learn about it.
To associate your repository with the binary-search topic, visit your repo's landing page and select "manage topics."