mittalchirag / DAA-Assignment-2

Solution to programming questions in part B

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAA-Assignment-2

All the questions are in the PDF file attatched in the repository

The solution to the problems are done in C programming language

To run the program (machine should have gcc):

gcc "questionNumber".c -o questionNumber
./"questionNumber"

Replace "questionNumber" by the number of question.

About

Solution to programming questions in part B


Languages

Language:C 85.0%Language:C++ 15.0%