RinHizakura / linked-list

A practice to implement a singlely linked list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linked list

Introduction

This is a practice to implement a linked list for different operation.

If you could read chinese, you are welcome to visit Here! Please give me any opinion if you find bug in my code!

Reference

The original source code is from 2020q3 第 1 週測驗題 of class "NCKU 進階電腦系統理論與實作".

About

A practice to implement a singlely linked list


Languages

Language:C 45.4%Language:Shell 19.6%Language:Python 14.2%Language:C++ 13.7%Language:Makefile 7.1%