
๐ CSE-Merto is a one-stop learning hub for Metropolitan University CSE students, packed with all the assignments, lab reports, codes, notes, and resources youโll ever need.
โจ Whether youโre a junior struggling with your first C program, or a senior revising for your final viva โ this repo has something for everyone.
๐ฏ Mission: Make learning easier, collaborative, and fun for every CSE student walking the corridors of Metropolitan University.
๐ฆ Curated by students, for students โ covering multiple batches (CSE-56 โ CSE-62) and all major subjects.
๐ CSE-Merto/
โ
โโโ ๐ CSE-56/ # Batch 56 archives
โโโ ๐ CSE-57/ # Semesters 2.1 โ 3.3
โโโ ๐ CSE-58/ # Full archive: Sem 1.1 โ 3.3 + ๐ RESULTS
โโโ ๐ CSE-61/ # Batch 61 vault
โโโ ๐ CSE-62/ # ๐ Latest batch (subject-wise)
โ โโโ ๐ AD&A/ # Algorithms reports & code
โ โโโ ๐ BEE/ # Basic Electrical labs
โ โโโ ๐ DLD/ # Digital Logic Design
โ โโโ ๐ DS/ # Data Structures
โ โโโ ๐ MC & FA/ # Math & Financial Analysis
โ โโโ ๐ PED/ # Professional Ethics
โ โโโ ๐ Physics/ # Physics labs & reports
โ โโโ ๐ Structured_programming/
โ
โโโ ๐ index.html # Web view (GitHub Pages)
โโโ ๐ README.md # โจ You are here!
# 1๏ธโฃ Clone the repo
git clone https://github.com/Mahdi-hasan-shuvo/CSE-Merto.git
# 2๏ธโฃ Navigate inside
cd CSE-Merto
# 3๏ธโฃ Pick your batch & subject โ start learning!
cd CSE-62/Structured_programming
๐ก Pro Tip: Bookmark this repo and
git pullregularly โ new content drops every semester!
### ๐ A Heartfelt Message from the Author
๐ Hey fellow learner! ๐
This isnโt just a repo โ itโs a growing community of passionate Metropolitan CSE students helping each other succeed. Whether youโve solved a tricky problem, taken great notes in class, or written a clean lab report โ your contribution matters. ๐
๐ Got something valuable? A neat algorithm, a corrected solution, a beautiful note? Donโt keep it to yourself โ share it with the world and help juniors whoโll walk the same path tomorrow.
๐ Together, we make learning easier. No effort is too small. Every commit, every PR, every star โญ helps someone, somewhere.
๐ฌ Join us. Contribute. Collaborate. Grow. Letโs build the biggest CSE knowledge vault Metropolitan has ever seen!
# 1. Fork the repo (top-right corner of GitHub) ๐ด
# 2. Clone YOUR fork
git clone https://github.com/<your-username>/CSE-Merto.git
# 3. Create a new branch
git checkout -b feature/awesome-notes
# 4. Add your magic โจ
git add .
git commit -m "โจ Added Sem 2.1 DS sorting notes"
# 5. Push it
git push origin feature/awesome-notes
# 6. Open a Pull Request โ done! ๐
CSE-XX/Subject/YourFileLab-03-Greedy-Algorithm.pdfThis repository is shared freely for educational purposes. Feel free to learn, fork, and use the materials โ just please credit the original authors when reusing notes or code. โค๏ธ