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.

    Language:Python2100
  • 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.

    Language:Jupyter Notebook2100
  • tomasgoiba/cs50-ai

    Projects for CS50's Introduction to Artificial Intelligence with Python.

    Language:Python2101
  • Ansu-John/Big-Data-Analysis

    Explore various Spark RDD / Dataframe operations using PySpark library.

    Language:Jupyter Notebook1102
  • MoosaSaadat/degrees

    This program calculates how many "degrees of separation" apart two actors are.

    Language:Python1300
  • 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.

    Language:Jupyter Notebook10
  • 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.

    Language:Rust0200
  • Whis99/CS50_AI_Degrees

    Search program that determines how many “degrees of separation” apart two actors are.

    Language:Python0200
  • panpusto/cs_50_ai_degrees

    Implementation of breadth-first search algorithm

    Language:Python10
  • 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

    Language:Jupyter Notebook10