An open API service providing repository metadata for many open source software ecosystems.

Topic: "bitonic-sort"

je-suis-tm/search-and-sort

Julia and Python search algorithm implementation including Bloom Filter, Aho-Corasick, Boyer-Moore, Knuth-Morris-Pratt, Rabin-Karp, Binary & Sequential; hash algorithm implementation including Fowler-Noll-Vo-1, Jenkins One-at-a-time, Hash Chaining, Linear Probing & Quadratic Probing; sort algorithm implementation including Cocktail, Bitonic, Gnome, Bogo, Heap, Counting, Radix, Quick, Merge, Shell, Selection, Insertion, Bubble

Language: Julia - Size: 204 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 18 - Forks: 8

richursa/cpuBitonicSort

openMP implementation of parallel bitonic sort

Language: C++ - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 18 - Forks: 10

mszula/visual-sorting

🔮 🔈 Visual Sorting (aka "The Sound Of Sorting") is a tool that provides a visualization of sorting algorithms, accompanied by an auditory experience.

Language: TypeScript - Size: 360 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 13 - Forks: 0

moloch--/Bitonic-Sort

An example implementation of a parallel bitonic sort algorithm using an OpenMPI CPU cluster.

Language: C++ - Size: 110 KB - Last synced at: 23 days ago - Pushed at: over 12 years ago - Stars: 12 - Forks: 3

mmxsrup/bitonic-sort

bitonic sort for fpga

Language: C++ - Size: 14.6 KB - Last synced at: 6 months ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 2

gholomia/Bitonic-Mergesort

:anger::collision: A generic implementation of Bitonic mergesort on the Xillinx Zynq 7010 using VHDL.

Language: VHDL - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 0

Tafara-N/sorting_algorithms

Introduction to Sorting Algorithms/Big O with C.

Language: C - Size: 371 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

Hawzen/CUDA-Bitonic-Sort

CUDA bitonic sort implementation

Language: Cuda - Size: 291 KB - Last synced at: about 20 hours ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

efeacer/Sorters

Implementing and testing various sorting algorithms.

Language: Java - Size: 281 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 0

nunofachada/cl_ops

A library of common OpenCL operations.

Language: C - Size: 465 KB - Last synced at: about 1 month ago - Pushed at: over 8 years ago - Stars: 4 - Forks: 1

Kaoutherbo/sorting_algorithms

An ALX project written in C language for Sorting_Algorithms also bits on the Big O notation

Language: C - Size: 60.5 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

kdgyun/Sorting_Algorithm

implementation for various sorting algorithm in java

Language: Java - Size: 129 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

MattMoony/pretty-sorting-algorithms 📦

Pretty representations of popular sorting algorithms.

Language: JavaScript - Size: 596 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

hanzhi713/bitonic-sort

In-place GPU sort with bitonic sort

Language: C++ - Size: 285 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

NwabuezeFranklin/sorting_algorithms

An ALX project written in C for Sorting_Algorithms also bits on the Big O notation :fire:

Language: C - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

ArmanDavoodi/Parallel-Sorting

Parallel and sequential implementations of different sorting algorithms in C++ using OpenMP and CUDA

Language: C++ - Size: 1.16 MB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Rapter1990/Bitonic-Sort-Example

Bitonic Sort Example

Language: Java - Size: 17.6 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

sevagh/go-sort

collection of tested Go integer sort algorithms

Language: Go - Size: 313 KB - Last synced at: 4 days ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

denyskryvytskyi/capgemini-cuda

CUDA implementation of vector additon, matrix multiplication, reduction and sorting

Language: Cuda - Size: 38.1 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

lawalTheWest/sorting_algorithms

This showcases various sorting algorithms implemented in the C. Sorting algorithms are fundamental tools in computer science, used to arrange data in a specific order. In this project, we explore different sorting techniques. Understanding these algorithms is crucial for optimizing data processing and problem-solving in C.

Language: C - Size: 87.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Copelli-Yoshovski-Associates/Parallel-Sorting-Algorithms-MPI

Parallel sorting algorithms implemented with MPI: Bitonic Sort, Odd-Even Transposition, and Parallel Quicksort. Graphical representation using the Allegro library.

Language: C++ - Size: 7.76 MB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Matheritasiv/sort_algo

Several sort algorithms in rust language

Language: Rust - Size: 33.2 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

ugurcanerdogan/Analysis-of-Sorting-Algorithms

Analysing and visualizing performance of some sorting algorithms

Language: Java - Size: 1.15 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

SiTronXD/GidimEngine

Basic 3D rendering engine written with C++ and DirectX 11. The engine is used to implement different algorithms and small experiments. This project was active from March to August 2021.

Language: C++ - Size: 5.42 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

SRO-SA/CUDA_Arbitrary_Bitonic_Sort

Parallel Bitonic sort for CUDA that works with arbitrary inputs

Language: Cuda - Size: 5.86 KB - Last synced at: 10 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

ytakio/BitonicSortWithMetal

Language: Swift - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

AlessandroConti11/Sorting_Network

In this repository you can find the implementation of some sorting networks.

Language: C++ - Size: 82 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

FaroukOyekunle/sorting_algorithms

Explore sorting algorithms and big O notation in C. Find code examples and insights for efficient sorting and data structures. An ALX project written in C 🔥

Language: C - Size: 36.1 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

jiriklepl/bits-knn-jpdc2024

Replication package for the paper Towards Optimal GPU-accelerated K-Nearest Neighbors Search

Language: Cuda - Size: 104 MB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

denyskryvytskyi/capgemini-opencl

OpenCL implementation of vector additon, matrix multiplication, reduction and sorting

Language: C++ - Size: 61.5 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

010binary/sorting_algorithms

This is a Repo about sorting algo done by @010binary

Language: C - Size: 98.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 1

to5ta/massive_parallel_opencl

Showcasing massive parallel calculations using OpenCL

Language: C - Size: 4.29 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

XelerT/bitonic

Simple opencl bitonic sort.

Language: C++ - Size: 33.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

youssefelghamour/sorting_algorithms

Sorting algorithms and Big O notations

Language: C - Size: 62.5 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

raniaelhagin/sorting_algorithms

ALX 4th month project

Language: C - Size: 24.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rbga/CUDA-Merge-and-Bitonic-Sort

Efficient implementations of Merge Sort and Bitonic Sort algorithms using CUDA for GPU parallel processing, resulting in accelerated sorting of large arrays. Includes both CPU and GPU versions, along with a performance comparison.

Language: Cuda - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

MrKozelberg/BitonicSort-dotProduct-CUDA

Second home task on CUDA. It sorts 2 vectors and computes their dot product

Language: Cuda - Size: 1.51 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

samuelselasi/sorting_algorithms

Group Project On Sorting Algorithms & Big O Notation In Programming

Language: C - Size: 145 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

106-inc/OpenCL

Language: C++ - Size: 2.35 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Joy879/sorting_algorithms

Sorting Algorithms and big O

Language: C - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Geniussh/Bitonic-Sort

Bitonic Sort in a simplified ARMv8 Assembly language

Language: Assembly - Size: 258 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

mateuspinto/bitonic-sort-parallel

Trabalho para o Fórum temático 2 de Sistemas Operacionais do Período remoto 1 2020 UFV. Aplicação de paralelismo no algorítmo de ordenação bitônica.

Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ebiiim/bitonic 📦

A bitonic sorter implemented in Go.

Language: Go - Size: 5.86 KB - Last synced at: 11 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

epeake/gpuGrahamScan

GPU Accellerated Graham Scan Algorithm

Language: C++ - Size: 209 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

underscoreanuj/bitonic-sort-visualization

A python script which helps visualize the sorting routine of bitonic sort (executed in parallel using nvcc).

Language: Jupyter Notebook - Size: 340 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

shubham-gaur/OpenMP

Codes and Implemetion using OpenMp module in C/C++ for multi-tasking.

Language: C - Size: 75.2 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

tugas-itb-erick/IF3230-Sistem-Paralel-Terdistribusi 📦

Repositori Tugas IF3230 Sistem Paralel & Terdistribusi

Language: C++ - Size: 54.5 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

ramsafin/omp-mpi-algorithms

OpenMPI / OpenMP algorithms implementations

Language: C++ - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

AntoinePassemiers/Bitonic-Sort

Sorting arbitrary sequences using a bitonic sort algorithm distributed with MPI

Language: C++ - Size: 269 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 1

deryrahman/if3230-bitonic-sort-openmp 📦

Implementation of Bitonic Sorting algorithm with OpenMPI

Language: C - Size: 3.95 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

deryrahman/if3230-bitonic-sort-openmpi 📦

Implementation of Bitonic Sorting algorithm with OpenMPI

Language: C - Size: 3.7 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

deryrahman/if3230-bitonic-sort-cuda 📦

Implementation of Bitonic Sorting algorithm with CUDA

Language: Cuda - Size: 3.78 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

regexident/sorting_networks

An implementation of sorting networks in Rust.

Language: Rust - Size: 98.6 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

RaymondCM/OpenCL-WeatherAnalysis

OpenCL parallel Int/Float vector analysis software for University of Lincoln assignment

Language: C++ - Size: 6.92 MB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

iodim/pds_2015

Projects for the Parallel & Distributed Systems course of 2015

Language: TeX - Size: 2.38 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Dirken/TGA-FIB

Bitonic sort algorithm multigpu and gpu in CUDA

Language: Cuda - Size: 931 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1

Related Topics
sorting-algorithms 21 merge-sort 17 cuda 15 radix-sort 14 selection-sort 13 shell-sort 12 quick-sort 12 insertion-sort 12 heap-sort 11 counting-sort 11 bubble-sort 11 sorting 10 cpp 7 sort 7 opencl 6 openmp 6 cocktail-sort 6 bitonic-merge-sort 5 openmpi 5 parallel 5 gpu 5 cocktail-shaker-sort 4 quicksort 4 matrix 3 algorithms 3 parallel-programming 3 parallel-sorting 3 c 3 gpu-computing 3 insertion-sort-algorithm 3 gpgpu 3 vector 2 gpu-acceleration 2 cplusplus 2 opencl-kernels 2 matrix-transpose 2 matrix-multiplication-parallel 2 matrix-multiplication 2 big-o-notation 2 java 2 combsort 2 big-o 2 fpga-sort 2 mpi 2 gpu-programming 2 odd-even-merge-sort 2 odd-even-sort 2 bitonic-network 2 sorting-network 2 sort-algorithms 2 parallel-processing 2 vector-addition 2 vectorization 2 nvidia-gpu 2 c-plus-plus 2 sorting-algorithms-implemented 2 nvidia-cuda 2 nvidia 2 parallel-computing 2 sort-algorithm 2 high-performance-computing 2 hpc 2 cyclesort 2 introsort 2 timsort 2 mergesort 2 opencl-benchmarks 1 lgplv3 1 cl-ops 1 opencl-library 1 shearsort 1 parallel-algorithm 1 odd-even-transposition-sort 1 prefix-sum 1 ls3-sort 1 array 1 adapted-bitonic-sort 1 4-way-mergesort 1 cocktail-sort-list 1 javascript 1 pt-br 1 dual-pivot-quicksort 1 br 1 object-sort 1 reverse-order 1 apsp 1 knn 1 pthreads 1 in-place 1 if3230 1 computing 1 reduction 1 graham-scan-algorithm 1 dot-product 1 cuda-programming 1 2d-array 1 2d-odd-even-transposition-sort 1 3n-sort 1 3n-sort-of-schnorr-and-shamir 1 insertion-sort-list 1