Skip to main content

All Questions

Tagged with
1 vote
4 answers
1k views

How to work around Java's lack of pointers to pointers when working with linked data structures? [closed]

I've learned from a textbook how to implement binary search trees recursively in Java, and am working on implementing them nonrecursively. I've found a simple and elegant way to implement an insert ...
Ben's user avatar
  • 121
5 votes
2 answers
4k views

Explanation of satellite data from a programmer's perspective

I have started reading Part 2 of Introduction to Algorithms and in the section The structure of the data the author/authors says in the context of sorting a sequence of numbers: In practice, the ...
Geek's user avatar
  • 5,217