/RedditGraphWebsite

Final group project for COP3530. Source code for website that searches a graph of links between subreddits to find the bfs or djikstras path.

Primary LanguageC++

R "Slash" Connect

Built with <3 by Jordan Hanley, Yair Temkin and Abishanka Saha Developed for Final group project for COP3530, Fall 2021, University of Florida

Description: R "Slash" Connect is a website which helps visualize the path from 1 sub-reddit to another. We use 2 algorithms for that: Breadth for Search (BFS) and Dijkstra's Algorithm. This project is built on a C++ backend with a React Frontend.

Breadth for Search: Fast, but does not consider how connnected the two sub-reddits are; Naive approach Dijkstra: Slow, but takes into account how connected 2 sub-reddits are to each other by taking into account the nummber of links between each other.

Website Rendered: image image

Launch Instructions: In order to use R "Slash" Connect, please visit the README's inside both the frontend and backend folders to launch the respective frontend and backend applications of the website.