This project is an online utility designed to generate tree-like ASCII folder structure diagrams. It takes input as a directory or folder structure and produces a clear, hierarchical ASCII representation.
Features
Accepts nested folder structures as input. Automatically generates ASCII representations of folder hierarchies. Supports files and folders with custom names. Provides clean and organized visualizations for project directories.
Usage
Input Format: The user provides a folder structure using indentation to represent the hierarchy. Output: The tool generates an ASCII folder structure diagram.
Input
src
components
Header.jsx
Footer.jsx
utils
helpers.js
App.js
public
index.html
styles.css
README.md
ASCII Diagram
src
├── components
│ ├── Header.jsx
│ └── Footer.jsx
├── utils
│ └── helpers.js
├── App.js
public
├── index.html
└── styles.css
README.md
Steps to clone -
Step 1 -
git clone https://github.com/AlexAjit/Visualize-data-tree.gitStep 2 -
cd Visualize-data-treeThank You, I can revert the Binary Tree and exploring desinging LRU Cache too. Be in touch!