lexicographical
There are 22 repositories under lexicographical topic.
thepirat000/CachingFramework.Redis
Distributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.
fasiha/mudderjs
Lexicographically-subdivide the “space” between strings, by defining an alternate non-base-ten number system using a pre-defined dictionary of symbol↔︎number mappings. Handy for ordering NoSQL keys.
chilts/sid
Generate Sortable Identifiers
eBay/lexicalDecimal
A Lexicographical encoding of Java BigDecimals
abegehr/frechet
Lexicographic Fréchet Matchings with Degenerate Inputs
lucaswerkmeister/wikidata-lexeme-graph-builder
Hacky, simple version of the Wikidata Graph Builder just for lexemes
surrealdb/lexicmp
Library for comparing and sorting strings lexicographically
deiucanta/random-position
Generate random positions for ordered sequences
Positeral/lre
Fast lexicographic (de)serializer for composite keys
dclamage/SudokuXMinLex
A Rust library that is intended to hook into Python 3 and allow for converting a Sudoku X puzzle into its minimal lexicographical form.
hutomosaktikartiko/Traveling-Salesman-Problem-with-p5-JS
TSP with javascript library
mayacoda/lexicographical-comparison
Generic C function for lexicographical comparison of arrays
fsossai/rle-compression
Heuristics and metaheuristics for enhancing Run-Length Encoding in a database
mlisi1/LCDQN
A benchmark on different Lexicographic Continuous DQN networks on the MuJoCo Ant environment
yusatll/CSE464-Digital-Image-Processing
Image Processing using Java
akshath123/Anagram-Using-Lexicographic-Order
This application is developed in Java which finds the Anagram of a word using Lexicographic ordering
balditommaso/primal-dual-interior-point
This is a Python implementation of the primal-dual interior-point method for solving linear, quadratic and lexicographic multi-objective programming problem.
chocolateboy/enumerator
Generate a series of tuples in lexicographical order
omercevik/CSE-464
Digital Image Processing
sspboyd/Travelling-Salesperson-Problem-in-P5.js
Using a greedy algorithm model with genetic mutation to find solutions to the Travelling Salesperson Problem