Search
102 articles for “Algorithm Performance”
-
Intelligent Traffic Monitoring: YOLO v8 and CSV Data Integration
Abstract: The “Intelligent Traffic Monitoring: YOLO v8 and CSV Data Integration” project is a cutting-edge solution for intelligent traffic monitoring, with YOLO v8 (You Only Look Once) serving as the fundamental technology for real-time vehicle detection and traffic counting on roads. In addition to these features, the system interfaces effortlessly with data pipelines and machine learning projects by storing gathered traffic data in CSV (Comma-Separated Values) format. The major goal of …
Published in International Journal of Electronics Automation · Vol. 1, Issue 2, 2023 · pp. 20–24 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