An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: array-manipulation

amari-calipso/UniV

UniV - The unifying sorting visualization software

Language: Rust - Size: 2.17 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 5 - Forks: 0

MalikShujaatAli/CppEssentials

Master essential C++ concepts effortlessly with CppEssentials. Clear programs, organized categories—your pathway to proficiency.

Language: C++ - Size: 354 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

farukalpay/DynamicArray

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.

Language: C - Size: 166 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

harismuneer/Mapping-3D-Array-to-1D-Array

🌌 Demonstrating the concept of representing/flattening a 3D array as a 1D array by solving a real life problem

Language: C++ - Size: 228 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 1

harismuneer/Bubble-Sort-Using-Pointer-Arithmetic

☘️ An implementation of Bubble Sort where Pointers are used to traverse and process the array

Language: C++ - Size: 52.7 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

FranBar1966/FlatPHP 📦

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.

Language: PHP - Size: 16.6 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

mcquerol/java-projects

Various Java projects showcasing OOP, data structures, and GUI development.

Language: Java - Size: 207 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

amari-calipso/ths-sort

thsSort - a simple sorting library

Language: Java - Size: 76.2 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

madhurimarawat/Data-Structure-And-Algorithms

This repository contains programs in the C, C++ and Python programming language related to Data Structures.

Language: Jupyter Notebook - Size: 1.74 MB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

jajaperson/iterable-utilities

A bunch of utilities for working with iterables, many inspired by the native array methods.

Language: TypeScript - Size: 160 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 1

gabrielhochmann/C_Code_Library

A collection of C code examples, including university exercises and self-directed studies. Features recursive functions, data structures, and algorithms, with implementations for mathematical calculations, array manipulations, and string operations.

Language: C - Size: 282 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Software-Research-Lab/dropsuit-clnarr

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.

Language: JavaScript - Size: 377 KB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

jatiinyadav/arr-toolkit

A TS compatible utility library for array manipulation.

Language: TypeScript - Size: 448 KB - Last synced at: 28 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

RNAsound/bearsalmon

bearsalmon - a PureData Extern for shuffling, chopping, and slicing your sample arrays

Language: C - Size: 47.9 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Ismael-Moreira-Kt/ArrayUtilsLib

A powerful JavaScript library for efficient array manipulation and utility functions.

Language: JavaScript - Size: 116 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

KPlanisphere/array-pointer-manipulation

Practica 1 - Sistemas Operativos

Language: C - Size: 1.54 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

KPlanisphere/Two-Dimensional-Arrays-In-C

Problemario 9 - Programacion 1

Language: C - Size: 443 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

KPlanisphere/One-Dimensional-Arrays-In-C

Problemario 6 - Programacion 1

Language: C - Size: 351 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

danieldotwav/Difference-of-Arrays

A C++ program that finds and displays the unique elements between two integer arrays.

Language: C++ - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

danieldotwav/Move-Zeroes

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.

Language: C++ - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

danieldotwav/Product-of-Array-Except-Self

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

Language: Java - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

4e1e0603/02

Fortran: The introductory course, examples, and exercises. Originally written for personal needs, but may be useful for other people.

Language: Fortran - Size: 627 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

AgusLacomi/Some_Algorithms

Some of the LeetCode exercises I do and will perform

Language: Java - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

kevinhermawan/enhanced-array 📦

A set of useful utilities that are not provided in the standard JavaScript Array

Language: TypeScript - Size: 563 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

synacktraa/nonstd.h

my implementation of predefined functions of C and some useful data manipulatiing functions.

Language: C - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

jamessofios/j-image-viewer

Image viewer written in Java using the Swing API

Language: Java - Size: 57.6 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

cocur/vale

Vale helps you working with complex data structures. Easily get, set, unset and check the existence of values in deeply nested arrays and objects.

Language: PHP - Size: 38.1 KB - Last synced at: 25 days ago - Pushed at: over 9 years ago - Stars: 14 - Forks: 1

angieloux/javascript-workbook

An assessment piece while undertaking my studies at Coder Academy, specifically delving into JavaScript concepts, components and problem solving.

Size: 4.16 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Aro1914/Sorting-an-Array-of-Objects-For-Server-Side

This is a helper function that sorts an array of objects.

Language: JavaScript - Size: 5.86 KB - Last synced at: 2 days ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Aro1914/Sorting-an-Array-of-Objects

This is a helper function that sorts an array of objects.

Language: JavaScript - Size: 12.7 KB - Last synced at: 4 days ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

zakonweb/array-codes-AS

Program code using 1D and 2D arrays.

Language: Visual Basic .NET - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

writetome51/array-get-and-remove-head-tail

These functions remove and return items from the beginning and end of the array, respectively

Language: JavaScript - Size: 20.5 KB - Last synced at: 6 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

esterbvila/lab-javascript-functions-and-arrays Fork of ironhack-labs/lab-javascript-functions-and-arrays

A review exercise to apply array iteration and array manipulation techniques. Backend Bootcamp by Singulars.

Language: JavaScript - Size: 110 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

imelgrat/arrayfind-example

Array.find() example

Language: JavaScript - Size: 2.93 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Reterics/array-to-relational-converter

Create force data structure for force graphs of sankeys from array of objects.

Language: JavaScript - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

writetome51/array-get-and-remove-all-before

2 functions: one removes and returns all array items before the first instance of a value, and the other removes and returns all array items before the last instance of a value

Language: TypeScript - Size: 14.6 KB - Last synced at: 2 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ganeshkavhar/Array-in-python-by-ganesh-kavhar

ganesh kavhar python tutorial with examples..

Language: Python - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

rodikh/js-sheets

A javascript array manipulation library that mimics spreadsheet and database functionality in variable

Language: JavaScript - Size: 21.5 KB - Last synced at: 29 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

Related Keywords
array-manipulation 38 javascript 8 arrays 6 array 6 typescript 5 array-manipulations 5 cpp 4 python 4 algorithms 4 java 4 sorting 4 sorting-algorithms 4 functions 3 c-programming 3 utility 3 pointer-arithmetic 3 flatten-array 2 helper-functions 2 objects 2 object-oriented-programming 2 data-structures-and-algorithms 2 memory-management 2 flat-arrays 2 school-assignment 2 systems-programming 2 object-manipulation 2 array-indexing 2 array-flattening 2 array-flatten 2 c-library 2 c 2 bubble-sort 2 remove 2 gui 2 string-manipulation 2 pointers 2 programming-language 2 vectors 2 python3 2 rust 2 fortran-tutorial 1 fortran 1 examples 1 array-processing 1 array-oriented-language 1 coding-challenges 1 programming-education 1 two-pointers 1 unordered-set 1 in-place-operations 1 array-visualizer 1 string-operations 1 university-exercises 1 array-cleaning 1 array-formatting 1 data-processing 1 npm 1 audio 1 audio-processing 1 puredata 1 puredata-external 1 data-manipulation 1 functional-programming 1 javascript-library 1 library 1 utility-library 1 function-parameters 1 matrix-multiplication 1 matrix-operations 1 matrix-transposition 1 two-dimensional-arrays 1 beginner-friendly 1 one-dimensional-arrays 1 problem-solving 1 introduction-to-fortran 1 2d-array 1 bubble-sort-algorithm 1 bubble-sort-optimized 1 den-to-bin-coversion 1 random-numbers 1 random-numbers-between-range 1 sd-array 1 elements 1 array-iteration 1 array-methods 1 find 1 finder 1 iteration 1 converter 1 force-layout 1 get-item 1 ganeshkavhar 1 ganeshkavharpythontutorials 1 software 1 software-development 1 software-engineering 1 array-lookup 1 javacript 1 lecture-notes 1 modern-fortran 1