Matrix multiplication is expensive O(n^3) operations! But what if we could verify the result without doing the full computation? I implemented Freivalds' algorithm in C to probabilistically verify ...
Abstract: High-dimensional and incomplete (HDI) matrices are commonly encountered in various big data-related applications for illustrating the complex interactions among numerous entities, like the ...
Abstract: Digital Signal Processors (DSPs) rely on VLIW and SIMD architectures to provide significant advantages in real-time, low-power computation. The efficient implementation of matrix LU ...
This repository contains a collection of algorithmic and problem-solving exercises that I solved exclusively using flowcharts. ⚠️ No programming code was used in this repository. Each solution is ...