Popular repositories Loading
-
Interactive-Color-Based-Object-Detection
Interactive-Color-Based-Object-Detection PublicInteractive object detection using OpenCV and HSV color segmentation.
Python
-
Parallel-Count-Multiples-of-a-Number
Parallel-Count-Multiples-of-a-Number PublicCount numbers divisible by a chosen number in each part, then sum the total count.
C++
-
Parallel-Count-Values-in-Range
Parallel-Count-Values-in-Range PublicCount numbers that fall within a given range in each part, then combine the counts.
C++
-
Parallel-Normalize-Data
Parallel-Normalize-Data PublicFind the required values for normalization, then normalize each part of the data in parallel.
C++
-
Parallel-Dot-Product-of-Two-Arrays
Parallel-Dot-Product-of-Two-Arrays PublicMultiply corresponding elements in each part of two arrays, then sum the partial results to get the final dot product.
C++
-
Parallel-Sum-of-Squares
Parallel-Sum-of-Squares PublicEach process squares the numbers in its part, then sums the squared values, and finally combines the results.
C++
If the problem persists, check the GitHub status page or contact support.