Solving problems and learning the use of different data structures and algorithms. It makes us capable to decide which algorithm works best in different scenarios and to understand the trade-offs between one data structure over the other.
Repo contains some most common Data Structure and Algorithm in cpp. Which will be useful in future application of Competitive Programming as well as help to ace you tech Interview.
Data Structures and Algorithms, you can start contributing any of the algorithms and choose any of the language you know. This repository created for HacktoberFest 2018.
A Data structures and algorithms project that takes distances between different bus-stops in an adjacency matrix and allocates buses using Dijkstra's Algorithm, Allocates buses on different routes throughout the city with respect to the availability constraints of the buses in a bus depot and in order to cover the maximum area.