Words unite, heal, and foster compassion. 

  • How To Find Minimal Set?

    How To Find Minimal Set?

    The article explains how to find the minimal cover or irreducible set of functional dependencies in a database. It involves splitting left-hand attributes, removing redundancies, and eliminating extraneous attributes.

    5-10 minutes read
  •   Probability of winning in a Die-throw game

    Probability of winning in a Die-throw game

    The article solves a die-throw game where two players aim to reach a target point. It uses dynamic programming to find the probability of the first player winning. The solution involves evaluating a 3D DP array and applying modulo division.

    5 min read

All Articles