Algorithm to measure the degrees of separation between a user and the top of the steam levels leaderboard.
-
Updated
Apr 6, 2023 - Python
Algorithm to measure the degrees of separation between a user and the top of the steam levels leaderboard.
This project utilizes PySpark RDD and the Breadth-first Search (BFS) algorithm to find the shortest path and degrees of separation between two given Marvel superheroes based on based on their appearances together in the same comic books, empowering users to discover connections between their favourite superheroes in the Marvel universe.
Projects for CS50's Introduction to Artificial Intelligence with Python.
A program that computes the "degrees of separation" between two actors by identifying the sequence of movies connecting them, inspired by the Six Degrees of Kevin Bacon game. Uses IMDb-based datasets for actors, movies, and their relationships.
This program calculates how many "degrees of separation" apart two actors are.
Explore various Spark RDD / Dataframe operations using PySpark library.
Using the Star Wars social network graph available on Kaggle, I quantify gender representation in the first seven Star Wars films by calculating the percentage of interactions that are between two women, two men, and other combinations. I also calculate the degree of separation between female characters using breadth-first search.
Search program that determines how many “degrees of separation” apart two actors are.
Python script for quickly finding the connections between two pages on Wikipedia and performing analysis on the aggregated results
Implementation of breadth-first search algorithm
Add a description, image, and links to the degrees-of-separation topic page so that developers can more easily learn about it.
To associate your repository with the degrees-of-separation topic, visit your repo's landing page and select "manage topics."