5 Matching Annotations
  1. Feb 2025
    1. else { return NULL;

      why does it return null if the node checked does not equal the key...woudlnt that only check if the first vertex is equal to the one we're looking for and if not, it returns null? is this a bug