Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.33 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.33 KB

Udacity C++ Nanodegree Projects

This repo contains projects of the Udacity C++ Nanodegree projects.

Route planner that plots a path between two points on a map using real map data from the OpenStreeMap project.

System Monitor for Linux like htop.

The ChatBot project creates a dialogue where users can ask questions about some aspects of memory management in C++.

A suitable and thread-safe communication protocol between vehicles and intersections to complete the simulation.

2D Snake Game.