An open API service indexing awesome lists of open source software.

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

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".