sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
951 stars 290 forks source link

Dijkstra's Algorithm #109

Open krrahul23 opened 4 years ago

krrahul23 commented 4 years ago

🚀 Feature

Add Dijkstra's Algorithm in C++ (optimized in best way possible)

Have you read the Contribution Guidelines?

Yes

Pitch

Dijkstra's Algorithm is a very famous graph algorithm which finds shortest paths from the starting node to all nodes of the graph provided there is no negative edges in the graph.

Assignees

@krrahul23 - C++ @nileshteji - Java @sukanyashet - C @Pratik-Patil-p0212-m3108 - Python

krrahul23 commented 4 years ago

I can implement Dijkstra's Algorithm in C++ (optimized in best way possible)

scshiv29-dev commented 4 years ago

I can implement it in java

sukritishah15 commented 4 years ago

@krrahul23 - C++ @nileshteji - Java Assigned.

@scshiv29-dev - I can't assign you this in Java, as I have already received a PR in Java.

It would be appreciated if you send PR, once you are assigned an issue, NOT before that.

sukanyashet commented 4 years ago

Can I implement this in C?

curiouspratik commented 4 years ago

@sukritishah15 Can I impliment this in python?

sukritishah15 commented 4 years ago

@sukanyashet - C @Pratik-Patil-p0212-m3108 - Python

Assigned