Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 563 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 563 Bytes

C++ Nanodegree


Route Planner

  • Route Planner for OpenStreetMap using A* algorithm
    alt text

System Monitor

  • An htop like system monitor for linux alt text

Garbage Collector

  • A custom garbage collector for c++ from scratch alt text

Concurrent Traffic Simulator

  • TBU