Skip to content

Instantly share code, notes, and snippets.

View mthomason's full-sized avatar
👻

Michael Thomason mthomason

👻
View GitHub Profile
@mthomason
mthomason / MTLinkedList.h
Last active December 17, 2024 01:43
Objective-C Linked List
//
// MNLinkedList.h
// libMTDataStrutures
//
// Created by Michael Thomason on 12/10/12.
// Copyright © 2024 Michael Thomason. All rights reserved.
//
#ifndef MAD_DataStructures_MTLinkedList_h
#define MAD_DataStructures_MTLinkedList_h