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

https://github.com/kts-o7/lab_programs_rvce_2ndyear

Lab programs in 3rd Semester of CSE.
https://github.com/kts-o7/lab_programs_rvce_2ndyear

Last synced: 19 days ago
JSON representation

Lab programs in 3rd Semester of CSE.

Awesome Lists containing this project

README

        

# LAB_Programs_Rvce_2ndYear
Lab programs in 3rd Semester of CSE.
1) Tower of hanoi. An elegent solution written in C using recursion.
2) Evaluation of postfix expression using stack in C.
3) Evaluation of prefix expression using stack in C.