Sunteți pe pagina 1din 7

A

Synopsis on
“Go With The Flow”

Synopsis Submitted To Shivaji University, Kolhapur.


For the Partial Fulfillment of Bachelor of Engineering
In
Computer Science and Engineering
By
Students Name
Amit A. Bhore
Aadesh S. Chendake
Prajakt R. Chatur
Yash A. Suryawanshi

Under the Guidance of

Mr. V. U. Patil

Department of Computer Science and Engineering


Bharati Vidyapeeth College of Engineering, Kolhapur
2018-2019
1. Introduction
The various systems are use to find width of line by finding maximum length of river
in given paragraph. In this system we are going to arrange the paragraph in such manner that
it will give us the spaces which lies under the another space of the above line and which are
one bit left or right to that space. This methods are used by book writers or publisher because
it helps to look books text more attractive and in well defined manner.
For example in typesetting, a “river” is a string of spaces formed by gaps between
words that extends down several lines of text .For instance, Figure F.1 shows several
examples of rivers highlighted in red (text is intentionally blurred to make the rivers more
visible).

Problem Statement
Implement the system to display the line width for which the input text contains the
longest possible river, followed by the length of the longest river in the paragraph.
2. Objective

 To find largest word to set minimum line width.


 Finding larger river for given paragraph.
 Arranging line width for maximum size of river.
3. Control Flow Diagram

Fig. Control Flow Diagram


4. Proposed to work :

The main moto of this project problem is to find the longest river of space from the given
string as paragraph. In this system we are going to arrange the paragraph in such manner that
it will give us the spaces which lies under the another space of the above line and which are
one bit left or right to that space. Firstly, we will take a paragraph as an input string.

The compiler will check whether the space one below the other in between words present in
the given paragraph.Then it will compare the rivers with each other with the particular river
size. As then compiler will found the longest river from the given input string in the form of
paragraph.
5. System Requirement

Software Requirement:

 Language : C++ or C
 Operating System : windows

Hardware Requirement:

 CPU : Minimum Intel core TM i3 processor


 RAM : Minimum 2GB
 HDD : Minimum 500 GB
6. Reference
Books:
 C++ - By Balgurusamy

Websites:
 https://www.icpc.baylor.edu/worldfinals/problems/icpc2018.pdf
 https://www.youtube.com/watch?v=X-WuYwM6WEc

S-ar putea să vă placă și