MDendura / DailyProgrammer

My solutions to selected problems from http://www.reddit.com/r/dailyprogrammer/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily Programmer Solutions

This repo includes solutions to various DailyProgrammer problems. Most of them will be completed for fun or to learn something new. If something particularly cool comes out of a challenge, it may end up in the Common subdirectory, or even in its own repo!

Challenges Completed

Find the shortest path through a given network and display the result visually in a Qt5 GUI application.

Features:

  • Dijkstra's algorithm used for shortest path
  • Displays the graph visually using a force-directed layout

Language(s): C++

Libraries used:

About

My solutions to selected problems from http://www.reddit.com/r/dailyprogrammer/.

License:MIT License


Languages

Language:C++ 100.0%