Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.2 KB

DSA.md

File metadata and controls

33 lines (25 loc) · 2.2 KB

DSA

Program 1 Design, Develop and Implement a menu driven program in C for Array operations.
Source code Click here
About Click here
Result Click here

Program 2 Design, Develop and Implement a program in C for operations on Strings.
Source code Click here
About Click here
Result Click here

Program 3 Design, Develop and Implement a menu driven program in C for operations on STACK of integers.
Source code Click here
About Click here
Result Click here

Program 4 Design, Develop and Implement a Program in C for converting an Infix Expression to Postfix Expression.
Source code Click here
About Click here
Result Click here