Skip to content

DavidHo666/print-structure

Repository files navigation

print-structure

A Python library that can used to print out complex data structure such as linked list, tree and DP table, ect.

License Issues Coverage

Overview

print-structure is a library for printing out complex data structures such as tree and dp table. There are various complex data structures that are commond in leetcode or codeforce. When we try to debug and inspect these data structures using debugger in IDEs, contents in those structures can't be intuitively displayed. This python library can beautifully print out those structures and help users to inspect their contents.