◐ Shell
clean mode source ↗

Build software better, together

Here are 17 public repositories matching this topic...

An powerful in-memory pagination / sort / search / filter engine, with first-class type-safety, with an elegant & DX-focused API

  • Updated Oct 9, 2024
  • TypeScript

Efficient implementations of Merge Sort and Bitonic Sort algorithms using CUDA for GPU parallel processing, resulting in accelerated sorting of large arrays. Includes both CPU and GPU versions, along with a performance comparison.

  • Updated Jul 27, 2023
  • Cuda

Type-safe array sorting method with support for deeply nested properties and Typescript autocompletion.

  • Updated Dec 1, 2023
  • TypeScript

🔢 Sort a 10-element array in ascending or descending order based on user input using 8086 assembly.

  • Updated Sep 18, 2025
  • Assembly

My solution for the tasks from the Logic Programming discipline, during the 3th period of the course | Resoluções minhas dos trabalhos propostos durante a disciplina de Programação Lógica, no 3º Período do curso

  • Updated Aug 13, 2025
  • Prolog

A simple Java-based Student Management System that allows you to add, update, delete, and search student records. Data is stored using dynamic arrays, with features like auto-generated student ID, rank calculation.

  • Updated Aug 21, 2025
  • Java

The Array Cardio website is a comprehensive JavaScript project that offers hands-on learning of essential array manipulation techniques through interactive examples and exercises.

  • Updated Jun 26, 2023
  • JavaScript

OpenMP/C project implementing Multisort, a parallel divide-and-conquer sorting algorithm. Recursively splits arrays into four parts, sorts in parallel with tasks, merges results, and uses sequential Quicksort for small sub-arrays. Optimized for high-performance multi-threaded execution (Parallel Systems, UNIWA).

  • Updated Feb 20, 2026
  • C

Improve this page

Add a description, image, and links to the array-sorting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the array-sorting topic, visit your repo's landing page and select "manage topics."

Learn more