Skip to content

Commit

Permalink
Update XOR_linked_list.c
Browse files Browse the repository at this point in the history
Changed @details to @brief
  • Loading branch information
SahilK-027 authored Oct 26, 2023
1 parent 7cffc49 commit 3486786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_structures/linked_list/XOR_linked_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* @file
*
* @details
* @brief
* [XOR List](https://en.wikipedia.org/wiki/XOR_linked_list) combines the properties of a
* circular doubly linked list and XOR pointers to save memory and enhance performance.
* Each node contains an XOR of the addresses of the previous and next nodes.
Expand Down

0 comments on commit 3486786

Please sign in to comment.