/Infotainment-System

A software developed for automobiles to provide entertainment and information. Contains features like Easy access of contacts using Trie Data Structure, Navigation System where A-Star Algorithm is used.

Primary LanguageC++

Screenshot (9)

Infotainment-System

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)

Screenshot (26)