Logo

Clustering Coefficient Calculator

The Clustering Coefficient Calculator is a web application that calculates the clustering coefficient of a node in a graph. Users input the number of neighbors and the number of links between those neighbors; the app returns the coefficient as a simplified fraction. Built with Java Spring Boot, containerized with Docker, and deployed on Render.

Key Features

Java Spring Boot
Web application built with Spring Boot and Thymeleaf, demonstrating algorithm implementation and server-side rendering.
Algorithm Implementation
Implements clustering coefficient calculation with fraction reduction via GCD, returning results in lowest-terms form.
Docker & Render
Containerized with Docker for consistent deployment and hosted on Render as a containerized web service.
calculator.jaylonaucoin.com