Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 600 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 600 Bytes

This is a useful tool for python and c++ (pybind)

Currently includes:

  • data-structure
  • dsp
  • gui
  • math
  • tools

Installation

Try to run "pip install pywayne" in your commond line tool.

How to use

from pywayne.tools import *

files = list_all_files(path_to_root)

...

Documentation

https://wayne-algorithm-lib.readthedocs.io/

P.S.

Feel free to contact me whenever you need help using this tool.

e-mail: [email protected]

leetcode: http://leetcode.com/wangyehope

github: http://github.com/wangyendt

Pull-requests are always welcomed.

Hopefully this may help you somewhere!