Bug Report for https://neetcode.io/problems/evaluate-division
The Questions mentions:
Input: equations = [["a","b"],["b","c"],["ab","bc"]], values = [4.0,1.0,3.25], queries = [["a","c"],["b","a"],["c","c"],["ab","a"],["d","d"]]
Here: a = 4b, b = c, not sure how ab/bc = 3.25. Incorrect example!