intel /
cppnnml
The C++ Neural Network and Machine Learning project is intended to provide a C++ template library for neural nets and machine learning algorithms within embedded systems
Loading repository data…
mochow13 / repository
Templates, algorithms and data structures implemented and collected for programming contests. Check README.md for an overview.
From OKNOTOK.
This repository contains templates, algorithms and data structures implemented and collected for programming contests. Most of them are at least used once to check correctness, still it is strongly recommended to test for yourself.
Selected from shared topics, language and repository description—not editorial ratings.
intel /
The C++ Neural Network and Machine Learning project is intended to provide a C++ template library for neural nets and machine learning algorithms within embedded systems
pysojic /
📚 Comprehensive C++ interview prep repository featuring clean implementations of commonly asked data structures, template metaprogramming exercises, and algorithmic patterns. Designed to strengthen core C++ skills and deepen understanding of language internals.
Mausam5055 /
Complete C++ programming course materials from 3rd semester B.Tech curriculum. Covers object-oriented programming, data structures, algorithms, memory management, STL, templates, and practical implementations with detailed examples and exercises.
pragmatist-strategist /
CPP-Codes THIS REPOSITORY CONTAINS SOME BASICS OF THE ADVANCED C++ TOPICS LIKE STL, TEMPLATE CLASSES, OPERATOR OVERLOADING, VECTORS, SETS, MAPS, FUNCTORS ETC. IN C++ . THEY CAN BE USED AS A REFERENCE FOR C++ ANYTIME. ALSO I'LL BE ADDING SOME MORE CODES IN A WHILE . THEY WILL BASICALLY COVER BASICS OF ADVANCED ALGORITHMS AND DATA STRUCTURES .
aleiva17 /
Dobby's Template Library has the most common data structures and some algorithms implemented in C++.
spirick /
A C++ Class and Template Library for Performance Critical Applications