Skip to content

Commit

Permalink
Update repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
yashksaini-coder committed Oct 1, 2024
1 parent ebff2a6 commit 0ce6cec
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 20 deletions.
35 changes: 15 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,28 +74,23 @@ The PyVerse repository is organized as follows:

<!-- START_STRUCTURE -->
```
PyVerse/
├── Web_Development/
├── Machine_Learning/
├── Data_Science/
├── Automation_Tools/
├── Game_Development/
├── Deep_Learning/
│ ├── NLP/
│ ├── Computer_Vision/
├── Cybersecurity_Tools/
├── Algorithms_and_Data_Structures/
│ ├── Sorting_Algorithms/
│ ├── Search_Algorithms/
│ ├── Data_Structures/
├── Beginner_Projects/
├── Advanced_Projects/
├── Tutorials/
├── CONTRIBUTING.md
├── README.md
├── Advanced_Projects
├── Algorithms_and_Data_Structures
├── Automation_Tools
├── Beginner_Projects
├── Blockchain_Development
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Cybersecurity_Tools
├── Data_Science
├── Deep_Learning
├── Game_Development
├── LICENSE
├── Machine_Learning
├── PROJECT-README-TEMPLATE.md
├── README.md
├── Tutorials
└── Web_Development
```
<!-- END_STRUCTURE -->

Expand Down
17 changes: 17 additions & 0 deletions repo_structure.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
├── Advanced_Projects
├── Algorithms_and_Data_Structures
├── Automation_Tools
├── Beginner_Projects
├── Blockchain_Development
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Cybersecurity_Tools
├── Data_Science
├── Deep_Learning
├── Game_Development
├── LICENSE
├── Machine_Learning
├── PROJECT-README-TEMPLATE.md
├── README.md
├── Tutorials
└── Web_Development

0 comments on commit 0ce6cec

Please sign in to comment.