You are on page 1of 5

VISVESVARAYA TECHNOLOGICAL UNIVERSITY

JNANASANGAMA, BELAGAVI – 590018

Mini Project Report


On

Title

Submitted in partial fulfillment for the award of degree of

Bachelor of Engineering
In
Computer Science and Engineering
Submitted by

Name-USN

RV Institute of Technology and Management®


(Affiliated to VTU, Belagavi)

JP Nagar, Bengaluru - 560076

Department of Computer Science and Engineering


RV Institute of Technology and Management®
(Affiliated to VTU, Belagavi)

JP Nagar, Bengaluru - 560076

Department of Computer Science and Engineering

CERTIFICATE
Certified that the Mini project entitled “Title” carried out by
Name-USN

Is a bonafied students of III Semester B.E, RV Institute of Technology


and Management in partial fulfilment for the Bachelor of Engineering in
COMPUTER SCIENCE AND ENGINEERING, of the Visvesvaraya
Technological University, Belagavi, during the academic year 2021 -
2022. The Mini project report has been approved as it satisfies the
academic requirements in respect of Data Structures and Applications.

Dr. Savitha G
Associate Professor
Dept. CSE
RVITM, Bengaluru - 560076
ABSTRACT
1 Paragraph
Table of Contents

CONTENTS PageNo.

1. Cover Page.
2. Table of Content.
3. Table of Figure and Tables.
ABSTRACT
4. Chapter-1 – Introduction
1.1 Introduction to the project
1.2 Introduction to the application
1.3 Relevance of the application.
5. Chapter-2 – Design -Algorithm
6. Chapter-3 – Implementation details / Code
7. Chapter-4 – Experimental Results/Snapshots
8. Conclusion and future extension.
9. References.
Chapter 1
INTRODUCTION

1.1 Pattern Matching


Pattern matching algorithms are one of the important areas in computer science field.
Pattern matching are used to find out different characters or sentences or set of symbols
from large datasets. If we want to apply pattern matching algorithms then it is based on
the applications, whether it is approximate or exact pattern matching algorithms.
Depending upon applications where we want to use pattern matching algorithms that are
again characterized by single string pattern matching and multistring pattern matching
algorithms. The main objective of the pattern matching algorithm is to reduce the
execution time as well as increase memory efficiency by reducing number of
comparisons between characters and given texts.

B.E./Dept. of CSE/RVITM Page- 2 2021-2022

You might also like