Skip to content

Releases: aryanpingle/LeetPy

v0.2.1

02 Apr 06:10
Compare
Choose a tag to compare

Class Agnostic Data Structures

The Binary Tree utility functions are now class agnostic! You can define custom node classes however you want, as long as they contain attributes for data, their left child and their right child.

Also, I've added usage examples to make your life easier.

v0.2.0

30 Mar 04:52
Compare
Choose a tag to compare

Reduction in scope

I had originally planned for this to be a Leetcode terminal-API kinda package, but it's best to keep that for another project.

Features

  • 1-D Arrays
  • 2-D Arrays
  • Binary Trees (With the Reingold-Tilford Algorithm)
  • Linked List