Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 573 Bytes

interviewpreptests

Tests for puzzles found on Leetcode and other interview preparation websites.

Minimum Height Tree

To run the solution:
  1. Enter your input and expected output arguments in testcases/minimumheighttree.json as per schema defined in the file.
  2. Run python3 solutions/python3/minimumheighttree.py python3 testharness.py rotatearray

The results can be seen as Your Answer : [0, 1] True Answer: [0, 1] Correct answer

For now, it only works for python3.

TODO: Add support for more languages. Add code for many more leetcode puzzles.