https://github.com/rinhizakura/xor-linked-list
A practice to implement a XOR linked list
https://github.com/rinhizakura/xor-linked-list
Last synced: 3 months ago
JSON representation
A practice to implement a XOR linked list
- Host: GitHub
- URL: https://github.com/rinhizakura/xor-linked-list
- Owner: RinHizakura
- Created: 2020-08-30T05:52:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T17:00:50.000Z (over 4 years ago)
- Last Synced: 2024-12-27T12:09:02.238Z (4 months ago)
- Language: C
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XOR linked list
## Introduction
This is a practice to implement a [XOR linked list](https://en.wikipedia.org/wiki/XOR_linked_list) with [optimizing merge sort](https://en.wikipedia.org/wiki/Merge_sort#Optimizing_merge_sort).If you could read chinese, you are welcome to visit [Here](https://hackmd.io/@RinHizakura/rJAwYdIXw)! Please give me any opinion if you find bug in my code!
## Reference
The original source code is from [2020q1 第 3 週測驗題
](https://hackmd.io/@sysprog/linux2020-quiz3) of class "NCKU linux kernel internal".