
DEVELOPMENT OF A PHONE BOOK MANAGEMENT SYSTEM USING DOUBLY LINKED LISTS IN DATA STRUCTURES WITH C++ PROGRAMMING LANGUAGE
Abror Musulmonov , Inha University in Tashkent School of Computer and Information EngineeringAbstract
This paper presents the development of a Phone Book Management System utilizing Doubly Linked Lists (DLLs) in C++. The system was designed to manage, store, and retrieve contact information efficiently, focusing on minimizing computational overhead. DLLs were chosen for their ability to allow bidirectional traversal, facilitating complex operations such as insertion, deletion, and search functions. The system's implementation, performance analysis, and potential enhancements are discussed, along with relevant code excerpts to illustrate the methodologies used.
Keywords
References
Tutorialspoint. (n.d.). Doubly Linked List Data Structure. Retrieved from https://www.tutorialspoint.com/data_structures_algorithms/doubly_linked_list.html
Programiz. (n.d.). Doubly Linked List in C Programming. Retrieved from https://www.programiz.com/dsa/doubly-linked-list
Studytonight. (n.d.). Doubly Linked List in Data Structure. Retrieved from https://www.studytonight.com/data-structures/doubly-linked-list
Codementor. (n.d.). Understanding and Implementing a Doubly Linked List in C++. Retrieved from https://www.codementor.io/@codementorteam/understanding-and-implementing-a-doubly-linked-list-in-c-du107y8f2
GeeksforGeeks. Introduction and Insertion in a Doubly Linked List. Retrieved from https://www.geeksforgeeks.org/introduction-and-insertion-in-a-doubly-linked-list/
Towards Data Science. Data Structures in C++ Part 1. Retrieved from https://towardsdatascience.com/data-structures-in-c-part-1-b64613b0138d/
PrepBytes. Advantages, Disadvantages, and Uses of a Doubly Linked List. Retrieved from https://www.prepbytes.com/blog/linked-list/advantages-disadvantages-and-uses-of-a-doubly-linked-list/
GitHub Repository by Rustam-Z. Data Structures and Algorithms. Retrieved from https://github.com/Rustam-Z/data-structures-and-algorithms
Article Statistics
Downloads
Copyright License

This work is licensed under a Creative Commons Attribution 4.0 International License.