Skip to content
#

2d-arrays

Here are 94 public repositories matching this topic...

The fourth assignment for AUT's Basic Programming course (Fall 2024) introduces advanced C programming challenges. Students will swap values of 2D arrays, transpose square matrices in-place, and sort arrays using various algorithms like Bubble Sort and Merge Sort. The tasks emphasize the mastery of pointers and multi-dimensional arrays.

  • Updated Nov 17, 2024
  • C++

Create a kindergarten that has students in line (a singularly linked list), and have the options to seat them in a 2d array based on seating availability, put them into a musical chairs circular linked list and play a game of musical chairs, and put them back into their seats from the winner, then to order of height. Option to delete/add students.

  • Updated Oct 26, 2022
  • Java

Improve this page

Add a description, image, and links to the 2d-arrays 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 2d-arrays topic, visit your repo's landing page and select "manage topics."

Learn more