go-lctree
Tree serializer
Provides data structures and utilities for serializing and deserializing LeetCode-style binary trees
go-lctree provides a CLI and Go primitives to serialize and deserialize LeetCode binary trees (e.g. "[5,4,7,3,null,2,null,-1,null,9]").
4 stars
2 watching
2 forks
Language: Go
last commit: almost 5 years ago
Linked from 1 awesome list
leetcodeleetcode-golang
Related projects:
Repository | Description | Stars |
---|---|---|
| Enables storage and exchange of decision tree models in a format independent of specific frameworks or platforms. | 742 |
| Efficient serialisation of values to and from lazy ByteStrings in Haskell. | 109 |
| A package extending R's dendrogram functionality with missing features. | 153 |
| Tools for detecting code clones in Go source files using suffix trees. | 346 |
| Displays call chains and hierarchical relationships in Go source code | 31 |
| A minimal B+Tree indexing structure implementation for efficient key-value storage | 1,866 |
| A tool for generating large phylogenetic language trees based on orthographic distance | 10 |
| Automatically trims and sanitizes struct string fields in Go based on embedded tags. | 323 |
| A lightweight linear interpolation library for Go | 27 |
| A fast and simple binary serializer/deserializer for Nim. | 88 |
| A tool to visualize Go source code dependency trees | 951 |
| An indented code parser that generates a tree structure from various programming languages. | 24 |
| Tool to run multiple linters on Go code to detect errors and warnings | 67 |
| A Go channel handler for structured logging | 6 |
| A collection of algorithms and data structures implemented in Go. | 806 |