Skip to content

steviejeebies/SWENG-LCA-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lowest Common Ancestor on Binary Search Tree (Python)

  • All tests passing
  • Code coverage 100%

This is my implementation for LCA on a BST, written in Python (using the PyCharm IDE).

I chose Python as the language I would experiment with, as I have practically no experience with it but understood that its syntax is very easy to learn (which is definitely true). I chose PyCharm as my IDE because it is so similar to Intellij (which I'm already using for Java), so there would be no learning curve getting used to the IDE when starting this project. I found it very easy to convert my Java code/algorithm to Python, and found writing tests for the Python code to be a lot more straightforward.

Link to my Java repo for this same project

About

Developed in PyCharm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages