Vale helps you working with complex data structures. Easily get, set, unset and check the existence of values in deeply nested arrays and objects.
-
Updated
Dec 16, 2015 - PHP
Vale helps you working with complex data structures. Easily get, set, unset and check the existence of values in deeply nested arrays and objects.
A bunch of utilities for working with iterables, many inspired by the native array methods.
🎬 Kotlin-CineReserve: A dynamic seat booking simulator using 2D arrays and when logic. Features visual seat mapping with emojis, real-time availability tracking, and booking cancellation management. 🍿🎟️
This library implements a std::vector like Dynamic Array data structure in C, allowing for the creation, modification, and manipulation of an array whose size can be dynamically adjusted during runtime.
Fortran: The introductory course, examples, and exercises. Originally written for personal needs, but may be useful for other people.
A short Java program that provides an efficient solution to the "Product of Array Except Self" problem, using no division and handling special cases like zeros and single-element arrays
Program code using 1D and 2D arrays.
my implementation of predefined functions of C and some useful data manipulatiing functions.
A short C++ program that reorganizes an integer array by moving all zeros to the end while preserving the order of non-zero elements, demonstrating an in-place algorithm with a two-pointer technique.
🌌 Demonstrating the concept of representing/flattening a 3D array as a 1D array by solving a real life problem
This repository contains programs in the C, C++ and Python programming language related to Data Structures.
A set of useful utilities that are not provided in the standard JavaScript Array
A C++ program that finds and displays the unique elements between two integer arrays.
Master essential C++ concepts effortlessly with CppEssentials. Clear programs, organized categories—your pathway to proficiency.
NumPy is an extension library for Python language, supporting operations of a large number of high-dimensional arrays and matrices. In addition, it also provides a large number of mathematical function libraries for array operations. Machine learning involves a lot of transformations and operations on arrays, which makes NumPy one of the essenti...
This repository demonstrates efficient numerical computing using NumPy. Includes array manipulation, mathematical operations, and performance-focused examples.
Image viewer written in Java using the Swing API
Structure-preserving transformations between arrays
Some of the LeetCode exercises I do and will perform
This is a helper function that sorts an array of objects.
Add a description, image, and links to the array-manipulation topic page so that developers can more easily learn about it.
To associate your repository with the array-manipulation topic, visit your repo's landing page and select "manage topics."