Search
102 articles for “Algorithm Performance”
-
Advancements in K-Means Clustering: Boosting Algorithm Performance through Innovations
Abstract: K-Means clustering is a widely used unsupervised learning algorithm for partitioning a dataset into distinct clusters. Despite its popularity and simplicity, K-Means has several limitations, such as sensitivity to initial centroids, convergence to local minima, and inefficiency with large datasets. This paper reviews recent advancements aimed at addressing these challenges and enhancing the performance of the K-Means algorithm. Innovations include improved initialization methods, such as K-Means++, which significantly reduce the …
Published in International Journal of Solid State Innovations & Research · Vol. 3, Issue 1, 2025 · pp. 30–37 Read article
-
Traversal Speed Comparison of BFS and DFS in Balanced and Skewed Binary Trees
Abstract: In this paper, we provide an analysis of how well both breadth-first search (BFS) and depth-first search (DFS) algorithms perform while wandering through two kinds of binary trees: balanced and skewed. The research was motivated by the practical application of storing files and directories in a certain type of parent-child relationship through the use of hierarchical file systems (e.g., windows explorer). The result of measuring how fast and versatilely these …
Published in International Journal of Data Structure Studies · Vol. 4, Issue 2, 2026 Read article
-
Algorithmic Strategies for Complex Data Handling: Optimizing Data Structures for Enhanced Computational Performance
Abstract: We live in an age of big data and processing very large often complicated datasets can be crucial to efficient algorithmic performance. This paper discusses different algorithmic techniques when working with difficult data and how to arrange your information structures correctly for better functionality in large-scale methods. It checks the impact of different algorithms like sorting, searching, and hashing in boosting its processing speed as well as memory use. This …
Published in International Journal of Data Structure Studies · Vol. 2, Issue 2, 2024 · pp. 1–10 Read article
-
Learning Data Structures: Key to Good Programming
Abstract: Data structures are the most crucial feature of good programming and are needed to solve hard computational problems. This model makes use of two different recurrent neural network architectures, specifically long short-term memory (LSTM), and gated recurrent unit (GRU) networks. It explains how selecting and using the correct data structures may speed up computations, optimize memory, and scale code. How data structures and algorithms relate and how to think about …
Published in International Journal of Data Structure Studies · Vol. 4, Issue 1, 2026 · pp. 29–39 Read article
-
Deadlock Controlling Algorithms for Distributed Database Systems
Abstract: When the demand for a system resource exceeds the system's capacity, deadlock – an operating system problem – results. The problem of deadlock frequently causes a distributed database's performance to lag. This research critically examined two types of deadlock problems that have an impact on a distributed database's performance. Transaction control and transaction location deadlock difficulties were the specific challenges that the article specifically addressed. In this paper, deadlock prevention …
Published in International Journal of Algorithms Design and Analysis Review · Vol. 1, Issue 2, 2023 · pp. 10–17 Read article
-
Using Machine Learning for Key phrase Extraction in Digital Libraries
Abstract: Machine learning has revolutionized various aspects of information retrieval, including key phrase extraction in digital libraries. Key phrase extraction is crucial for summarizing and categorizing vast amounts of textual data, enabling efficient search and retrieval processes. This study explores the application of machine learning techniques for automatic key phrase extraction in digital libraries. We review various supervised and unsupervised learning algorithms, including deep learning models, that are employed to identify …
Published in International Journal of Cheminformatics · Vol. 1, Issue 2, 2023 · pp. 8–13 Read article
-
Performance, Combustion and Emission analysis of Sunflower oil based Biodiesel using Non-Dominated Sorting Genetic Algorithm-II
Abstract: Biodiesel is used as alternate fuel of I. C. Engines for so many years. It is obtained from various edible and non-edible oils including waste cooking oils through trans-esterification process in the presence of catalyst. The suitable amount of biodiesel mix with commercial diesel can be used to run the compression ignition engines. The optimum combination of engine input parameters is the challenging task as required by the design engineer …
Published in International Journal of Energy and Thermal Applications · Vol. 1, Issue 1, 2023 · pp. 1–6 Read article
-
Application of B-trees for Design of Optimal Page Replacement Technique in Modern Operating Systems
Abstract: Algorithms related to replacing the memory pages in operating systems are critical components of modern operating systems that manage virtual memory efficiently. Current algorithms such as LRU (Least Recently Used), Clock algorithms as well as FIFO (First-In-First-Out), often struggle with the increasing demands of contemporary applications and larger memory hierarchies. This research work proposes a novel approach utilizing B-tree data structures to design an optimal page replacement technique. The proposed …
Published in International Journal of Data Structure Studies · Vol. 3, Issue 2, 2025 · pp. 23–30 Read article
-
Parallel Greedy Approach for Phylogenetic Tree Construction in the Context of Marine Species
Abstract: The rebuilding of phylogenetic trees for marine species shows major computing problems because of the massive genomic data and the huge biodiversity inherent in ocean ecosystems. Traditional phylogenetic methods are accurate but become more expensive when they are processing with thousands of marine taxa parallelly. This article shows a critical analysis of parallel greedy algorithms as an adaptable solution for large-scale marine phylogenetics. It examines the main principles of greedy …
Published in International Journal of Algorithms Design and Analysis Review · Vol. 4, Issue 1, 2026 · pp. 33–45 Read article
-
Machine Learning Based Sentiment Analysis of Student Feedback in Higher Education
Abstract: Educational institutions routinely collect feedback from students to understand their perceptions of academic programs, infrastructure, and campus facilities, to improve the overall quality of the college environment. In current practice, feedback is often gathered using numerical or grade-based rating systems, which tend to oversimplify student opinions and may overlook important details related to their level of satisfaction. In contrast, open-ended textual feedback allows students to clearly express their views, concerns, …
Published in International Journal of Data Structure Studies · Vol. 4, Issue 1, 2026 · pp. 01–10 Read article
-
Searching Substring in O(n) Time Complexity
Abstract: This research paper presents a highly efficient algorithm for substring search within a given string, achieving a remarkable time complexity of O(n). The proposed algorithm utilizes a two-pointer approach to compare the given string with the targeted substring. By employing string concatenation, the algorithm dynamically constructs a resultant substring during the matching process. Upon completion of character matching, the algorithm compares the resultant substring with the targeted substring and returns …
Published in International Journal of Algorithms Design and Analysis Review · Vol. 1, Issue 1, 2023 · pp. 9–15 Read article
-
Exploring the Efficiency of Leading and Lagging Indicators in Algorithmic Trading
Abstract: This paper details a comparison of the overall performance of leading and lagging technical indicators used in algorithmic trading over an extended period. While much of the prior research focuses on index price forecasting and some on statistical arbitrage derived from these predictive techniques, there is a scarcity of studies that assess and evaluate trading strategies. The strategies considered for the study were tested on historical data of the 50 …
Published in International Journal of Algorithms Design and Analysis Review · Vol. 2, Issue 2, 2024 · pp. 8–18 Read article
-
Attitude Control System for Flight: A Comprehensive Review
Abstract: Attitude control systems is an integral part of flight control systems because they are responsible for the stability and maneuverability of different airborne vehicles within all flight regimes. The following paper presents an extensive overview of attitude control systems that are commonly in use in various flight applications and examines their design implementation, and performance on the space. The paper starts with a general overview of the main mechanisms of …
Published in International Journal of Solid State Innovations & Research · Vol. 2, Issue 1, 2024 · pp. 8–14 Read article
-
Enhancing Security of UPI Payments Through Artificial Intelligence
Abstract: The integration of Artificial Intelligence (AI) into modern digital payment systems has brought about a significant transformation in the banking and financial sector. Among these systems, the Unified Payments Interface (UPI), developed by the National Payments Corporation of India (NPCI), has emerged as one of the most successful real-time payment mechanisms due to its simplicity, accessibility, and efficiency. With the incorporation of AI technologies, UPI has witnessed notable improvements in …
Published in International Journal of Mobile Computing Technology · Vol. 3, Issue 2, 2025 · pp. 7–12 Read article
-
Management of Lead–Acid Battery System in Electric Vehicles
Abstract: To determine the lead-acid battery's state of charge in electric vehicles, a novel coulometric method is presented in this article. There are two major problems with the main state of charge algorithms that are currently in use: one defines the state of charge incorrectly for applications involving electric vehicles, and the other uses the accumulator's static performance sub-optimally to estimate its state under dynamic stresses. To address these two shortcomings, …
Published in International Journal of Electro-Mechanics and Material Behaviour · Vol. 2, Issue 1, 2024 · pp. 18–27 Read article
-
Explainable Artificial Intelligence in Personalized Medicine: Emerging Clinical Perspectives
Abstract: The convergence of artificial intelligence (AI) and precision medicine has transformed contemporary healthcare by enabling data-driven clinical decision-making, individualized therapeutic interventions, and predictive diagnostics. However, despite remarkable advances in machine learning (ML) and deep learning (DL), the widespread adoption of AI in healthcare remains constrained by the “black-box” nature of many computational systems. Clinicians, regulatory agencies, and patients increasingly demand transparency, interpretability, and trustworthiness in AI-guided medical recommendations. Explainable Artificial …
Published in Emerging Trends in Personalized Medicines · Vol. 3, Issue 2, 2026 · pp. 13–29 Read article
-
Emerging Trends in Data Structures for Modern Machine Learning Applications
Abstract: In the realm of machine learning, data structures play a pivotal role in facilitating efficient data manipulation, storage, and retrieval, thereby significantly impacting the performance and scalability of machine learning algorithms. In recent years, the field of machine learning has witnessed the emergence of novel data structures tailored to address scalability and efficiency challenges inherent in handling large-scale and high-dimensional data. This study provides a look at the data preprocessing, …
Published in International Journal of Data Structure Studies · Vol. 2, Issue 1, 2024 · pp. 1–7 Read article
-
Hybrid Intelligence in Cyber Security: A Study
Abstract: The digital landscape is a battlefield of escalating complexity, where the volume, velocity, and sophistication of cyber threats have exponentially outpaced human-centric defense models. Traditional rule-based security systems and siloed artificial intelligence (AI) solutions, while valuable, are increasingly brittle, overwhelmed by zero-day exploits, polymorphic malware, and coordinated, state-sponsored campaigns that operate in the shadows of big data. This paper posits that the paradigm of cybersecurity must fundamentally shift from one …
Published in International Journal of Wireless Security and Networks · Vol. 4, Issue 1, 2026 · pp. 01–09 Read article
-
Supply Chain Design Considering Social and Environmental Risks
Abstract: The aim of the research is to design a supply chain taking into account social and environmental risks. In this research, an attempt was made to present a model that, by considering variables close to the real world, simultaneously considers cost and sustainability issues for designing a meat supply chain network, including locating facilities, using technology in them, how products flow in the network, etc. In order to examine the …
Published in International Journal of Industrial and Product Design Engineering · Vol. 4, Issue 1, 2026 · pp. 35–43 Read article
-
Development of Fast and Power Efficient Elevator
Abstract: The rapid urbanization and vertical expansion of cities have led to a surge in the construction of high-rise buildings, creating a growing demand for elevator systems that are not only fast but also energy efficient. As population density in metropolitan areas increases, the pressure on vertical transportation systems intensifies, highlighting the need for solutions that can handle high passenger traffic without compromising performance or sustainability. This study presents the development …
Published in International Journal of Advanced Robotics and Automation Technology · Vol. 3, Issue 2, 2025 · pp. 32–41 Read article