modulepackage
0.0.0-20220415063646-934e19b92b56
Repository: https://github.com/sebnyberg/leetgen.git
Documentation: pkg.go.dev
# README
leetgen
Leetcode implementation and test case generator for Go (WIP)
Todo
- Create Leetcode client for fetching question contents
- Parse function definition from code sample
- Tokenize question contents, parse examples, combine with function definition to parse contents of inputs and outputs to their corresponding types.
- Output stub based on question contents and function definition
- Add generator flag
- Remove dependency on testify/require
- Add support for ListNode, TreeNode types
- Generate package from leetcode question
- Generate test cases based on data copied from submission results
- Generate tree of packages based on contest
# Packages
No description provided by the author
# Functions
No description provided by the author