Skip to content
  • Say Hi
Get Started

xor doubly linked list

Data Structures

What is XOR Doubly Linked List?

ByH.G. October 31, 2023October 31, 2023

A warm Hello to all the readers! In the last post, we talked about Doubly linked list. Now there is a variant of doubly linked list. This is originated in order to save the memory resource. A doubly linked list stores three elements. Two are the pointers to previous and next node in the list….

Read More What is XOR Doubly Linked List?Continue

© 2025 The Story Wire

  • What is Queue Data Structure?