GitHub topics: stl-algorithms
Andezion/MineIsBetter
Пытаюсь разобраться в контейнерах и алгоритмах
Language: C++ - Size: 184 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 2 - 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 at: 17 days ago - Pushed at: almost 2 years ago - Stars: 1,472 - Forks: 610
Xylar-99/CPP
C++ mastery journey: 10 modules covering fundamentals to advanced concepts with practical exercises and projects.
Language: C++ - Size: 906 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0
Kratugautam99/CPP-Learning
Developed a in-depth GitHub repository to explore key C++ topics like OOP, STL, templates, and file handling. Paired each concept with practical code samples and learning snippets. Augmented the repo with Cython modules for performance-focused Python-C++ integration, including .pxd files and OpenMP parallelization.
Language: Jupyter Notebook - Size: 1.82 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
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.
Language: C++ - Size: 86.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
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: 402 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0
ashvardanian/CppNeuralSTL 📦
Simple neural network models from scratch using only C++ STL
Language: C++ - Size: 34.2 MB - Last synced at: 24 days ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1
jose5556/CPP
In progress
Language: C++ - Size: 6.05 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
Chihaya-Yuka/CSTL
STL for C ⭐
Language: C - Size: 152 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 33 - Forks: 4
clibraries/array-algorithms
Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++
Language: C - Size: 49.8 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 215 - Forks: 8
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.
Language: C++ - Size: 1.68 MB - Last synced at: 19 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0
Vedbhanushali/SUPREME_DSA
github repository of DSA challenges
Language: C++ - Size: 25.5 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 11 - Forks: 2
SharonDarla/complete_cpp
This repository contains C++ language programs ranging from basic to advanced levels. It was created as part of practicing C++ programming.
Size: 112 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0
rajeshceg3/cpp_adventures
C++ libraries, tools, tutorials, best practices
Language: C++ - Size: 187 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
Makk228/STL.-Adapters.
STL совместимая библиотека адаптеров, поддерживающих ленивые вычисления
Language: C++ - Size: 11.7 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
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 at: 6 months ago - Pushed at: about 3 years ago - Stars: 13 - Forks: 3
johnpatek/sudoku-generator
C++17 header only sudoku generator
Language: C++ - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: 7 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: 55.7 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1
ahmed8faysal/CPP-STL-Crash-Course
C++ STL Crash Course" is a free, 14-day course on the C++ Standard Template Library (STL), designed for Bangladeshi students preparing for competitive programming.
Size: 22.5 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
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
Language: C++ - Size: 46.9 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0
Artifact-Works/LibC-STL
A C++ STL implementation in C.
Language: C - Size: 51.8 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 11 - Forks: 1
anathonic/the-cpp-programming-language
The C++ compendium of knowledge based on "The C++ Programming Language Fourth Edition" by Bjarne Stroustrup
Language: C++ - Size: 78.1 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1
alugowski/poolSTL
Light and self-contained implementation of C++17 parallel algorithms.
Language: C++ - Size: 150 KB - Last synced at: 7 months ago - Pushed at: 12 months ago - Stars: 34 - Forks: 2
ahampriyanshu/algo-ds-101 📦
Curated list of data structures and algorithms in 10+ programming languages.
Language: C++ - Size: 100 MB - Last synced at: 8 months ago - Pushed at: about 3 years ago - Stars: 159 - Forks: 740
ejarvinen/42CPP_Modules
Collection of 10 modules of C++ basics
Language: C++ - Size: 206 KB - Last synced at: 4 months ago - Pushed at: 9 months 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 at: 7 months ago - Pushed at: over 1 year ago - Stars: 115 - Forks: 18
imtheprince7/CppLearning
In this repository, I have uploaded all topics practice during learning of CPP language.
Language: C++ - Size: 564 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0
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.
Language: C++ - Size: 315 KB - Last synced at: 7 months ago - Pushed at: 10 months ago - Stars: 4 - Forks: 2
ZeroMarker/STL
STL
Language: C++ - Size: 15.6 KB - Last synced at: 10 months ago - Pushed at: 10 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.6 MB - Last synced at: 7 months ago - Pushed at: 10 months ago - Stars: 4 - Forks: 0
SriNeogi/Time-Series-Modelling-Statistical-R
Time Series Modelling
Language: R - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
imtheprince7/DSAChallange
In this repository, I upload solving approach of question which have done on different coding practice platform.
Language: C++ - Size: 87.9 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
Aryankumar102907/GFG160
Trying to code for 160 days....
Size: 42 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0
aftermath22/OS-ALGORITHMS
C++ implementation (with OOPS concept) of various OS Algorithms
Language: C++ - Size: 38.1 KB - Last synced at: 7 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0
TusharChugh/cplusplus-containers
Sample implementation of C++ containers (vector, string, bst, forward_list, stack, queues)
Language: C++ - Size: 53.7 KB - Last synced at: 7 days ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 1
YounesMoukhlij/CPP-Modules
CPP Modules to learn OPP.
Language: C++ - Size: 18.3 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0
mhaseeb123/nvstdpar 📦
C++26 powered GPU-accelerated scientific apps
Language: C++ - Size: 274 KB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 1 - 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 at: 2 months ago - Pushed at: over 1 year ago - Stars: 3 - 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 at: 12 months ago - Pushed at: 12 months ago - Stars: 21 - Forks: 0
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: 88.9 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 2
gayatri-3/SuperPeachSisters
UCLA CS 32 W22 Project 3
Language: C++ - Size: 10.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
Remonhasan/cp-code-library
algorithms & data structures that i learned for CP 💡
Language: C++ - Size: 184 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1
Rajsoni03/Competitive-Programming-Training
Competitive Programming Training including Data Structure and Algorithms
Language: C++ - Size: 94.4 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 3
nithinbharathi/CSTL
A C library that provides STL-like functionality with various data structures and algorithms.
Language: C - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
coders-school/stl
C++ online course. Modules about STL. Containers, algorithms, iterators, functors, lambdas.
Language: HTML - Size: 10.3 MB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 166
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 at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
DavideDevetak24/Steel_Market_Study_DL
The repository presents the notebooks and models used for my experimental thesis entitled: "Experimental Study of the Steel Market Through CNN-LSTM Deep Learning Models: Practical Applications for Cost Reduction in Industries"
Language: Jupyter Notebook - Size: 1.22 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
AbhiSaphire/Competitive-Programming-Solutions
COMPETITIVE PROGRAMMING PRACTICE QUESTIONS
Language: Python - Size: 313 KB - Last synced at: 16 days ago - Pushed at: about 5 years ago - Stars: 33 - Forks: 6
JayantGoel001/STL
Standard Template Library
Language: C++ - Size: 765 KB - Last synced at: 6 months ago - Pushed at: about 4 years ago - Stars: 12 - Forks: 1
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 at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - 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 at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0
mpjk/dsa-project
Data structures and algorithms course project
Language: C++ - Size: 106 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - 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 at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: almost 6 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 at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
avidLearnerInProgress/leetcode-solutions
Problem solving on Leetcode
Language: C++ - Size: 671 KB - Last synced at: 7 months ago - Pushed at: about 3 years ago - Stars: 18 - Forks: 6
RahulRavishankar/GP Fork of vinayakphegde/Generic-segment-tree
Generic implementation of Segment Tree
Size: 57.6 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
bezbahen0/MySTL
Language: C++ - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0
0xromjobert/cpp08
42 school C++ module on templates, STL containers and algorithms
Language: C++ - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
AnimeshK24/Custom_Algo
Custom_Algo that make your programming easy
Language: C++ - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0
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 at: over 1 year ago - Pushed at: over 1 year 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 at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
Ziko909/Cpp-Models
a bunch of exercises to discovering the cpp features
Language: C++ - Size: 4.91 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0
mucozcan/knn-cpp
A C++ Implementation of KNN Classification
Language: C++ - Size: 62.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - 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 at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 60 - Forks: 38
matheuspf/handy
Useful header only utilities for C++11/14/17
Language: C++ - Size: 4.82 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 3
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 at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
anuanu0-0/DSA_Roadmap_topics
Detailed list of important dsa topics
Size: 207 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 32 - Forks: 18
CZDanol/cookieCutterStlGenerator
Danol's Cookie Cutter STL Generator
Language: Python - Size: 970 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years 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 at: about 2 years ago - Pushed at: about 2 years ago - Stars: 181 - Forks: 49
memory-overflow/go-common-library
golang most used common code and module
Language: Go - Size: 46.9 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0
animshamura/Graph-Monkey
Graph algorithms will be contained here.
Language: Java - Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years 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 at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
animshamura/DP-Hunter-
All about dynamic programming will be here.
Language: C++ - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
gitgou/learnCPP_CN
C++ 基础学习代码案例
Language: C++ - Size: 5.16 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1
borislavmilijic/SmartMedia
C++
Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
mu578/mu9
Algorithm template library c99/c11/c23.
Language: C - Size: 324 KB - Last synced at: about 2 years ago - Pushed at: about 2 years 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 at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
Shaleengovil25/Competitive-programming
Coding Ninjas
Language: C++ - Size: 104 KB - Last synced at: over 2 years ago - Pushed at: over 5 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 at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0
archihalder/STL
STL Algorithms and Containers
Language: C++ - Size: 7.81 KB - Last synced at: 5 months ago - Pushed at: almost 4 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 at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 3
aaryahjolia/dsa_competitive-coding
A repository to learn deep competitive coding algorithms along with DSA.
Size: 178 KB - Last synced at: over 2 years ago - Pushed at: over 2 years 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 at: over 2 years ago - Pushed at: over 2 years 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 at: 7 months ago - Pushed at: over 2 years 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 at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
dimkatsi91/Cpp-STL-Examples
C++ STL Examples
Language: C++ - Size: 672 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 36 - Forks: 10
elrudrakssh/Dynamic-Programming
Language: C++ - Size: 265 KB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0
manosriram/CPP-World
C++ STL Algorithms.
Language: C++ - Size: 3.21 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 1
r4ime/STL
STL inspired from sgi-stl.
Language: C++ - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0
NishikiChisato/TinySTL
Achieve STL with C++11
Language: C++ - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years 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 at: over 2 years ago - Pushed at: over 2 years 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 at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0
AlexSmarandache15/dijkstra-parallel
Language: Java - Size: 229 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0
ArminGh02/sorting-algorithms
STL-like implementations of sorting algorithms.
Language: C++ - Size: 323 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 1
Eplankton/nut-struct
A simplified STL Library
Language: C++ - Size: 789 KB - Last synced at: about 2 years ago - Pushed at: about 2 years 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 at: over 2 years ago - Pushed at: about 4 years ago - Stars: 26 - Forks: 6
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 at: over 2 years ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0
FabianSchuetze/DataFrame
A Pandas-like DataFrame in c++
Language: C++ - Size: 27.3 MB - Last synced at: over 2 years ago - Pushed at: over 6 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 at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0