Search
106 articles for “time complexity”
-
Impact of Time Complexity Using Array and Linked List in Data Structure
Abstract: Data structures are techniques for maintaining, manipulating, and storing data on a computer, enabling efficient access and modification. They support various operations, such as insertion, deletion, updating, and sorting. Examples of data structure include arrays, linked lists, graphs, heaps, stacks, and queues. Each data structure is designed to meet specific needs and solve particular problems. Typically, we identify the problem, devise a solution as an algorithm, and then write an …
Published in International Journal of Data Structure Studies · Vol. 2, Issue 2, 2024 · pp. 41–48 Read article
-
Rainwater Measuring Algorithm in O(1) Time Complexity
Abstract: The Rain Terraces Time Complexity Data Structure Algorithm (RTTCDSA) introduces a novel method for managing temporal data efficiently, inspired by the natural flow of rainwater on terraced landscapes. This study presents the conceptual framework and implementation details of RTTCDSA, which leverages principles of temporal dynamics and landscape morphology to organize and query temporal data with optimal time complexity. RTTCDSA employs a hierarchical structure akin to terraced landscapes, facilitating rapid traversal …
Published in International Journal of Data Structure Studies · Vol. 2, Issue 1, 2024 · pp. 26–32 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
-
Primality Testing: A Comprehensive Analysis of Methods and Time Complexity
Abstract: This paper examines various primality testing algorithms and analyzes their time complexity. The algorithms we examine include the trial division, which is straightforward but becomes inefficient with large numbers; Fermat’s little theorem which is a probabilistic method included in Monte Carlo type of randomized algorithm; the Solovay–Strassen, based on properties from number theory, particularly those related to Euler’s criterion and Jacobi symbols; and the Miller–Rabin Probabilistic Test, which balances efficiency …
Published in International Journal of Algorithms Design and Analysis Review · Vol. 2, Issue 2, 2024 · pp. 25–31 Read article
-
Complex Space-Time and the Structure of Relativistic Quantum Theory
Abstract: Relativistic quantum mechanics was developed to reconcile the principles of quantum mechanics with Einstein’s theory of relativity. Despite its success in describing high-energy particles, the theory continues to face unresolved conceptual and mathematical difficulties, particularly in relation to the nature of time, causality, and relativistic consistency. In recent years, the idea of extending space-time into the complex domain has emerged as a useful and potentially meaningful approach to these problems. …
Published in Recent Trends in Mathematics · Vol. 3, Issue 1, 2026 · pp. 22–27 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
-
An Auxiliary Array Indexing Approach for Efficient Binary Search in Linked Lists
Abstract: The paper covers an algorithm for searching a linked list structure using binary search. Binary search is a classic example of an algorithm that follows the divide-and-conquer approach. Binary search may be used to find elements in an array. Trying to apply the conventional binary search to a linked list simply does not work out very well; it still has an O(n) time complexity, the same as linear search. This …
Published in International Journal of Data Structure Studies · Vol. 4, Issue 1, 2026 · pp. 21–28 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
-
A research study into the interactions between the monoherbal formulations of arjuna and Aloe vera in a rat model of isoproterenol-induced cardiotoxicity
Abstract: Aloe vera is a herbal dietary supplement, and arjuna is used for its cardioprotective properties. Rats were given isoproterenol hydrochloride subcutaneously to cause myocardial infarction. The purpose of the study was to identify any potential pharmacodynamic interactions between the commercially available formulations of Aloe vera and arjuna. Materials and Procedures: The electrocardiogram (heart rate, ST segment elevation time, QRS complex amplitude), serum cardiac markers (creatine kinase, isoform of creatine kinase, …
Published in International Journal of Toxins and Toxics · Vol. 2, Issue 2, 2025 · pp. 1–10 Read article
-
Machine Learning Assisted Timing Violation Prediction in Sub-7nm VLSI Physical Design
Abstract: The continuous scaling of semiconductor technology into the sub-7nm regime has introduced significant challenges in timing closure due to process variability, interconnect delay, power density, and manufacturing uncertainties. Conventional static timing analysis techniques often require extensive computational resources and iterative optimization cycles, resulting in increased design complexity and longer turnaround time. This research proposes a Machine Learning Assisted Timing Violation Prediction framework for sub-7nm VLSI physical design to improve early-stage …
Published in International Journal of VLSI Circuit Design & Technology · Vol. 4, Issue 1, 2026 Read article
-
DFT Compatible Low Power EDAC Based on Clock Gating
Abstract: The in-situ EDAC architecture is normally hired in timing-error tolerant circuits in a try and decrease the conservative timing protect band due to procedure, voltage, and temperature (PVT) fluctuations. But with the addition of the latch-based totally data channel, extra detection, and propagation common sense, it makes the implementation of the layout for- testability (DFT) tough. We present a new low area test overhead DFT EDAC architecture with extreme reduction …
Published in International Journal of VLSI Circuit Design & Technology · Vol. 3, Issue 1, 2025 · pp. 41–53 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
-
History and Applications of Kalman Filter: A Review
Abstract: The Kalman filter is a powerful algorithm that is used to estimate the dynamic system states with noisy measurements and uncertain behaviors. It is an optimal estimator that minimizes the average squared error between the estimated states and the true states, given the noisy data and a model of the system. The recursive algorithm is highly effective in tracking and predicting the state of complex systems over time. Kalman filters …
Published in International Journal of Electrical Power and Machine Systems · Vol. 2, Issue 1, 2024 · pp. 14–23 Read article
-
Optimization of Robotic Path Planning Algorithms for Autonomous Material Handling Systems
Abstract: For autonomous systems for handling materials (AMHS) to operate as efficiently as possible in industrial and logistical settings, robotic route planning is essential. This study examines many robotic route planning algorithms, emphasizing their use, ways of optimization, and difficulties in material handling systems. To improve the effectiveness, precision, and computational viability of these algorithms, the study also examines a number of optimization strategies, including machine learning, parallelization, heuristic search, and …
Published in International Journal of Robotics and Automation in Mechanics · Vol. 2, Issue 2, 2024 · pp. 15–20 Read article
-
Design and Fabrication of Automatic Timetable Generator and its Application
Abstract: Making a schedule manually is exceedingly challenging in today's literate environment. Timetables must be made specifically for each branch and each year. It becomes quite chaotic, time-consuming, and labor-intensive to manually prepare the timetables. When a staff member needs to be substituted or is on leave, the process can occasionally become complicated. In our effort, we have developed a timetable-creation algorithm that will save a lot of time while lessen …
Published in International Journal of Advanced Robotics and Automation Technology · Vol. 1, Issue 1, 2023 · pp. 21–25 Read article
-
Deploying Fuzzy Logic for Self-Tuning Regulator Design for Motion Control in Modern Electrical Machines
Abstract: Modern electrical machines require sophisticated motion control systems capable of adapting to varying operating conditions, load disturbances, and parameter uncertainties. Traditional self-tuning regulators (STR) based on classical control theory often struggle with nonlinearities, time-varying dynamics, and complex operational environments characteristic of contemporary electric drives. This article presents a comprehensive framework for deploying fuzzy logic in self-tuning regulator design to address these challenges in motion control applications. Fuzzy logic controllers leverage …
Published in International Journal of Electrical Machine Analysis and Design · Vol. 3, Issue 2, 2025 · pp. 11–21 Read article
-
Integrated Policy Approaches to Disaster Risk and Climate Change Governance: A Global Review of Institutional Strategies, Techniques, and Community Resilience
Abstract: Climate change and disaster risks have emerged as interconnected threats that demand integrated and adaptive governance systems. While both domains, disaster risk management (DRM) and climate change adaptation (CCA), have independently evolved over time, their convergence remains a complex challenge for policymakers. This review explores the multidimensional integration of policies addressing disaster and climate risks, focusing on institutional coordination, community participation, and the use of innovative governance mechanisms. Drawing insights …
Published in International Journal of Sustainability · Vol. 2, Issue 2, 2025 · pp. 27–36 Read article
-
Deep Learning-Based Thermal Prediction Models for Solid-State Electronic Devices
Abstract: The rapid advancement of solid-state electronic devices in high-performance computing, communication systems, automotive electronics, and renewable energy applications has significantly increased concerns related to thermal management and device reliability. Excessive heat generation in semiconductor devices adversely affects operational efficiency, switching performance, lifespan, and overall system stability. Traditional thermal prediction methods often require complex numerical computations and extensive simulation time, making them less suitable for real-time monitoring and adaptive control applications. …
Published in International Journal of Solid State Innovations & Research · Vol. 4, Issue 1, 2026 Read article
-
Fast-Charging Techniques for Electric Vehicle Batteries
Abstract: EVs (Electric Vehicles) are becoming the popular mode of green transport, boosted by their efficiency, lower emission and technological vibrancy. But slow battery charging still poses one of the primary stumbling blocks to EV deployment. Conventional charging methods that take hours necessitate inconvenience and range- anxiety. To tackle this, scientists and companies are in a race to develop fast-changing technologies that can charge batteries within minutes without compromising safety. These …
Published in International Journal of Electrical and Communication Engineering Technology · Vol. 4, Issue 1, 2026 · pp. 1–8 Read article
-
A Study on Automatic Feedback Control by Image Processing for Mixing Solutions in a Microfluidic Device
Abstract: Precise and rapid mixing of chemical and biological reagents is a critical yet challenging aspect of microfluidic systems, often limited by laminar flow conditions and the need for manual or pre- programmed interventions. Existing mixing strategies frequently lack real-time adaptability and closed-loop control, hindering reproducibility and the execution of complex reaction protocols. This work presents an innovative automatic feedback control system utilizing the study on real- time image processing to …
Published in International Journal of Advanced Control and System Engineering · Vol. 3, Issue 2, 2025 · pp. 32–41 Read article