Google-Developer-Student-Club-RJIT / DSA

This is a Code Bank made by GDSC RJIT and maintained by students of Rustam Ji Institute of Technology(RJIT)
1 stars 18 forks source link

Dijkstra_Algorithm (single-source shortest paths) #29

Open Zeuidon opened 2 years ago

Zeuidon commented 2 years ago

Given a directed or undirected weighted graph with vertices and edges. The weights of all edges are non-negative and a starting vertex is also given. So this algorithm helps in finding the lengths of the shortest paths from a starting vertex to all other vertices, and output the shortest paths themselves.

Languages :-

Non-Code :-

Comment the language you want to make the code in. One person will be allowed to work on one language only.

Dhruv031003 commented 2 years ago

@Zeuidon you can solve this and please comment the language you'll be working in And do read the CODER_INSTRUCTIONS

PakaVishwaTeja commented 2 years ago

please assign this task to me!, I want to write algorithm in c++ language

Zeuidon commented 2 years ago

@Dhruv031003 ThankYou for assigning the issue. Will be writing the code in C++.

Dhruv031003 commented 2 years ago

@PakaVishwaTeja You can work in any lang other than C++, please comment the language you'll be working in.

Zenith-Mind commented 2 years ago

please assign this task to me i will write it in java language

secretkontributer commented 1 year ago

please assign the task to me i will write the code in c#

secretkontributer commented 1 year ago

i can do it c also

secretkontributer commented 1 year ago

can any1 pls guide me this my 1st time here on github