algorithmic-codex

Algorithmic Codex

This repository serves as a centralized reference library for functioning code snippets, algorithmic patterns, and system design principles. It is designed to act as a compendium of knowledge for rapid retrieval and implementation in future technical designs.


👤 Author

Phuc Duong


🎯 Objectives

The Codex is being developed to store and organize:

📈 Financial Automation

🛠️ Developer Tooling


🏗️ Project Structure

```text ./ ├── btc_dt/ # Bitcoin price dashboard and local server tools │ ├── index.html # D3.js and DataTables visualization interface │ └── start_local_server_example.sh ├── LeetCode 75/ # Logic patterns and string manipulations ├── SQL 50/ # Optimized database queries ├── Python/ │ ├── yfinance/ # Market data extraction scripts │ └── setup/ # Environment configuration scripts └── context_generator.py # Repository documentation automation