Found 238 repositories(showing 30)
nvmd
libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretically unlimited number of dimensions, and can store any data structure
voutcn
Fast in-place radix sort with STL-like API
poor-circle
Radix sort. A high performence Cross-platform (parallel) STL-like LSD radix sort algorithm by C++20, 2.5-14.3x faster than std::sort, support user-defined struct.
wuyong66
本例程提供了C++的STL常用数据结构及其算法的使用范例,比如vector、string、list、forward_list、deque、queue、stack、map、set、multimap、multiset、tuple、bitset的使用范例,以及algorithm常用的find、sort、copy、replace、count、accumulate......等泛型算法的使用范例。为面试笔试编程题提供便利
stbrumme
C++ implementation of popular sorting algorithms
WaderManasi
🎯 Repository contains code of various 🚀Data-structures,🚀Algorithms as well as 👩🏻🎓 Pre-Placement Course Material 🎓including topics like - Array, Bits manipulation, Recursion, Tricky problem statements, Mathematical coding problems, Linked lists, Stack, Queue, Graph, Tree, STL, Searching algorithms, Sorting algorithms, etc.👩🏻🎓
MagicSorter
This repository holds all the STL files used by the sorter
ArminGh02
STL-like implementations of sorting algorithms.
carlcook
stl compliant skip list (sorted list with logarithmic insert/find/erase)
A STL sort of bloackchain template container, which takes in a hash function and transaction class as input
vishnubansal001
This repository contains a custom C++ Standard Template Library (STL) implementation, featuring generic data structures like stack, queue, priority queue, trie, as well as fundamental searching and sorting algorithms. This library aims to provide developers with efficient and flexible tools for their C++ projects.
saxonnicholls
C++ simple, performant topological sorting algorithms for std::map, std::unordered_map, std::vector, std::array
GiovanniDicanio
Comparing string vector sorting using ATL::CStringW vs. std::wstring
Hussamalibrahim
"A curated collection of 200+ C++ programs from my first year, covering Basics (math, pointers), OOP (inheritance, polymorphism), Data Structures, and STL (vectors, sorting). Perfect for students and learners!
gieseanw
This is a hangman game made by me after two semesters of C++ in 2007. I think it's a good example of what a new programming student should be capable (and incapable) of doing by that point. No use of the STL is made; sorted/unsorted containers were built as parts of early programming assignments.
myyrakle
No description available
panzarkatten
No description available
GiovanniDicanio
Compare sorting and concatenation performance of ATL (CStringW) vs. STL (wstring) strings
Teddy-van-Jerry
It provides many kinds of sort functions for STL library containers and arrays.
MarroOnherbal4355
The STL provides commonly used data structures (like vectors, lists, and maps), algorithms (sorting, searching), and iterators, reducing the need to write boilerplate code.
vickysangwan
Selection sort, Bubble sort, Insertion sort using C++ and STL sort
chenhongjun
采用c++11新增线程类,实现多线程排序
Emirtml
bubble sort code without STL in cpp.
luisborges
Implemented some STL Data Structure and Sort Alogorithms
ilia-funtov
Benchmarking C++ sorting algorithms from STL and Boost libraries with Catch2 test framework
menabebawy1
Creating a faster sorting algorithm than the standard one in the C++ STL
Emirtml
Selection sort code with random generator and file operations and without STL in cpp.
julian-khan
A C++ program that reads 10 text files each containing 25k integers into vector containers and then times the sorting of these vectors using the STL Sort and selection sort algorithms.
websages
stl files, cad files, 3d-print files of various sorts, tools for hacking and making 3d prints, etc.
RubenBarkhudaryan
Custom C++ STL - Style library with containers, iterators, sorting algorithms, and smart pointers (unique_ptr/shared_ptr) built from scratch.