https://github.com/isopropylcyanide/cse-ug-lab-practicals
[C++/Py] Collection of useful practicals plus extra stuff encountered during a four year CS undergraduate course
https://github.com/isopropylcyanide/cse-ug-lab-practicals
btech computer-science cse lab-project laboratory-exercises practical-exercises practical-tasks practicals undergraduate
Last synced: 4 months ago
JSON representation
[C++/Py] Collection of useful practicals plus extra stuff encountered during a four year CS undergraduate course
- Host: GitHub
- URL: https://github.com/isopropylcyanide/cse-ug-lab-practicals
- Owner: isopropylcyanide
- Created: 2016-02-01T17:25:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T08:25:58.000Z (over 7 years ago)
- Last Synced: 2025-05-03T07:37:12.420Z (5 months ago)
- Topics: btech, computer-science, cse, lab-project, laboratory-exercises, practical-exercises, practical-tasks, practicals, undergraduate
- Language: Python
- Homepage:
- Size: 94.6 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assorted Lab Practicals #
----
#### What is it? ####
----
A collection of the programs that I did as part of the lab programming exercised during my four years of undergraduate studies at _D.R. B.R Ambedkar National Institute of Technology, Jalandhar_#### Who is this for? ####
----
This repo targets the undergraduate students of any university pursuing *Computer Science/ Electronics Engg* and even for the *teachers* teaching the course.
Subjects are fairly common and the most programs are mainstream#### What subjects/courses are in here? ####
----
The course consists of following subjects in no particular order. Care has been taken to list the subjects in the order in which they appear in the B.Tech/B.S curriculum
```
Bash Scripting
File handling
Strings
Queues
Stacks
Trees
Hashing
Graphs
Dynamic Programming
Data Structures Micro Project
Operating Systems
Cryptography (ISS)
Computer Graphics
Data Mining
Network/Socket Programming
Neural Nets
Haskell Fiddles
Assembly Programming
System Programming
Javascript Fiddles
Web development
```#### I'm copying your programs blindly. ####
----
Sure, go ahead. The important thing is to understand the concept. I've tried my best to ensure that the programs remain error-free. If you notice any errors, let me know. If possible, do star and share for the benefits of others alike#### I want to contribute ####
----
Be my guest. Fork the project and submit a PR. I'm not too picky about code quality but a little beautification wouldn't hurt.#### Quality of some programs is dreadful ####
----
Cut me some slack. You'd surely notice that as I progressed into the bottom mentioned courses, the quality of the code as well as its reusability, formatting, everything improved drastically. If you're so picky about the code quality, why not submit a PR?