Projects in Awesome Lists tagged with stl-algorithms
A curated list of projects in awesome lists tagged with stl-algorithms .
https://github.com/Bhupesh-V/30-seconds-of-cpp
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
30-seconds-of-code 30-seconds-of-cpp algorithms cpp11 cpp14 cpp17 queue standard-template-library stl stl-algorithms stl-container stl-containers stl-vector vector
Last synced: 09 May 2025
https://github.com/bhupesh-v/30-seconds-of-cpp
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
30-seconds-of-code 30-seconds-of-cpp algorithms cpp11 cpp14 cpp17 queue standard-template-library stl stl-algorithms stl-container stl-containers stl-vector vector
Last synced: 27 Sep 2025
https://github.com/clibraries/array-algorithms
Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++
c-generic c99 generic-programming single-header-library sorting-algorithms stl-algorithms
Last synced: 19 Aug 2025
https://github.com/rocm/hip-cpu
An implementation of HIP that works on CPUs, across OSes.
cpp17 cuda cuda-programming hip hip-kernel-language hip-portability hip-runtime parallel-algorithms spmd stl-algorithms
Last synced: 12 Apr 2025
https://github.com/alugowski/poolstl
Light and self-contained implementation of C++17 parallel algorithms.
concurrency cpp11 cpp14 cpp17 emscripten multithreading parallel parallel-computing parallel-sort parallel-sorting sorting sorting-algorithms sorting-algorithms-implemented stl stl-algorithms thread threading wasm
Last synced: 10 Apr 2025
https://github.com/abhisaphire/competitive-programming-solutions
COMPETITIVE PROGRAMMING PRACTICE QUESTIONS
abhisaphire algorithms amazon amazon-interview codechef-solutions competitive-programming-contests cpp data-structures deshaw-interview dynamic-programming goldman-sachs google google-foobar google-interview hackerearth-solutions hacktoberfest journey leetcode-solutions practice stl-algorithms
Last synced: 13 Oct 2025
https://github.com/chihaya-yuka/cstl
STL for C ⭐
c c-language c-plus-plus cpp stl stl-algorithms
Last synced: 23 Sep 2025
https://github.com/avidlearnerinprogress/leetcode-solutions
Problem solving on Leetcode
cplusplus cpp14 cpp17 leetcode-solutions python python3 stl-algorithms
Last synced: 28 Oct 2025
https://github.com/artifact-works/libc-stl
A C++ STL implementation in C.
c cpp cpp17 dynamic-memory-allocation library stl-algorithms stl-containers
Last synced: 29 Jun 2025
https://github.com/Artifact-Works/LibC-STL
A C++ STL implementation in C.
c cpp cpp17 dynamic-memory-allocation library stl-algorithms stl-containers
Last synced: 06 May 2025
https://github.com/jayantgoel001/stl
Standard Template Library
cpp generics stl stl-algorithms templates
Last synced: 02 May 2025
https://github.com/prakharjadaun/100-cpp-programs-practice
This repository contains brief explanation and implementation of STL library of C++. Moreover, it contains program related to templates, exception handling and file handling.
basic-algorithm exception-handling file-handling-in-cpp stl-algorithms stl-containers templates-cpp
Last synced: 07 May 2025
https://github.com/vedbhanushali/supreme_dsa
github repository of DSA challenges
algorithms competitive-programming cpp dsa dsa-algorithm dsa-practice frontendmasters github github-codespaces learn open-source replit stl-algorithms stl-containers
Last synced: 22 Jul 2025
https://github.com/anathonic/the-cpp-programming-language
The C++ compendium of knowledge based on "The C++ Programming Language Fourth Edition" by Bjarne Stroustrup
cinterviewquestions cplusplus cplusplus-11 cplusplus-17 cplusplus-20 interview-practice interview-preparation interview-questions junior-software-engineer stl-algorithms stl-containers
Last synced: 10 Apr 2025
https://github.com/coders-school/stl
C++ online course. Modules about STL. Containers, algorithms, iterators, functors, lambdas.
coders-school cplusplus cpp cpp17 markdown md stl stl-algorithms stl-containers
Last synced: 10 Apr 2025
https://github.com/arminms/p2rng
A modern header-only C++ library for parallel algorithmic (pseudo) random number generation supporting OpenMP, CUDA, ROCm and oneAPI
cpp cuda cxx gpu header-only library linux macos multiplatorm oneapi openmp parallel pcg-random prng pseudorandom-number-generator random-number-distributions random-number-generation rocm stl-algorithms windows
Last synced: 04 Apr 2025
https://github.com/courseworks/aut_ap_2024_spring_hw4
The fourth assignment for AUT's Advanced Programming course (Spring 2024), designing a messaging system and mastering the Standard Template Library (STL). Enhance your skills in object-oriented programming with practical applications of classes, inheritance, and polymorphism, while leveraging STL for loop-free programming.
cpp-programming encryption homework homework-assignments messenger-platform stl-algorithms
Last synced: 14 Oct 2025
https://github.com/sahilll94/standard-template-library-in-cpp
A repository where the operation and how does the containers in C++ rich library Standard Template Library (STL) works.
cpp stl stl-algorithms stl-containers
Last synced: 13 Apr 2025
https://github.com/rajsoni03/competitive-programming-training
Competitive Programming Training including Data Structure and Algorithms
competitive-programming cplusplus data-structures stl-algorithms stl-containers
Last synced: 12 Jul 2025
https://github.com/ashvardanian/cppneuralstl
Simple neural network models from scratch using only C++ STL
ai clang cplusplus-17 git llvm multilayer-perceptron stl-algorithms
Last synced: 20 Feb 2026
https://github.com/kinshuk-code-1729/c-plus-plus-stl
This repository contains various codes which depict the C++ STL Functions which I've made while learning C++ Standard Library from unstop.com
Last synced: 07 Oct 2025
https://github.com/memory-overflow/go-common-library
golang most used common code and module
common-library golang-library stl-algorithms task-scheduler
Last synced: 18 Jan 2026
https://github.com/cgyurgyik/stl-algorithm-examples
Simple examples of each STL algorithm.
cpp cpp-examples readability stl stl-algorithm-examples stl-algorithms stl-examples
Last synced: 04 Sep 2025
https://github.com/andezion/mineisbetter
Пытаюсь разобраться в контейнерах и алгоритмах
cpp cpp14 cpp20 stl-algorithms stl-containers
Last synced: 05 Sep 2025
https://github.com/ilia-funtov/benchmark-sort-algos
Benchmarking C++ sorting algorithms from STL and Boost libraries with Catch2 test framework
benchmarking boost catch2 cpp17 sorting-algorithms stl-algorithms
Last synced: 12 Apr 2025
https://github.com/deryaxacar/42-cpp_08
This project includes three fundamental exercises focused on the use of the STL (Standard Template Library). The first part implements a generic easyfind function to search within STL containers, the second introduces a Span class to calculate the shortest and longest distances between numbers, and the third develops an it
42 42-cpp 42-cpp-module 42-cpp-modules 42-school 42born2code 42cursus 42projects 42school cpp cpp-module-08 cpp-modules cpp-modules-1337 cpp08 stl-algorithms stl-containers vector
Last synced: 05 Apr 2025
https://github.com/mhaseeb123/nvstdpar
C++26 powered GPU-accelerated scientific apps
cholesky cpp23 cpp26 fft nvhpc std-linalg stdexec stdpar stencil stl stl-algorithms
Last synced: 11 Nov 2025
https://github.com/diabhey/ab-utils
A melange of utilities written in modern C++
cpp11 cpp14 cpp17 idioms modern-cpp stl-algorithms stl-containers template-metaprogramming
Last synced: 11 Jun 2025
https://github.com/mmz33/cpp-stl
Code for experimenting some C++11 STL functions.
Last synced: 16 Mar 2025
https://github.com/zriyansh/you-dont-know-cpp-stl
Internal Implementation of C++ STL — Standard Template Library.
competitive-coding competitive-programming cpp stl stl-algorithms vector
Last synced: 08 Jan 2026
https://github.com/yashlad27/pokercpp
🃏 A command-line Texas Hold’em Poker game written in C++. Features basic game flow including dealing, hand evaluation, and a simple bot opponent. Built for practicing game logic, object-oriented design, and C++ fundamentals.
ai cli cpp game monte-carlo-simulation poker stl-algorithms vector
Last synced: 19 Oct 2025
https://github.com/f0rkr/ft_containers
Implementing the various container types of the C++ standard template library.
containers cpp98 stl stl-algorithms
Last synced: 06 Feb 2026
https://github.com/0xromjobert/cpp08
42 school C++ module on templates, STL containers and algorithms
cpp-template cpp98 generic-programming stl stl-algorithms stl-containers templates
Last synced: 14 Aug 2025
https://github.com/johnpatek/sudoku-generator
C++17 header only sudoku generator
stl stl-algorithms stl-containers sudoku sudoku-board sudoku-generator
Last synced: 31 Jul 2025
https://github.com/boitumelo-09/smart-invntory-sales-management-system
🏛A C++ Object-Oriented E-Commerce Management System with customers, products, and orders. Features include registration, product catalog, and order tracking with modular .h and .cpp structure.
classes-and-objects clean-code cpp17 dynamic-arrays getters-and-setters linear-search modular-design oop-concepts pass-by-reference pointers stl-algorithms
Last synced: 30 Oct 2025
https://github.com/krishnalagad/learn-cpp-with-me
Repository contains C Programs, C++ Programs from difficulty level beginning to advanced. It also contains Modern C++ version 11, 14 and 17 programs.
asynchronous-programming functional-programming lambda-functions modern-cpp move-semantics multithreading oop-principles stl-algorithms
Last synced: 05 Jul 2025
https://github.com/imtheprince7/dsachallange
In this repository, I upload solving approach of question which have done on different coding practice platform.
algorithms-and-data-structures coding-challenge cpp14 stl-algorithms
Last synced: 27 Jul 2025
https://github.com/srineogi/time-series-modelling-statistical-r
Time Series Modelling
arima ets rstudio seasonal seasonal-forecast seasonality stl-algorithms tbats time-series-forecasting
Last synced: 26 Jul 2025
https://github.com/levieyal/cpp-course-exercises
All the exercises in the Systems Programming in C++ course that took place in the second semester of 2021
iterators memory-management oops-in-cpp overloaded-operators smart-pointers stl-algorithms templates test-driven-development unit-testing virtual-functions
Last synced: 26 Mar 2025
https://github.com/0x464e/comp-cs-300
University Data Structures & Algorithms course
algorithms cplusplus data-structures datastructures graph-algorithms qt stl-algorithms university-project
Last synced: 16 May 2026
https://github.com/archihalder/stl
STL Algorithms and Containers
cpp stl-algorithms stl-containers
Last synced: 06 Apr 2025
https://github.com/llabori-venehsoftw/coursecplusplus
Diferent files for Course C++ begineer
c cplusplus-11 cplusplus-17 cplusplus-20 cplusplus-basic stl-algorithms
Last synced: 02 Jan 2026
https://github.com/ejarvinen/42cpp_modules
Collection of 10 modules of C++ basics
abstract-classes casting-to-types dynamic-memory-allocation inheritance iterator polymorphism stl-algorithms stl-containers templates
Last synced: 26 Jun 2025
https://github.com/aftermath22/os-algorithms
C++ implementation (with OOPS concept) of various OS Algorithms
cpp cpu-scheduling fit-algorithm object-oriented-programming oops-in-cpp operating-system os page-replacement-algorithm stl stl-algorithms
Last synced: 10 Apr 2025
https://github.com/ammahith/dsa-solutions
Data structure and Algo solutions. The problems are based on LeetCode and freeCodecamp
algorithm-challenges binary-search-tree deque hashing heap-sort listing multimap pairing-heap pandas priority-queue setinterval sorting-algorithms stack stl-algorithms vector
Last synced: 29 Apr 2026
https://github.com/imtheprince7/cpplearning
In this repository, I have uploaded all topics practice during learning of CPP language.
Last synced: 03 Sep 2025
https://github.com/remonhasan/cp-code-library
algorithms & data structures that i learned for CP 💡
cpp data-structures number-theory prefix-notation stl-algorithms
Last synced: 23 Feb 2025
https://github.com/vishal-v/professional-cpp
Professional C++17 code based on software practices and new methodologies from expert programmers
cpp17 stl-algorithms stl-containers
Last synced: 03 Apr 2025
https://github.com/sdthaker/senecacollege-btp305
Course dedicated to learning C++ language and OOP paradigms.
computer-science cplusplus-11 cplusplus-14 cplusplus-17 software-engineering stl-algorithms stl-containers
Last synced: 21 Feb 2026