Java No-Object Linked List - Part 1

Опубликовано: 03 Апрель 2026
на канале: Sesh Venugopal
13,525
73

This is a non object-oriented approach that is useful to know and use to (a) implement
non-standard functionality not found in commonly available linked list objects, or to (b) implement simple linked list functionality without the overhead of a linked list object. Explains some of the more nuanced issues in parameter passing and memory addressing. This is part of a series of lessons in data structures and algorithms by Sesh Venugopal: http://www.cs.rutgers.edu/~venugopa