ckormanyos /
real-time-cpp
Source code for the book Real-Time C++, by Christopher Kormanyos
Loading repository data…
rutura / repository
Source code for the C++ 20 Masterclass on udemy
Selected from shared topics, language and repository description—not editorial ratings.
ckormanyos /
Source code for the book Real-Time C++, by Christopher Kormanyos
dendisuhubdy /
Data structures C++ 11 source code for Weiss's book
This repository contains source code for ENPM809Y final project on search algorithm for autonomous robots moving on a 2d maze. The source code is in C++ 11. The maze will printed on the terminal and the user shall be prompted to enter the locations of two robots and also two targets. Later, the user will be asked to assign task for one of the robots. The other robot automatically assigned the unassigned task. The two robots complete the navigation task using an A* algorithm.
benoit-dubreuil /
Examples and source code for the book C++ Templates: The Complete Guide 2nd Edition