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

https://github.com/pidgey0403/simple-array-sorting

Sort and build a 3D array using pointers in C.
https://github.com/pidgey0403/simple-array-sorting

c dynamic-allocation input-output pointers pointers-and-arrays

Last synced: 10 months ago
JSON representation

Sort and build a 3D array using pointers in C.

Awesome Lists containing this project

README

          

# simple-array-sorting
Build a 3D array based on user inputted dimensions. Populated the cells with randomly generated values, sort it into ascending order, and output the resulting structure.

This was a student project for my Intro to C and Unix course, and was intended to serve as an introduction to programming in C, dynammically allocating memory for pointers to multi-dimensional arrays, freeing dynamic memory, and creating modular functions.

All files are authored by me.