Skip to content

arjunarj/Data-Structures-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Data-Structures-Project

Project for Data Structures[Sem-3]

Problem Statement 1:

Simple Compiler

Implement a simple compiler which check whether the parenthesis used in the program is balanced or not. Get an expression string as an input to your project implement a compiler to examine whether the pairs and the orders of expression are correct.

Note: The expression only contains the characters such as {“, “}”, “(“, “)”, and “[“, “]”.

Problem Statement 2:

Process Queue

Implement a Queue in order to execute the process in your operating system based on the priority. The process with highest priority will be executed first always. Once the process is executed the same will be removed from queue. You should keep track of the next highest priority process after execution of every process.

Hint:In order to solve this problem, you should implement a maxheap for all process with its priority.

Team Members:

  • Ramasubramanyam P
  • Praveen R
  • Nagarjunan G
  • Kirthi Vignesh G

About

our project for Data Structures[Sem-3]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%