Skip to content
#

array-manipulation

Here are 42 public repositories matching this topic...

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.

  • Updated Dec 29, 2023
  • C

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.

  • Updated Oct 20, 2025

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...

  • Updated Oct 20, 2025

Improve this page

Add a description, image, and links to the array-manipulation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the array-manipulation topic, visit your repo's landing page and select "manage topics."

Learn more