Up to 10x faster strings for C, C++, Python, Rust, Swift & Go, leveraging NEON, AVX2, AVX-512, SVE, & SWAR to accelerate search, hashing, sort, edit distances, and memory ops 🦖
-
Updated
May 8, 2025 - C
Up to 10x faster strings for C, C++, Python, Rust, Swift & Go, leveraging NEON, AVX2, AVX-512, SVE, & SWAR to accelerate search, hashing, sort, edit distances, and memory ops 🦖
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++
Harvard CS50x — 2021 solutions
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
A open source repository of different kinds of algorithms in c. Newbies are encouraged to contribute! Note: I made this code when i didn't have as much experience in programming
This project aims to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.
push_swap is a 42 school project where we must sort random numbers with a limited set of instructions, using the lowest possible number of actions.
School 42 project // Sorting algorithm using two stacks
A highly efficient sorting algorithm on two stacks
🚀 Multiple Projects done in C programming language during the ALX Low Level programming steeplechase track , Cohort6
Multiple Projects done in C programming language during the ALX-low_level_programming Track , cohort 5
A bespoke sorting algorithm, on 2 stacks.
Efficient, documented and Medium article attached. 3784 moves to sort 500 numbers!
Sorting algorithm using two stacks
📚 Sorting algorithm using only two stacks
42 school project pushswap using radix sort
Ciencias de la computación impartidas en la Unidad Profesional Interdisciplinaria de Ingeniería Campus Tlaxcala (Linux)
Add a description, image, and links to the sorting-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the sorting-algorithms topic, visit your repo's landing page and select "manage topics."