xennygrimmato / Data-Structures-and-Algorithms

A collection of some implementations of data structures and algorithms.
107 stars 93 forks source link

Create dijkstra.cpp #35

Closed gabrielfelipeg closed 4 years ago

gabrielfelipeg commented 5 years ago

solving #34 and #21

xennygrimmato commented 5 years ago

@gabrielfelipeg Dijkstra is being taken care of by another user.

xennygrimmato commented 5 years ago

@gabrielfelipeg Regarding KMP, can you add code for counting the no. of occurrences of the pattern, as well as an accepted submission on an existing problem?

Once that is done, just add a README file in the KMP folder with some problems that can be solved using KMP.