An open API service indexing awesome lists of open source software.

https://github.com/tanisha03/sem4ise

All the programs of Design and Analysis of Algorithms (DAA) & Microprocessors (MP) : Semester 4
https://github.com/tanisha03/sem4ise

Last synced: about 2 months ago
JSON representation

All the programs of Design and Analysis of Algorithms (DAA) & Microprocessors (MP) : Semester 4

Awesome Lists containing this project

README

        

# Sem4ISE
Respository containing all the various programs I executed during my 4th sem ISE, RITB.

## Soloutions to the various problems asked in the syllabus for Design and Analysis of Algorithms (DAA) & Microprocessors (MP)

### For DAA the language used is C.
Programs may be gloned using [git](https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf) commands and executed in the following manner:-
```cmd
gcc filename.c
./a.out
```
The questions can be found [here](https://github.com/tanisha03/Sem4ISE/blob/master/DAA%20LAB/questions).

### For MP all codes have been run and executed on MASM (X-86).
The questions can be found [here](https://github.com/tanisha03/Sem4ISE/blob/master/Microprocessors%20-X86-/Questions.txt).