An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with stl-algorithms

A curated list of projects in awesome lists tagged with stl-algorithms .

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/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/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

cppstl stl stl-algorithms

Last synced: 07 Oct 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/mmz33/cpp-stl

Code for experimenting some C++11 STL functions.

cpp11 stl-algorithms

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/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/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/archihalder/stl

STL Algorithms and Containers

cpp stl-algorithms stl-containers

Last synced: 06 Apr 2025

https://github.com/imtheprince7/cpplearning

In this repository, I have uploaded all topics practice during learning of CPP language.

cpp stl-algorithms

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