order
Here are 11 public repositories matching this topic...
Given a stride array, determine whether an array is row-major.
-
Updated
Jun 2, 2025 - C
Determine the order of a multidimensional array based on a provided stride array.
-
Updated
Jul 21, 2025 - C
This is a C project in which the user enters a numerical expression. Most of the numerical expressions will contain some or all of these characters: '( )', '[ ]', '{ }'. Sadly, there are a lot of times where someone types the expression but forgets to open/close a bracket or closes the brackets in a wrong order, making the expression invalid. Th…
-
Updated
Feb 23, 2022 - C
Given a stride array, determine whether an array is column-major.
-
Updated
Jun 30, 2025 - C
Push Swap é um projeto da 42 onde o objetivo é ordenar uma stack de números utilizando um conjunto limitado de operações, implementando um algoritmo eficiente para minimizar o número de movimentos. 🚀
-
Updated
Feb 12, 2025 - C
Improve this page
Add a description, image, and links to the order topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the order topic, visit your repo's landing page and select "manage topics."