Skip to content

yousdevs/Engineering-Logic-Roadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›οΈ Monorepo Architecture

This repository adopts a Multi-Project Solution structure within Visual Studio. I treat each learning module as an encapsulated project to ensure modularity.

Engineering-Logic-Roadmap/
β”œβ”€β”€ Engineering-Logic-Roadmap.slnx       # Central Workspace Entry Point
β”œβ”€β”€ README.md                           # Core Documentation & Progress Tracker
β”œβ”€β”€ .gitignore                          # Environment-agnostic filters
β”‚
β”œβ”€β”€ 05-Algorithms-L2/                   # 🧩 Level 2: Standalone Logic & Math
β”‚   β”œβ”€β”€ 05-Algorithms-L2.vcxproj
β”‚   └── *.cpp                           # Collection of logic exercises
β”‚
└── projects/                           # πŸ“‚ Structured Applications
    β”œβ”€β”€ 05-l2-p1-rock-paper-scissors/   # ✊ Game Project 1
    β”‚   β”œβ”€β”€ 05-l2-p1-rps.slnx
    β”‚   └── 05-l2-p1-rock-paper-scissors.cpp
    β”‚
    β”œβ”€β”€ 13-Bank-System/                 # 🏦 [Capstone] OOP Project
    β”‚   └── ...
    β”‚
    └── ...

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors