Code Monkey home page Code Monkey logo

lcpy's Introduction

lcpy

LeetCode CLI helper for python.

Features

  • Generate testing files for test locally using pytest.
  • Provide common algorithm and data structure modules for easy prototyping.

Modules

Algorithms

Data structures

  • instance method

    • update(i, val)
    • query(i, j)
  • instance method

    • update(i, val)
    • query(i)

TreeNode

  • build_root: return TreeNode instance from given list.

  • instance method

    • __str__: print tree in bfs (ignore None node).
    • pre: return pre order of DFS traversal
    • post: return post order of DFS traversal

ListNode (Linked List):

  • build_head: return ListNode instance from given list.
  • __str__: print linked list.
  • value_eq: value based equality check.

PriorityQueue

  • max heap pq

Graph

DiGraph

Installation

git clone https://github.com/nickyfoto/lcpy.git
pip3 install ./lcpy

Install in editable mode

pip3 install -e ./lcpy

Usage

generate module and test template

lcpy cp <some_file.py>

TODO

  • substring search, KMP
  • deal with cp file not exist
  • cannot cp design problem
  • Bit Manipulation
  • Concurrency
  • ShellSort
  • Red-Black BST, B-Tree
  • Convex Hull
  • Sparse Vectors
  • Max Flow
  • Redix Sorts
  • Regular Expression
  • name 'List' is not defined
  • cannot generate testing without adding pass.
  • add tree visualizer function
  • generate testing file for non class Solution problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.