375 skills found · Page 1 of 13
kentcdodds / Match SorterSimple, expected, and deterministic best-match sorting of an array in JavaScript
gkoberger / StacksortSorts an array by downloading snippets from StackOverflow. Inspired by http://xkcd.com/1185/. I'm sorry.
Teun / ThenBy.jsthenBy is a javascript micro library that helps sorting arrays on multiple keys
javabuddy / Best Data Structures Algorithms ResourcesA collection of best resources to learn Data Structures and Algorithms like array, linked list, binary tree, stack, queue, graph, heap, searching and sorting algorithms like quicksort and merge sort for coding Interviews
snovakovic / Fast SortBlazing fast array sorting with TypeScript support.
IlyaGrebnov / LibsaisThe libsais library provides fast linear-time construction of suffix array (SA), generalized suffix array (GSA), longest common prefix (LCP) array, permuted LCP (PLCP) array, Burrows-Wheeler transform (BWT) and inverse BWT based on the induced sorting algorithm with optional OpenMP support for multi-core parallel construction.
kvnneff / Sort ByA utility to create comparator functions for the native `Array.sort()`. Allows for sorting by multiple properties.
Kieran-McIntyre / React Native Section Alphabet ListA simple React Native component that takes an array of data and renders a SectionList with alphabetically sorted data
alienx5499 / SortVisionSortVision is a web-based sorting algorithm visualizer 🖥️ that lets users explore and compare algorithms like Bubble, Quick, Merge, and more 🔄. Easily adjust speed ⚡ and array size 📊 to watch the sorting process in real-time. Perfect for students and enthusiasts looking to understand sorting mechanics!
sindresorhus / Sort OnSort an array on an object property
stevenrskelton / Sortable TablePolymer Web Component that generates a sortable <table> from inlined or AJAX JSON, JSON5, and arrays.
afshinm / 50kA demo of HTML5 Web Worker, sorting 50K array with Bubble Sort.
ole / SortedArrayAn array that keeps its elements sorted according to a given sort predicate.
ShivrajRath / JsonabcSorts JSON object alphabetically. It supports nested objects, arrays and collections. Works offline and beautifies JSON object too.
petebacondarwin / Angular ToArrayFilterA filter to convert your objects to an array that can be filtered and sorted easily
anandchauhan21 / Desing Of Data Structures🎓 Design of Data Structures– Semester 3 💡 Theory + Lab course with C and Python implementations via Google Colab 📘 Topics: Arrays, Stacks, Queues, Linked Lists, Trees, Sorting, Hashing, Graphs 🧪 Includes 12 hands-on labs aligned with the official BTech syllabus 🚀 Learn and practice core data structures interactively!
dillingham / Nova Items FieldLaravel Nova array items field with sorting & validation
moinism / FaltuSearch sort, filter, limit an array of objects in Mongo-style.
badrap / Sorted QueueA sorted queue, based on an array-backed binary heap
SkeLLLa / Node Object HashNode.js object hash library with properties/arrays sorting to provide constant hashes. It also provides a method that returns sorted object strings that can be used for object comparison without hashes.