International Journal of Data Structure Studies
Volume 1, Issue 1 (2023)
Table of contents
-
Array-Linked Data Structure: Introducing a Hybrid Model of Memory Management and Faster and Easier Insertion and Reallocation Procedures
Abstract: Here, I have introduced a new data structure titled “Array-Linked Data Structure”. It incorporates a hybrid model of memory allocation, introducing a new insertion procedure in an existing data structure which is faster than that for arrays. It also offers O(c) access time where c is a constant. The access time is worse than O(1) for an array but still better than that for a linked list since the index …
Published in International Journal of Data Structure Studies · Vol. 1, Issue 1, 2023 · pp. 1–11 Read article
-
A Novel Hybrid Link Prediction Algorithm for E-Commerce Recommender System Based upon Common Neighbor and Resource Allocation Methods
Abstract: Link prediction is a challenging task in recommender systems, as it requires the ability to accurately predict future links between users and items. In this study, we propose a novel hybrid link prediction algorithm for e-commerce recommender systems that combines the common neighbor and resource allocation methods. The common neighbor method is a straightforward and intuitive algorithm that calculates the number of shared neighbors between two nodes. The intuition is …
Published in International Journal of Data Structure Studies · Vol. 1, Issue 1, 2023 · pp. 12–17 Read article
-
Study of Finite State Machines as Language Recognizer
Abstract: Finite State Machines (FSMs) play a fundamental role in computer science and linguistics as language recognizers. This study presents an exploration of the principles and applications of FSMs as efficient tools for recognizing formal languages. The study delves into the theoretical foundations of FSMs and their practical implementation in various language recognition tasks. The fundamental ideas of FSMs, including as states, transitions, and input symbols, are introduced in this study. …
Published in International Journal of Data Structure Studies · Vol. 1, Issue 1, 2023 · pp. 18–24 Read article
-
Assessing the Performance of DL Methods in Handwritten Digit Recognition
Abstract: Handwritten digit recognition is a computer vision task that involves the automatic identification and classification of hand-written digits. The objective is to develop models capable of accurately recognizing and distinguishing digits handwritten by humans. With the development of machine learning and deep learning techniques, this field has advanced remarkably. The convolutional neural network (CNN) is the most often used technique for this purpose. By utilizing CNN, the model can learn …
Published in International Journal of Data Structure Studies · Vol. 1, Issue 1, 2023 · pp. 25–32 Read article
-
A Comparison of NoSQL and Relational Database Management Systems (RDBMS)
Abstract: The new aspirant is a non-relational abstracts abundance which is widely deployed in large website environments where there is less reliance on relational databases, leading to enhanced performance in the field of data retrieval. NoSQL are additionally accepted as non-relational databases adulation relational databases and are now acclimated by the world's bigger organizations such as Facebook, Amazon, and Google. Both models are acceptable in specific areas and for specific applications. …
Published in International Journal of Data Structure Studies · Vol. 1, Issue 1, 2023 · pp. 33–37 Read article