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.
- Host: GitHub
- URL: https://github.com/pidgey0403/simple-array-sorting
- Owner: pidgey0403
- Created: 2021-12-12T06:11:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T21:43:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T05:32:29.417Z (12 months ago)
- Topics: c, dynamic-allocation, input-output, pointers, pointers-and-arrays
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.