degrees-of-separation
There are 10 repositories under degrees-of-separation topic.
LevBernstein/steamDegreesOfSeparation
Algorithm to measure the degrees of separation between a user and the top of the steam levels leaderboard.
MaxineXiong/Degrees-of-Separation-with-Breadth-first-Search
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.
tomasgoiba/cs50-ai
Projects for CS50's Introduction to Artificial Intelligence with Python.
Ansu-John/Big-Data-Analysis
Explore various Spark RDD / Dataframe operations using PySpark library.
MoosaSaadat/degrees
This program calculates how many "degrees of separation" apart two actors are.
SavinRazvan/degrees
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.
kristenbestavros/StarWarsGenderProject
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.
Whis99/CS50_AI_Degrees
Search program that determines how many “degrees of separation” apart two actors are.
panpusto/cs_50_ai_degrees
Implementation of breadth-first search algorithm
tyler-a-cox/degrees-of-wikipedia
Python script for quickly finding the connections between two pages on Wikipedia and performing analysis on the aggregated results