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.

    Language:PHP14301
  • jajaperson/iterable-utilities

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

    Language:TypeScript92111
  • 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:C8100
  • 4441564944/02

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

    Language:Fortran5
  • 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:Java310
  • synacktraa/nonstd.h

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

    Language:C3100
  • zakonweb/array-codes-AS

    Program code using 1D and 2D arrays.

    Language:Visual Basic .NET3200
  • danieldotwav/Difference-of-Arrays

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

    Language:C++210
  • 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++210
  • 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++2201
  • kevinhermawan/enhanced-array

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

    Language:TypeScript2100
  • 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.

    Language:C++2100
  • AgusLacomi/Some_Algorithms

    Some of the LeetCode exercises I do and will perform

    Language:Java1100
  • Aro1914/Sorting-an-Array-of-Objects

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

    Language:JavaScript120
  • Aro1914/Sorting-an-Array-of-Objects-For-Server-Side

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

    Language:JavaScript120
  • jamessofios/j-image-viewer

    Image viewer written in Java using the Swing API

    Language:Java1100
  • 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.

  • Data-Structure-And-Algorithms

    madhurimarawat/Data-Structure-And-Algorithms

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

    Language:Jupyter Notebook110
  • mcquerol/java-projects

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

    Language:Java113
  • 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:JavaScript1200
  • KPlanisphere/array-pointer-manipulation

    Practica 1 - Sistemas Operativos

    Language:C0100
  • RNAsound/bearsalmon

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

    Language:C0100
  • 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.

    Language:Python0100
  • 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.

    Language:JavaScript00
  • KPlanisphere/One-Dimensional-Arrays-In-C

    Problemario 6 - Programacion 1

    Language:C10
  • KPlanisphere/Two-Dimensional-Arrays-In-C

    Problemario 9 - Programacion 1

    Language:C10
  • 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

    Language:Makefile10
  • mothy-08/task-tracker

    A simple to-do list web application that allows users to add, delete, and manage tasks.

    Language:JavaScript
  • vlinho-roxo/A-Kitten-Management-Command-Line-Program

    Simple terminal program for handling an array of Kittens objects. Create, store, manage or delete them.

    Language:C#
  • 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.

    Language:C