DEV Community

gaurav pandey
gaurav pandey

Posted on

Hey devs everyone please share some Awesome opensource material sources here in the comments ?

Hey devs please share some Awesome opensource material here in the comments. At last we can have a great sources of materials. Lets collect

Go Ahead devs :)

Top comments (4)

Collapse
 
liyasthomas profile image
Liyas Thomas

GitHub logo hoppscotch / hoppscotch

👽 A free, fast and beautiful API request builder used by 100k+ developers. https://hoppscotch.io

Collapse
 
codewithgauri profile image
gaurav pandey

Thank you for sharing :) will surely check this out

Collapse
 
zigrazor profile image
ZigRazor

GitHub logo ZigRazor / CXXGraph

Header-Only C++ Library for Graph Representation and Algorithms

CXXGraph

codecov CodeFactor

GitHub license GitHub release

LGTM Alerts LGTM Grade

Generic badge Generic badge Generic badge

Generic badge Generic badge

Share on Tweet







Table of Contents

Introduction

CXXGraph is a small library, header only, that manages the Graph and it's algorithms in C++. In other words a "Comprehensive C++ Graph Library".

Algorithm Explanation

Dijkstra

Graph Dijkstras Shortest Path Algorithm(Dijkstra's Shortest Path) Dijkstra's Algorithm is used to find the shortest path from a source node to all other reachable nodes in the graph. The algorithm initially assumes all the…

Collapse
 
codewithgauri profile image
gaurav pandey

This is what i have got you can check here : zzetao.github.io/awesome-github-pr...