Skip to content

saha-indranil/sem3

Repository files navigation

UEM 3rd Sem

Go To DSA 👩🏻‍💻
Go To IT ☕
Go to DE ⚡
Previous Sem Questions 📑
Go to Notes 📚

All the 3rd Sem Lab assignments, Questions, Notes are uploaded in this repo. So make sure to star(⭐) this repo 😄✌🏻


DSA Lab 🧑‍💻

Topics Assignments
Dynamic Array Assignment 1
Stack & Queue 1 Assignment 2
Singly Linked List 1 Assignment 3
Singly Linked List 2 Assignment 4
Doubly Linked List Assignment 5
Stack & Queue 2 Assignment 6
Searching & Sorting Assignment 7
Binary Tree Assignment 8
Binary Search Tree Assignment 9
Graph Assignment 10

IT Workshop ☕

💠Question

  1. Assignment 1
  2. Assignment 2
  3. Assignment 3
  4. Assignment 4
  5. Assignment 5
  6. Assignment 6
  7. Assignment 7
  8. Assignment 8
  9. Assignment 9
  10. Assignment 10
  11. Assignment 11

Digital Electronics ⚡

Experiments Assignments
1. Basic Logic Gate Day 1
3. Binary to Gray
4. Gray to Binary
5. Prime & Non-Prime
Day 2
2. Adder & Substractor Day 3
6. Parity Checker & Generator Day 4
7. 2-bit Comparator Day 5
9. MUX & DEMUX Day 6
10. FlipFlop Day 7
11. Mod-8 up counter Day 8

Question Papers 🗒️

💠 Syllabus

Nov 2022
Term I
Term II
End Sem
Jan 2022
Term I
Term II
End Sem

Notes 🗿


while(noSuccess){
    tryAgain();
    if(dead){
        break;
    }
}

forthebadge