Skip to content

Abhishekmishra-17/code-optimization-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-optimization

Code optimization is a technique by which we can optimize our code by deleting all "dead codes" and by eleminating "common expressions" from the inputs.

Dead code

Dead code is that codes or expressions which does not affect output of the expressions(arithmatic). e.g a=9 b=c+d c=7 and d=3 ...here "a=9" is dead code...

Common expression

The expressions which either "R value"(right value) or both "L values (left values) and R values " are same,are called common expressions.

e.g a=b+c f=b+c are common expressions..

Code based...

Here we can use the csv file(input.csv) as input, which contains the two header "left" and "right" for "L value" and "R value " respectively.

Other file is "output1.csv", which is used to store the intermediate results..

"Code optimization.jpg" file is final output...

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy