CFP last date
22 April 2024
Reseach Article

Analysis, Implementation, Comparison and Evaluation of different Logical Techniques of Solving the Same Computing Problem

by Vimal P. Parmar, C. K. Kumbharana
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 134 - Number 16
Year of Publication: 2016
Authors: Vimal P. Parmar, C. K. Kumbharana
10.5120/ijca2016908217

Vimal P. Parmar, C. K. Kumbharana . Analysis, Implementation, Comparison and Evaluation of different Logical Techniques of Solving the Same Computing Problem. International Journal of Computer Applications. 134, 16 ( January 2016), 31-35. DOI=10.5120/ijca2016908217

@article{ 10.5120/ijca2016908217,
author = { Vimal P. Parmar, C. K. Kumbharana },
title = { Analysis, Implementation, Comparison and Evaluation of different Logical Techniques of Solving the Same Computing Problem },
journal = { International Journal of Computer Applications },
issue_date = { January 2016 },
volume = { 134 },
number = { 16 },
month = { January },
year = { 2016 },
issn = { 0975-8887 },
pages = { 31-35 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume134/number16/24001-2016908217/ },
doi = { 10.5120/ijca2016908217 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T23:34:27.324286+05:30
%A Vimal P. Parmar
%A C. K. Kumbharana
%T Analysis, Implementation, Comparison and Evaluation of different Logical Techniques of Solving the Same Computing Problem
%J International Journal of Computer Applications
%@ 0975-8887
%V 134
%N 16
%P 31-35
%D 2016
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Computers are considered as logic driven tools. We can have different solutions for the same problem. How a particular problem can be solved depends on the individual thinking and logic. There may be multiple routes to reach from one city to another, what the route is selected depends on the best route in terms of distance, quality of routes and safety. Same way parallel it can be compared with the approach for solving computing problems. To perform task through a computer we must require writing a program in specific language and then converting it into its equivalent machine language program either by an interpreter or a compiler. Also, there exist more than one such type of solutions for the same problem. Each may have its own advantages and disadvantages in terms of memory requirement, time required for executing by a computer and readability in form of understanding the logic of solution. This research paper is discussing different basic problems to be solved by a computer in different ways and which is better compared to others using above characteristics. Same type of analysis can be applied to any complex problem by determining all possible solutions and comparisons. The examples used are so basic to better understand the power of programming language and the solution itself.

References
  1. Dennis M Ritchie, Brian W. Kernighan “The C Programming Language” Second Edition
  2. Pradip dey, Manas Ghosh “ Programming in C” Oxford publication
  3. E. Balagurusamy “Programming in ANSI C”
  4. Yashavant Kanetkar “Let us C”
Index Terms

Computer Science
Information Sciences

Keywords

Analysis comparison evaluation memory requirement execution time