vector-manipulation
There are 3 repositories under vector-manipulation topic.
dehancer/dehancer-maths-cpp
C++ set of basic math. Vector,matrix,splines
danieldotwav/Spiral-Matrix-Generator
This program implements a function to traverse and return all elements of a given m x n matrix in spiral order. It includes test cases to demonstrate its correctness across various matrix configurations.
danieldotwav/Max-Reach-Distributor
A short C++ program designed to assess and output a boolean array indicating which individuals could potentially have the highest number of assets after distributing a given number of extra assets among them.