This is a code repository for all the major lab codes necessary for CSIT students according to semester in subject-wise format for the course of Tribhuvan University.
Please feel free to update the codes as per needs and contribute to the repository.
- Data Structures and Algorithms
- Numerical Method
- Computer Architecture
- Computer Graphics
- Statistics-II
- Artificial Intelligence
- Database Management System
- Computer Network
- Operating System
- Theory of Computation
- Design and Analysis of Algorithm
- Multimedia
- Simulation and Modeling
- System Analysis and Design
- Web Technology
- Cryptography
- Fork the repository.
- Create your feature branch:
git checkout -b <branch-name>
- Add changes:
git add .
- Commit changes:
git commit -m "Add feature"
- Push to the branch:
git push origin <branch-name>
- Create a Pull Request.
Suyash Shrestha