Eric Todd Sawye


erictsawyer-algorithmic-cli/
├── LICENSE
├── README.md
├── setup.sh
├── requirements.txt
├── package.json
├── .gitignore
├── src/
│ ├── main.py
│ ├── algorithms/
│ │ ├── sorting.py
│ │ ├── searching.py
│ │ ├── graph.py
│ │ ├── math_ops.py
│ │ └── visualization.py
│ ├── utils/
│ │ ├── terminal.py
│ │ ├── helpers.py
│ │ └── history.py
│ └── config/
│ └── settings.json
├── docs/
│ ├── INSTALL.md
│ ├── USAGE.md
│ └── ALGORITHMS.md
├── examples/
│ ├── demo_scripts/
│ └── test_cases/
└── scripts/
└── install_termux.shAlgorithmic CLI Terminal for Android

# Algorithmic CLI Terminal for Android 📱

**Author:** Eric Todd Sawyer
**GitHub:** [erictsawyer](https://github.com/erictsawyer)
**License:** MIT License
**Version:** 1.0.0

A powerful command-line interface for executing algorithms directly on Android devices using Termux.

## 🚀 Features

- **20+ Algorithms** including sorting, searching, graph, and math operations
- **Multi-language Support**: Python, JavaScript, and Bash scripts
- **Visualization**: Plot graphs and algorithm performance
- **Interactive Shell**: Command history, autocomplete, and syntax highlighting
- **Educational**: Step-by-step algorithm explanations

## 📦 Quick Installation

### Method 1: One-line Install (Termux)
```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/erictsawyer/algorithmic-cli/main/scripts/install_termux.sh)"

MIT License

Copyright (c) 2024 Eric Todd Sawyer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Termux
termux/
*.log

# Data files
*.csv
*.json
*.db
*.sqlite

# Temporary files
*.tmp
*.temp

# Custom
config/private/
data/user/
logs/
test_output/
Birthday
June 12
Website
https://algo-cli.com
Location
New York City, NY
Name
$Eric Todd Sawyer
Country Flag
USA
State/Region Flag
US New York
Back
Top Bottom