array-manipulation
There are 44 repositories under array-manipulation topic.
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.
jajaperson/iterable-utilities
A bunch of utilities for working with iterables, many inspired by the native array methods.
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.
4441564944/02
Fortran: The introductory course, examples, and exercises. Originally written for personal needs, but may be useful for other people.
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
synacktraa/nonstd.h
my implementation of predefined functions of C and some useful data manipulatiing functions.
zakonweb/array-codes-AS
Program code using 1D and 2D arrays.
danieldotwav/Difference-of-Arrays
A C++ program that finds and displays the unique elements between two integer arrays.
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.
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
kevinhermawan/enhanced-array
A set of useful utilities that are not provided in the standard JavaScript Array
labex-labs/numpy-practice-challenges
This course contains lots of challenges for NumPy, each challenge is a small NumPy project with detailed instructions and solutions. You can practice your NumPy skills by solving these challenges, improve your problem-solving skills, and learn how to write clean and efficient code.
labex-labs/practice-numpy-programming-courses
Master NumPy programming with 3 beginner-to-advanced courses. Interactive labs and guided projects perfect for new programmers.
MalikShujaatAli/CppEssentials
Master essential C++ concepts effortlessly with CppEssentials. Clear programs, organized categories—your pathway to proficiency.
AgusLacomi/Some_Algorithms
Some of the LeetCode exercises I do and will perform
Aro1914/Sorting-an-Array-of-Objects
This is a helper function that sorts an array of objects.
Aro1914/Sorting-an-Array-of-Objects-For-Server-Side
This is a helper function that sorts an array of objects.
jamessofios/j-image-viewer
Image viewer written in Java using the Swing API
labex-labs/100-numpy-exercises
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...
labex-labs/numpy-free-tutorials
Free NumPy tutorials for beginners with 11 interactive lessons. Easy-to-follow programming guides with hands-on practice exercises.
labex-labs/practice-numpy-programming-projects
Build real NumPy projects with 6 beginner-friendly challenges. Learn by doing with guided coding exercises and practical applications.
madhurimarawat/Data-Structure-And-Algorithms
This repository contains programs in the C, C++ and Python programming language related to Data Structures.
mcquerol/java-projects
Various Java projects showcasing OOP, data structures, and GUI development.
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.
KPlanisphere/array-pointer-manipulation
Practica 1 - Sistemas Operativos
RNAsound/bearsalmon
bearsalmon - a PureData Extern for shuffling, chopping, and slicing your sample arrays
s-mirza/Election-Statistics-Manager
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.
angieloux/javascript-workbook
An assessment piece while undertaking my studies at Coder Academy, specifically delving into JavaScript concepts, components and problem solving.
esterbvila/lab-javascript-functions-and-arrays
A review exercise to apply array iteration and array manipulation techniques. Backend Bootcamp by Singulars.
KPlanisphere/One-Dimensional-Arrays-In-C
Problemario 6 - Programacion 1
KPlanisphere/Two-Dimensional-Arrays-In-C
Problemario 9 - Programacion 1
labex-labs/numpy-for-beginners
This comprehensive course covers the fundamental concepts and practical techniques of NumPy, the essential library for numerical computing in Python. Learn to create, manipulate, and analyze arrays efficiently.
mbar0075/Programming-Principles-in-C
Deliverables relating to the Programming Principles in C University Unit
mothy-08/task-tracker
A simple to-do list web application that allows users to add, delete, and manage tasks.
vlinho-roxo/A-Kitten-Management-Command-Line-Program
Simple terminal program for handling an array of Kittens objects. Create, store, manage or delete them.
yammanhammad/C_Projects
A comprehensive collection of C programs organized by category, showcasing various programming concepts from pattern printing to array applications. Ideal for beginners learning C programming and students looking for practical examples of algorithms and coding techniques.