Skip to content

Commit

Permalink
Merge pull request #89 from MIT-Emerging-Talent/lowest_common_ancestor
Browse files Browse the repository at this point in the history
Lowest common ancestor
  • Loading branch information
RafaaAli authored Jan 12, 2025
2 parents 3bb0aad + a0f676d commit 30d1578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 274 deletions.
2 changes: 2 additions & 0 deletions solutions/LowestCommonAncestor_in_BST.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
This module for Lowest_Common_Ancestor_in Binary Search Tree function.
Author: Safia Gibril
Expand Down
274 changes: 0 additions & 274 deletions solutions/tests/test_even_number_count.py

This file was deleted.

0 comments on commit 30d1578

Please sign in to comment.