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.
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
Simple, fast and powerful PHP utility functions to flatten/unflatten multidimensional/JSON arrays into a one-dimensional array, preserving key names and joining them with customizable separators.
my implementation of predefined functions of C and some useful data manipulatiing functions.
Program code using 1D and 2D arrays.
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.
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.
The clnarr function is a JavaScript and Node.js function that is part of the DropSuit NLP library. It is designed to clean and format arrays by removing duplicates, empty elements, and extra punctuation marks. It's open-source and available under the Apache License 2.0.
🌌 Demonstrating the concept of representing/flattening a 3D array as a 1D array by solving a real life problem
Image viewer written in Java using the Swing API
This is a helper function that sorts an array of objects.
Various Java projects showcasing OOP, data structures, and GUI development.
This is a helper function that sorts an array of objects.
Some of the LeetCode exercises I do and will perform
This program manages election data by importing candidate names and vote counts from a file. It provides commands for candidate vote lookup, determining the election winner, and displaying election statistics (including total and average votes, percentages). It helps track and analyze election results efficiently.
bearsalmon - a PureData Extern for shuffling, chopping, and slicing your sample arrays
These functions remove and return items from the beginning and end of the array, respectively
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."