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.
Projects for CS50's Introduction to Artificial Intelligence with Python.
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.
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.
Explore various Spark RDD / Dataframe operations using PySpark library.
This program calculates how many "degrees of separation" apart two actors are.
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
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.
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."