Skip to content

Commit

Permalink
Update repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
UTSAVS26 committed Oct 7, 2024
1 parent 28db389 commit 5397982
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions Repo-structure.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<!-- START_STRUCTURE -->
```
├── Advanced_Projects
│ └── EDUHELPER
│ ├── README.md
│ ├── main.py
│ └── requirements.txt
│ ├── EDUHELPER
│ │ ├── README.md
│ │ ├── main.py
│ │ └── requirements.txt
│ └── GUI Based TaskManager
│ ├── mang.py
│ └── readme.md
├── Algorithms_and_Data_Structures
│ ├── BinarySearchTree
│ │ ├── __init__.py
Expand Down Expand Up @@ -94,6 +97,9 @@
│ │ ├── README.md
│ │ ├── barCodeGenerator.py
│ │ └── requirements.txt
│ ├── Budget-tracker
│ │ ├── budget.md
│ │ └── budget.py
│ ├── Calculator_App
│ │ ├── README.md
│ │ └── main.py
Expand Down
14 changes: 10 additions & 4 deletions repo_structure.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
├── Advanced_Projects
│ └── EDUHELPER
│ ├── README.md
│ ├── main.py
│ └── requirements.txt
│ ├── EDUHELPER
│ │ ├── README.md
│ │ ├── main.py
│ │ └── requirements.txt
│ └── GUI Based TaskManager
│ ├── mang.py
│ └── readme.md
├── Algorithms_and_Data_Structures
│ ├── BinarySearchTree
│ │ ├── __init__.py
Expand Down Expand Up @@ -92,6 +95,9 @@
│ │ ├── README.md
│ │ ├── barCodeGenerator.py
│ │ └── requirements.txt
│ ├── Budget-tracker
│ │ ├── budget.md
│ │ └── budget.py
│ ├── Calculator_App
│ │ ├── README.md
│ │ └── main.py
Expand Down

0 comments on commit 5397982

Please sign in to comment.