Top "Traversal" questions

Traversal is the action of iterating over all the elements in a sequence of elements.

Can someone explain the traverse function in Haskell?

I am trying and failing to grok the traverse function from Data.Traversable. I am unable to see its point. …

haskell traversal
Efficiently Traverse Directory Tree with opendir(), readdir() and closedir()

The C routines opendir(), readdir() and closedir() provide a way for me to traverse a directory structure. However, each dirent …

c filesystems readdir traversal closedir
How to get nodes lying inside a range with javascript?

I'm trying to get all the DOM nodes that are within a range object, what's the best way to do …

javascript dom range traversal
Converting JavaScript 'this' to jQuery '$(this)'

Please have a look at the following code: <HTML> <HEAD> <script src="//ajax.googleapis.com/…

javascript jquery html traversal
How to select certain child node in TreeView, C#

I am having a problem with selecting a certain child node. What I want to achieve: I you have this …

c# treeview traversal
Getting a modified preorder tree traversal model (nested set) into a <ul>

I am trying to get my data which is hierarchically set up with a tree traversal model into an < …

php html traversal nested-sets
Ray - Octree intersection algorithms

I'm looking for a good ray-octree intersection algorithm, which gives me the leafs the ray passes through in an iterative …

algorithm graphics traversal voxel octree
Shallow copy of a hashset

Whats the best way of doing it? var set2 = new HashSet<reference_type>(); Traverse the set with a …

c# collections union traversal shallow-copy
Traverse an array diagonally

I have a large array of arbitrary size. It's a square array. I'm trying to grasp how to traverse it …

java arrays traversal
jQuery move list item to end of list

I have this list that can be sorted with sortable. How can I move the li item with class .neutral …

jquery list traversal