Metadata-Version: 2.1
Name: xalgorithm
Version: 0.0.2
Summary: My Data Structures and Algorithms Implemented in Python
Home-page: https://github.com/dennislx/xalgorithm
Author: Xiang Liu
Author-email: dennisl@udel.edu
License: MIT
Platform: Linux
Description-Content-Type: text/markdown

My Implementation of Data Structure and Algorithms in Python
============================================================

## Build and Update Package

```
make upload version=a.b.c
```

## List of Implementations

| Decorator   | Usage |
| ----------- | ------------------------------------------ |
| `tag_me`    | Tag each function with a label and access the function using that label |
| `ctrl_c`    | Ask the user for confirmation to exit the program |
| `record_it` | Measure either the execution time or the execution count of a function |


| Array Algorithm  | Definition |
| ----------- | ------------------------------------------ |
| <li>- [ ] </li> Sliding Window   |  |
| <li>- [x] </li> HuaRongDao  | Solve a puzzle where the goal is to start from initial state and end in final state |
