All Projects → gp187 → algos-ts

gp187 / algos-ts

Licence: MIT license
Super fast algorithms for typescript

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to algos-ts

fluxsort
A branchless stable quicksort / mergesort hybrid.
Stars: ✭ 608 (+1193.62%)
Mutual labels:  quicksort, mergesort
Python Algorithms
Code for various YouTube video lessons + extras
Stars: ✭ 26 (-44.68%)
Mutual labels:  quicksort, mergesort
stablesort
Stable sort algorithms and their stability proofs in Coq
Stars: ✭ 19 (-59.57%)
Mutual labels:  mergesort
dsa
data structure and algorithm - examples and implementations
Stars: ✭ 13 (-72.34%)
Mutual labels:  quicksort
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+6753.19%)
Mutual labels:  quicksort
Algods
Implementation of Algorithms and Data Structures, Problems and Solutions
Stars: ✭ 3,295 (+6910.64%)
Mutual labels:  mergesort
ShiftSort
Sorting algorithm quicker than MergeSort, and is adaptive and stable.
Stars: ✭ 39 (-17.02%)
Mutual labels:  mergesort
PixelGlitch
Image glitch visualization using various Pixel Sorting methods for Processing
Stars: ✭ 25 (-46.81%)
Mutual labels:  mergesort

Algorithms

Install

npm install algos-ts

WIP

** this is a work in progress. Stuff will change, but you can already use it and chat with me **

Use

import the function you need and use it. that's it!

    import {bubbleSort, quickSort, insertionSort, mergeSort, binarySearch} from 'algos-ts';

    const mergeSorted = mergeSort([1,6,123,456,123,43]);

Made with ❤️ in London

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].