Ecosyste.ms: Repos

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

GitHub topics: stl-algorithms

Vedbhanushali/SUPREME_DSA

github repository of DSA challenges

Language: C++ - Size: 10.9 MB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 10 - Forks: 1

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.

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

Vicky-Jha/Important_Cpp_STL_Uses

The Standard Template Library (STL) is a set of C++ template classes to provide common programming data structures and functions such as lists, stacks, arrays, etc.

Language: C++ - Size: 79.1 KB - Last synced: 13 days ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

wandvvs/blockchain

Blockchain implementation: Mining (POW), Serialization, Transactions and sign them, Merkle Tree

Language: C++ - Size: 2.02 MB - Last synced: 13 days ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

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

Language: C++ - Size: 30.3 KB - Last synced: 15 days ago - Pushed: 15 days ago - Stars: 2 - Forks: 0

mpjk/dsa-project

Data structures and algorithms course project

Language: C++ - Size: 106 KB - Last synced: 16 days ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

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.

Language: C++ - Size: 7.64 MB - Last synced: 16 days ago - Pushed: 17 days ago - Stars: 0 - Forks: 0

ROCm/HIP-CPU

An implementation of HIP that works on CPUs, across OSes.

Language: C++ - Size: 776 KB - Last synced: 15 days ago - Pushed: 2 months ago - Stars: 105 - Forks: 19

adanyl0v/CSTL_ForwardList

A basic implementation of std::forward_list<T> from C++ STL in C

Language: C - Size: 25.4 KB - Last synced: 19 days ago - Pushed: 19 days ago - Stars: 0 - Forks: 0

SharonIV0x86/LibC-STL

A C++ STL implementation in C.

Language: C - Size: 18.6 KB - Last synced: 29 days ago - Pushed: 29 days ago - Stars: 10 - Forks: 0

VedantRathor/Projects

implemented advanced data structures such as hash tables for efficient data management. Applied algorithmic concepts like sorting and searching algorithms to optimize various operations within the banking system.

Language: C - Size: 672 KB - Last synced: 29 days ago - Pushed: 30 days ago - Stars: 1 - Forks: 0

DonRomanos/Challenge_Create_your_own_iteratos

Challenge: Make a custom collection usable for std::find and std::sort

Language: C++ - Size: 17.6 KB - Last synced: about 1 month ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

korbel-jacek/space_invaders_cpp_course_wut

Simple Space Invaders Game using OOP C++ and STL

Language: C++ - Size: 27.3 KB - Last synced: about 1 month ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

RahulRavishankar/GP Fork of vinayakphegde/Generic-segment-tree

Generic implementation of Segment Tree

Size: 57.6 KB - Last synced: about 1 month ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

Bhupesh-V/30-seconds-of-cpp πŸ“¦

30 Seconds of C++ (STL in C++). Read More about 30C++ here πŸ‘‰

Language: C++ - Size: 1.56 MB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 1,419 - Forks: 615

bezbahen0/MySTL

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

anathonic/TheCppProgrammingLanguage

The C++ compendium of knowledge based on "The C++ Programming Language Fourth Edition" by Bjarne Stroustrup

Language: C++ - Size: 78.1 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 9 - Forks: 1

seigtm/oop-spbpu-homework πŸ“¦

This repository contains laboratory assignments on C++ language related to the course "Object-Oriented Programming" taught at Saint Petersburg Polytechnic University. STL, MFC πŸ₯Έ

Language: C++ - Size: 289 KB - Last synced: 2 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

AnimeshK24/Custom_Algo

Custom_Algo that make your programming easy

Language: C++ - Size: 17.6 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 3 - Forks: 0

alugowski/poolSTL

Light and self-contained implementation of C++17 parallel algorithms.

Language: C++ - Size: 150 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 15 - Forks: 1

vefghmhassan/Stl-volume

The Go code snippet calculates volume, weight, and density of 3D models from STL files, supporting both ASCII and binary formats. It features `STLCalc` for file analysis, incorporating methods for reading, volume computation, and density adjustment, useful in 3D printing and CAD applications.

Language: Go - Size: 8.79 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

drfurqan/C-11-14-17-Tests

Implementations of C++11, 14, and 17 features.

Language: C++ - Size: 5.86 KB - Last synced: 4 months ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

AbhiSaphire/Competitive-Programming-Solutions

COMPETITIVE PROGRAMMING PRACTICE QUESTIONS

Language: Python - Size: 313 KB - Last synced: 4 months ago - Pushed: over 3 years ago - Stars: 31 - Forks: 5

Ziko909/Cpp-Models

a bunch of exercises to discovering the cpp features

Language: C++ - Size: 4.91 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

mucozcan/knn-cpp

A C++ Implementation of KNN Classification

Language: C++ - Size: 62.5 KB - Last synced: 5 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Quuxplusone/SG14 Fork of WG21-SG14/SG14

Header-only C++ containers and algorithms from the SG14 Low Latency study group

Language: C++ - Size: 49.9 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 2 - Forks: 0

ZeroMarker/STL

STL

Language: C++ - Size: 15.6 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

ammahith/DSA-Solutions

Data structure and Algo solutions. The problems are based on LeetCode and freeCodecamp

Language: C++ - Size: 53.7 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

arminms/p2rng

A modern header-only C++ library for parallel algorithmic (pseudo) random number generation supporting OpenMP, CUDA, ROCm and oneAPI

Language: C++ - Size: 1.51 MB - Last synced: 3 months ago - Pushed: 7 months ago - Stars: 2 - Forks: 0

ErdemOzgen/Cpp-Learning-Archive

This repository contains different materials for learning and improving C++ skills.

Language: C++ - Size: 14.1 MB - Last synced: 6 months ago - Pushed: over 1 year ago - Stars: 60 - Forks: 38

matheuspf/handy

Useful header only utilities for C++11/14/17

Language: C++ - Size: 4.82 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 7 - Forks: 3

SYimleang/OOP345_Workshops

Language: C++ - Size: 401 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

YuhanPizza/Object-Oriented-Software-Development-CPP

This repository serves as a comprehensive collection of workshops completed during my course in OOP345. Each workshop showcases my knowledge and problem-solving skills on various C++ topics.

Language: C++ - Size: 567 MB - Last synced: 6 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

ahampriyanshu/algo-ds-101 πŸ“¦

Curated list of data structures and algorithms in 10+ programming languages.

Language: C++ - Size: 100 MB - Last synced: 7 months ago - Pushed: almost 2 years ago - Stars: 155 - Forks: 763

anuanu0-0/DSA_Roadmap_topics

Detailed list of important dsa topics

Size: 207 KB - Last synced: 6 months ago - Pushed: about 3 years ago - Stars: 32 - Forks: 18

coders-school/stl

C++ online course. Modules about STL. Containers, algorithms, iterators, functors, lambdas.

Language: HTML - Size: 10.3 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 9 - Forks: 149

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.

Language: C++ - Size: 178 KB - Last synced: 13 days ago - Pushed: over 1 year ago - Stars: 5 - Forks: 1

CZDanol/cookieCutterStlGenerator

Danol's Cookie Cutter STL Generator

Language: Python - Size: 970 KB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

Mugdha-Hazra/180-Questions-Striver-SDE-sheet-in-CPP

If you are a newbie in coding and wanna do CP then first solve this DSA question then move to cp..it will surely gonna help u clear the concepts. and get better at cp.

Language: C++ - Size: 1.91 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 181 - Forks: 49

gayatri-3/SuperPeachSisters

UCLA CS 32 W22 Project 3

Language: C++ - Size: 10.3 MB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

memory-overflow/go-common-library

golang most used common code and module

Language: Go - Size: 46.9 KB - Last synced: 6 months ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

animshamura/Graph-Monkey

Graph algorithms will be contained here.

Language: Java - Size: 38.1 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

animshamura/STL-Junkie

STL has the vast uses. This repo will contain all of the executions.

Language: C++ - Size: 3.91 KB - Last synced: 8 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

animshamura/DP-Hunter-

All about dynamic programming will be here.

Language: C++ - Size: 16.6 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

clibraries/array-algorithms

Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++

Language: C - Size: 49.8 KB - Last synced: 7 months ago - Pushed: 10 months ago - Stars: 209 - Forks: 7

sdthaker/SenecaCollege-BTP305

Course dedicated to learning C++ language and OOP paradigms.

Language: C++ - Size: 2.28 MB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

gitgou/learnCPP_CN

C++ εŸΊη‘€ε­¦δΉ δ»£η ζ‘ˆδΎ‹

Language: C++ - Size: 5.16 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 4 - Forks: 1

borislavmilijic/SmartMedia

C++

Language: C++ - Size: 5.86 KB - Last synced: 9 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

mu578/mu9

Algorithm template library c99/c11/c23.

Language: C - Size: 324 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

SinghLokesh02/Standard_Template_Library-STL-

This Repository Consists of all the topic, concepts and major function of Standard Template Library

Language: C++ - Size: 205 KB - Last synced: 4 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

Shaleengovil25/Competitive-programming

Coding Ninjas

Language: C++ - Size: 104 KB - Last synced: 10 months ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

Begarych/sport-sort

Sorting players by different criteria using a GUI

Language: C++ - Size: 2.81 MB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

archihalder/STL

STL Algorithms and Containers

Language: C++ - Size: 7.81 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

mansetagunj/Supermarket-Console-POS

A Supermarket Point of Sales Console Application for Windows/C++

Language: C++ - Size: 1.28 MB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 3

rajeshceg3/cpp_adventures

C++ libraries, tools, tutorials, best practices

Language: C++ - Size: 187 KB - Last synced: 10 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

aaryahjolia/dsa_competitive-coding

A repository to learn deep competitive coding algorithms along with DSA.

Size: 178 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 98 - Forks: 119

atanughosh01/CPP-STL-Primer

A repository containing implementations of different Containers, Iterators, Accumulators, inbuilt Algorithms, Functors and a lot others from the Standard-Template-Library of C++ Language

Language: C++ - Size: 227 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

ilia-funtov/benchmark-sort-algos

Benchmarking C++ sorting algorithms from STL and Boost libraries with Catch2 test framework

Language: C++ - Size: 5.86 KB - Last synced: 4 months ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

parthvekariya73/Cpp-OOps-and-Competitive-Programming

C++ OOps and Compititive Programming Concept

Language: C++ - Size: 31.3 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

Rajsoni03/Competitive-Programming-Training

Competitive Programming Training including Data Structure and Algorithms

Language: C++ - Size: 92.5 MB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 5 - Forks: 3

dimkatsi91/Cpp-STL-Examples

C++ STL Examples

Language: C++ - Size: 672 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 36 - Forks: 10

manosriram/CPP-World

C++ STL Algorithms.

Language: C++ - Size: 3.21 MB - Last synced: 9 months ago - Pushed: over 4 years ago - Stars: 3 - Forks: 1

r4ime/STL

STL inspired from sgi-stl.

Language: C++ - Size: 37.1 KB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

NishikiChisato/TinySTL

Achieve STL with C++11

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

Lagge111/cpp-labs

Laboratory work in C++ as a part of a university course.

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

Manuel-Sphe/C-plus-plus Fork of tswlun002/C-plus-plus

Course for C++ language. show use of concepts, STL, Build video from large image , Extract connect componets from image

Language: C++ - Size: 1.75 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 3 - Forks: 0

avidLearnerInProgress/leetcode-solutions

Problem solving on Leetcode

Language: C++ - Size: 671 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 14 - Forks: 6

AlexSmarandache15/dijkstra-parallel

Language: Java - Size: 229 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

ArminGh02/sorting-algorithms

STL-like implementations of sorting algorithms.

Language: C++ - Size: 323 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 6 - Forks: 1

Eplankton/nut-struct

A simplified STL Library

Language: C++ - Size: 789 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 2 - Forks: 0

geeky01adarsh/CPP_STL

The repo contains all the important C++ STL functions, frequently used for problem-solving and competitive programming.

Language: C++ - Size: 73.2 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 26 - Forks: 6

sayed-amin/practice

This repository contains my solutions to various competitive programming problems in C++, from platforms such as LeetCode, CodeForces, HackerRank, etc. Each solution is accompanied by a brief explanation and the problem statement.

Language: C++ - Size: 291 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

squancy/stl-parser

Convert between ASCII and binary STL files, calculate volume, surface area and estimated price for 3D printing.

Language: C - Size: 3.59 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 4 - Forks: 0

FabianSchuetze/DataFrame

A Pandas-like DataFrame in c++

Language: C++ - Size: 27.3 MB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 13 - Forks: 4

snowfox-project/snowfox-avr-stl πŸ“¦

This repository contains the SGI STL library for usage with the Snowfox embedded framework.

Language: C++ - Size: 306 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Lopa10ko/ITMO-programming-2021-2022

Programming, C/Cpp (ITMO, 1 course)

Language: C - Size: 117 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

Aakash-sittu/Learning_Programs

All the Problems I have practised

Language: C++ - Size: 81.1 KB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 5 - Forks: 0

AkashDangare911/LETS-CODE-IT

Here i will upload all my solved problems on LEETCODE. Simple BRUTE-force and best approaches are also included for better understanding the concepts !

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

eHonnef/string-operations-cpp

Library in C++ that implements strings operations

Language: C++ - Size: 136 KB - Last synced: 10 months ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 0

Ankit152/CPP-STL

A repository to understand C++ STL and use it in coding interviews and coding contests.

Language: C++ - Size: 59.6 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 5 - Forks: 13

iconstudio/GMSTL

An implementation of STL for GameMaker Studio 2.

Language: C++ - Size: 664 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 6 - Forks: 1

JayantGoel001/STL

Standard Template Library

Language: C++ - Size: 765 KB - Last synced: 22 days ago - Pushed: over 2 years ago - Stars: 11 - Forks: 1

vineethm1627/CPP

My Data Structures and Algorithms preparation for Placements.

Language: C++ - Size: 3.73 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 5 - Forks: 1

atharva-yadav/Cpp-StandardTemplateLibrary

Find the programs related to Standard Template Library in C++

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

Saxsori/CPP_Modules

42 CPP Piscine - Learning object oriented programming

Language: C++ - Size: 441 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 1

Nathan13888/DMOJ

Nathan's DMOJ Problem Submissions

Language: C++ - Size: 403 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

assasinfil/Object-oriented-programming-labs

C++ OOP labs

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

swati-gwc/Cpp-programs

Collection of C/C++ programs.

Language: C++ - Size: 402 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 2

aystic/CPP-STL

CPP Standard Template Library

Language: HTML - Size: 85 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

kimhxsong/hxtl

Reimplementation of the STL containers (C++98 compatible)

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

pranatsharma1/Competitve-Programming

This repo will contain the implementation of all the standard data structures and algorithms required to solve problems in Contests.

Language: C++ - Size: 3.61 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 2 - Forks: 1

ashmeet-chhabra/SdeSheetChallenge

Language: C++ - Size: 94.7 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

IamShubhamGupto/Splay-Tree-as-a-Container

A custom container built in C++ which is compatible with the STL library

Language: C++ - Size: 343 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 6 - Forks: 0

MaroIsLife/CPP-Modules-Bootcamp

Language: C++ - Size: 14 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

Emanuel181/Advent-Of-Code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like

Language: C++ - Size: 23.4 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

SURAJPATIL6088/CPP_Standard_Template_Library

Here i will uploaded all the functions related to the Standard Template Library ( STL ) in C++

Language: C++ - Size: 15.7 MB - Last synced: 1 day ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

PriyanshuChoudhary211/Sliding-Window-Problems

Here, i have uploaded questions based on sliding window

Language: C++ - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

snehel4510/Cpp_STL

List of some of the most important containers and in-built algorithms present in C++ Standard template library

Language: C++ - Size: 18.6 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

dishanp/Algorithms-For-Software-Developers

Solutions to the most commonly asked interview problems for aspiring software developers. Questions are hand-picked from a mix of platforms like Leetcode, Hackerrank, GFG etc.

Language: C++ - Size: 2.22 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 4 - Forks: 13

soumilk/Secrets_of_Cpp

This repository contains some concept based code in C++ along with their explanation. A proper understanding of these concepts would be really helpful to get a good hold on C++.

Language: C++ - Size: 138 KB - Last synced: 12 months ago - Pushed: almost 4 years ago - Stars: 7 - Forks: 10