This website works better with JavaScript
Home
Explore
Help
Register
Sign In
IverMartinson
/
OrangeTree
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
A Linked List Manager
4
Commits
1
Branches
0
Releases
Branch:
master
Branches
Tags
master
OrangeTree
HTTP
SSH
ZIP
TAR.GZ
Iver
db97367bfd
can break from OT_iterate
1 month ago
builds
db97367bfd
can break from OT_iterate
1 month ago
src
db97367bfd
can break from OT_iterate
1 month ago
Makefile
542569379e
added example, fixed logic, OT_erase, updated makefile, tests passed
1 month ago
N-D_planning.jpeg
c9e37268b1
added safeguards
1 month ago
changelog.txt
db97367bfd
can break from OT_iterate
1 month ago
dbg
497505f0ec
first commit
1 month ago
issues.txt
497505f0ec
first commit
1 month ago
readme.md
497505f0ec
first commit
1 month ago
run
497505f0ec
first commit
1 month ago
val
497505f0ec
first commit
1 month ago
readme.md
OrangeTree, A Linked List Manager
How to use?
Simple, the only thing you have to do in order to make a struct into an OrangeTree linked list is to put 2 members in the start of your struct
void* OT_next
void* OT_prev
Done!
Etymology
Orange trees have branches, linked lists are kind of like branches idk
it's getting harder and harder to come up with names for this stuff