CFP last date
22 April 2024
Call for Paper
May Edition
IJCA solicits high quality original research papers for the upcoming May edition of the journal. The last date of research paper submission is 22 April 2024

Submit your paper
Know more
Reseach Article

10x Matrix Searching Algorithm

by Ajay Kedia, Shagun Dhingra
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 148 - Number 8
Year of Publication: 2016
Authors: Ajay Kedia, Shagun Dhingra
10.5120/ijca2016911258

Ajay Kedia, Shagun Dhingra . 10x Matrix Searching Algorithm. International Journal of Computer Applications. 148, 8 ( Aug 2016), 37-43. DOI=10.5120/ijca2016911258

@article{ 10.5120/ijca2016911258,
author = { Ajay Kedia, Shagun Dhingra },
title = { 10x Matrix Searching Algorithm },
journal = { International Journal of Computer Applications },
issue_date = { Aug 2016 },
volume = { 148 },
number = { 8 },
month = { Aug },
year = { 2016 },
issn = { 0975-8887 },
pages = { 37-43 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume148/number8/25780-2016911258/ },
doi = { 10.5120/ijca2016911258 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T23:52:50.310849+05:30
%A Ajay Kedia
%A Shagun Dhingra
%T 10x Matrix Searching Algorithm
%J International Journal of Computer Applications
%@ 0975-8887
%V 148
%N 8
%P 37-43
%D 2016
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Searching is the main fundamental concept using in computer Science to get the data from unsorted and sorted elements. There are a number of searching algorithms present in computer science. Here, we are going to introduce with new searching algorithms i.e. 10x Matrix Searching algorithms. 10x refer to a table which contains only 10 rows and x refer to the columns associated with each row. So, basically we are going to search an item from a collection of items. These item may be a part of database, may be a part of some formula or procedure which are going to use in our programs, like we are finding some solution of an equation and we need the root of an equation.

References
  1. Narasimha Karumanchi, Data Structure and algorithms Made Easy in Java: Data structure and Algorithms.
  2. Jagged array example. Online http://www.dotnetperls.com/jagged-array .
  3. Linear and Binary searching example. Online www.cprogramming.com/discussionarticles/sorting_and_searching.html
  4. En.m.wikipedia.org/wiki/Linear_search.
Index Terms

Computer Science
Information Sciences

Keywords

Searching Jagged Array Index 10x Matrix Linked List.