ashu1230 / 5TH-SEM

COMPILER DESIGN ,DESIGN AND ANALYSIS OF ALGORITHMS ,DATABASE MANAGEMENT SYSTEM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

5TH-SEM Lab:-

    • Database management system:-
      • Database Management Systems (DBMS) are software systems used to store, retrieve, and run queries on data. A DBMS serves as an interface between an end-user and a database, allowing users to create, read, update, and delete data in the database.

    • Design And Analysis Of Algorithms:-
      • a sequence of steps to solve a problem. Design and Analysis of Algorithm is very important for designing algorithm to solve different types of problems in the branch of computer science and information technology.

    • Compiler Design:-
      • Compiler design principles provide an in-depth view of translation and optimization process. Compiler design covers basic translation mechanism and error detection & recovery. It includes lexical, syntax, and semantic analysis as front end, and code generation and optimization as back-end.

About

COMPILER DESIGN ,DESIGN AND ANALYSIS OF ALGORITHMS ,DATABASE MANAGEMENT SYSTEM

License:MIT License


Languages

Language:C++ 52.2%Language:C 47.8%