An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with sorted

A curated list of projects in awesome lists tagged with sorted .

https://github.com/grantjenks/python-sortedcontainers

Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set

data-types dict list python set sorted

Last synced: 12 May 2025

https://github.com/zandaqo/structurae

Data structures for high-performance JavaScript applications.

array bigint binary bitfield data-structures graphs javascript matrices optimization sorted typescript

Last synced: 16 May 2025

https://github.com/junguler/m3u-radio-music-playlists

m3u playlists for radio music, sorted by popularity

collection kodi-ready large-collection m3u music playlist radio scraped sorted updated

Last synced: 18 Jul 2025

https://github.com/rimbu-org/rimbu

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.

bimap collection graph hashmap hashtable immutable list multimap rimbu sorted sorted-map sorted-sets stream table typescript

Last synced: 08 Apr 2025

https://github.com/grantjenks/python-sortedcollections

Python Sorted Collections Library

data-types dict list python set sorted

Last synced: 11 Dec 2025

https://github.com/karwa/uniqueid

Random and time-ordered UUID generation in Swift

guid sorted sorted-lists time-series timeline unique-id unique-identifier uuid

Last synced: 21 Oct 2025

https://github.com/fabiospampinato/json-sorted-stringify

Alternative JSON.stringify function with sorted keys, so the output is stable.

json sorted stable stringify

Last synced: 27 Jul 2025

https://github.com/shenggaozhu/django-sortedone2many

Provide a one-to-many relationship (SortedOneToManyField) that also remembers the order of related objects.

django field model one-to-many sorted sorted-one-to-many-field

Last synced: 17 Oct 2025

https://github.com/stdlib-js/stats-base-dminsorted

Calculate the minimum value of a sorted double-precision floating-point strided array.

domain extent extremes javascript math mathematics min minimum node node-js nodejs ordered range sorted statistics stats stdlib strided strided-array typed

Last synced: 13 May 2025

https://github.com/kjantzer/alphabet-jump-nav

A mobile friendly alphabetical side navigation to quickly jump between sections of a list. Similar to the iOS section index navigation.

alphabetical alphabetical-scroll navigation scroll scrub-slider scrubber sorted

Last synced: 26 Sep 2025

https://github.com/nicolasparada/go-omap

Golang: map which keeps order even after JSON/YAML marshalling

json map orderered sorted yaml

Last synced: 04 Mar 2025

https://github.com/luanqmata/site_puzzle_btc

[ APOSENTADO ] Programa que procura Wallet de BTC , Não recomendado sem range das carteiras ,Site Base para fazer os codigos ↓ ↓ ↓ ↓ ↓ ↓

brute-force btc btc-wallet lucky sorted

Last synced: 05 Mar 2025

https://github.com/rtmigo/bisection_dart

Port of the Python bisect library to the Dart language

binary-search bisect bisection dart flutter list pubdev python search sorted

Last synced: 14 Mar 2025

https://github.com/stdlib-js/stats-base-dmaxabssorted

Calculate the maximum absolute value of a sorted double-precision floating-point strided array.

absolute absolute-value domain extent extremes javascript magnitude math mathematics max maxabs maximum node node-js nodejs range sorted statistics stats stdlib

Last synced: 25 Apr 2025

https://github.com/nicolasparada/go-ordered-map

Golang: map which keeps order even after JSON/YAML marshalling

json map orderered sorted yaml

Last synced: 25 Feb 2025

https://github.com/aladser/bank_transactions

виджет "Операции по счетам"

json sorted unittest

Last synced: 14 Oct 2025

https://github.com/stdlib-js/stats-base-sminsorted

Calculate the minimum value of a sorted single-precision floating-point strided array.

domain extent extremes javascript math mathematics min minimum node node-js nodejs ordered range sorted statistics stats stdlib strided strided-array typed

Last synced: 14 Jun 2025

https://github.com/alansastre/java-functional-advanced

Programación funcional en Java. Procesamiento de datos con la API Stream en Java. Interfaz funcional Comparator.

collector comparator flatmap functional-programming java java-stream-api java11 java17 java8 reduce sorted stream-api stream-java stream-processing

Last synced: 20 Sep 2025

https://github.com/yaroslaff/mostfiles

List directories and number of files inside to easily find directories with most files.

count df directories directory du file files filesystem most recursive sort sorted sum top usage

Last synced: 02 Aug 2025

https://github.com/lesiaukr/goit-algo-hw-04

Master's | Basic Algorithms & Data structures | Module 4 | Sorting Algorithms

bubble-sort insertion-sort merge-sort quick-sort radix-sort selection-sort shell-sort sort sorted timsort

Last synced: 10 Aug 2025

https://github.com/dnbard/ordered-array

Yet another Ordered Array library

array javascript order sort sorted

Last synced: 24 Oct 2025

https://github.com/cypri1-dev/42_push_swap

Push Swap is a sorting algorithm project in C. It involves sorting a stack of integers using a limited set of operations.

42 bonus mandatory pushswap pushswap-42 pushswap42 sorted

Last synced: 30 Aug 2025

https://github.com/stdlib-js/stats-strided-dminsorted

Calculate the minimum value of a sorted double-precision floating-point strided array.

domain extent extremes javascript math mathematics min minimum node node-js nodejs ordered range sorted statistics stats stdlib strided strided-array typed

Last synced: 19 Mar 2025

https://github.com/eheikes/shopping-list

Simple shopping list creator

list printable shopping sorted

Last synced: 21 Mar 2025

https://github.com/rudxain/ordering_status

Get ordering of a generic slice (ascending, descending, equal, none, undefined)

is-sorted sorted

Last synced: 14 Mar 2025

https://github.com/gustavoestevesr/streams

Explorando o uso de Streams através dos principais métodos.

collector comparator filter foreach java lambda list sorted streams summary-statistics

Last synced: 28 Jun 2025

https://github.com/pranfol/is_sorted

is_sorted is a Python function that checks if a given list is sorted in ascending order. It returns True if the list is sorted and False otherwise.

database developer-tools dictionary dictionary-attack distributed-systems formatter go language-agnostic password password-safety redis-windows sorted wordlist zset

Last synced: 10 Aug 2025

https://github.com/stdlib-js/stats-strided-smaxabssorted

Calculate the maximum absolute value of a sorted single-precision floating-point strided array.

absolute absolute-value domain extent extremes javascript magnitude math mathematics max maxabs maximum node node-js nodejs range sorted statistics stats stdlib

Last synced: 30 Mar 2025

https://github.com/stdlib-js/stats-strided-smaxsorted

Calculate the maximum value of a sorted single-precision floating-point strided array.

domain extent extremes javascript math mathematics max maximum node node-js nodejs ordered range sorted statistics stats stdlib strided strided-array typed

Last synced: 12 Jun 2025

https://github.com/gustavoestevesr/hashmap

Resolução da Questão de entrevista sobre Java e HashMap

distinct filter foreach hashmap java list sorted streams

Last synced: 06 Nov 2025

https://github.com/jedwards1211/merge-k-sorted-arrays

Merges 2 or more sorted arrays efficiently using a priority queue

algorithm algorithms arrays merge sorted sorted-arrays

Last synced: 27 Sep 2025

https://github.com/edmark15/stats-strided-dmaxabssorted

Calculate the maximum absolute value of a sorted double-precision floating-point strided array.

absolute-value domain extremes javascript magnitude mathematics max maxabs maximum nodejs range sorted stats stdlib

Last synced: 03 Apr 2025