Professional Honours CSE — Lab Experiments & Coursework
📚 Academic lab projects and learning resources
🎓 25th Batch — Dhaka City College (National University, Bangladesh)
This repository is a collaborative academic archive created by students of the
Professional Honours in Computer Science & Engineering (CSE), 25th Batch at Dhaka City College, under National University, Bangladesh.
It contains lab experiments, coursework, and learning-oriented code projects organized by academic year and subject, following a clear and maintainable structure.
- Centralize academic lab work in one place
- Encourage responsible, collaborative learning
- Maintain a clean academic record for the batch
- Help current and future students understand core concepts through reference code
- Program: Professional Honours in Computer Science & Engineering (CSE)
- Batch: 25th
- Institution: Dhaka City College
- University: National University, Bangladesh
- Location: Dhaka, Bangladesh
DCC-CSE-25/ │ ├── README.md ├── CONTRIBUTING.md ├── LICENSE │ ├── 1st-year/ │ ├── programming-fundamentals/ │ ├── discrete-mathematics/ │ └── electrical-circuits/ │ ├── 2nd-year/ │ ├── data-structures/ │ ├── digital-logic-design/ │ └── object-oriented-programming/ │ ├── 3rd-year/ │ ├── database-systems/ │ ├── operating-systems/ │ └── computer-networks/ │ ├── 4th-year/ │ ├── artificial-intelligence/ │ ├── machine-learning/ │ └── final-year-project/ │ └── resources/ ├── lab-manuals/ ├── notes/ └── references/
Each subject folder should include:
- Source code files
- A short
README.mdexplaining the lab or project - Meaningful comments and clean formatting
Depending on semester and coursework:
- Programming fundamentals
- Logic building and problem-solving
- Data structures and basic algorithms
- Object-oriented programming concepts
- Database and system fundamentals
- Computational thinking and code organization
Contributions are welcome from batch mates and authorized collaborators.
- Fork the repository
- Create a new branch:
- Add files to the correct folder
- Ensure:
- Clean and readable code
- Meaningful file and folder names
- Proper comments where necessary
- Submit a Pull Request (PR)
📌 Please review CONTRIBUTING.md before submitting.
This repository is intended strictly for learning, reference, and collaborative study purposes.
- ❌ Do NOT submit this code directly as academic assignments
- ❌ Do NOT upload exam questions or answers
- ❌ No plagiarized or copied content
All contributors must follow Dhaka City College and National University academic integrity policies.
- Use English for documentation and comments
- Follow the existing folder structure
- Do not modify or delete others’ work without discussion
- No irrelevant or inappropriate content
- Maintain academic and professional ethics
Violations may result in removal of contributions.
Maintained by students of CSE 25th Batch, Dhaka City College.
Maintainers review pull requests, manage issues, and ensure repository quality.
(Maintainer list can be added later)
This project is licensed under the MIT License.
You are free to use, modify, and share the content with proper attribution.
If this repository helps you:
- Give it a ⭐
- Share responsibly
- Contribute clean, useful content
Let’s build something meaningful for our batch and beyond 🚀