array topic

List array repositories

c-vector

659
Stars
101
Forks
Watchers

A dynamic array implementation in C similar to the one found in standard C++

array-to-sentence

33
Stars
4
Forks
Watchers

Join all elements of an array and create a human-readable string

is-sorted

22
Stars
31
Forks
Watchers

A small module to check if an Array is sorted

deep-object-diff

1.0k
Stars
88
Forks
Watchers

Deep diffs two objects, including nested structures of arrays and objects, and returns the difference. ❄️

VBA-Arrays

69
Stars
14
Forks
Watchers

😎 Array functions that are similar JavaScript functions. Example: Push, Pop, Shift, Unshift, Sort, length, toString.

range

32
Stars
5
Forks
Watchers

Functionality of Python's range() in V

Cracking-The-Coding-Interview

50
Stars
35
Forks
Watchers

Solutions for Cracking the Coding Interview - 6th Edition

BitLens

20
Stars
1
Forks
Watchers

🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.

staticvec

267
Stars
20
Forks
Watchers

Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.