Enthernet Code
Enthernet Code
DIIDevHeads IoT Integration Server
Created by Marvee Amasi on 6/7/2024 in #middleware-and-os
How to Efficiently Sort 10,000 16-bit Integers on an Embedded Device with 512 KB RAM?
You can use in-place sorting algorithms like Quicksort or Heapsort. These algorithms don't require additional memory beyond the input array, making them suitable for this. @Marvee Amasi
3 replies