This repository contains college coursework and practice programs across multiple subjects.
CA/: Computer Architecture and Verilog assignmentsDAA/: Design and Analysis of Algorithms programs in CDS/: Data Structures implementations in CJAVA/: Java classwork and assignment solutionsOS/: Operating Systems exercises and shell scriptsSoftLocker/: Related tooling/resources folder
CLLG-Server-Codes/
├── CA/
│ ├── design.v
│ ├── designtb4.v
│ ├── testbench.v
│ ├── testbenchts4.v
│ ├── Assignment4/
│ ├── Assignment5/
│ ├── Assignment6/
│ └── Assinment3/
├── DAA/
│ ├── Backtracking/
│ ├── Greedy/
│ ├── MAX-MIN/
│ └── SORTING-With-Searching/
├── DS/
│ ├── Deletion/
│ ├── Insert/
│ ├── LinkedList/
│ ├── Search/
│ └── (core DS C files in root of DS/)
├── JAVA/
│ ├── basic.java
│ ├── p1.java
│ ├── p2.java
│ ├── AssignmentOne/
│ └── classAssignment/
├── OS/
│ ├── AssignmentOne/
│ └── AssignmentTwo/
└── SoftLocker/
- A number of files are class outputs/artifacts (for example
*.vcd,*.out) and are now ignored via.gitignore. - Some folder names include original assignment spelling from class submissions (for example
Assinment3).