An In-vehicle infotainment system using C++
Description : A C++ based software developed for automobiles to provide a combination of entertainment and information for an enhanced In-vehicle experience. Contains features like Easy access of contacts using Trie Data Structure, Navigation System where A-Star Algorithm is used to find the shortest path to the destination with a map generated with C graphics to highlight the path, Music player using doubly-linked list.
Data Structures and Algorithm used:
Graph data structure Trie data structure Doubly-linked list
A* algorithm (shortest path)