Skip to main content

7 docs tagged with "traversal"

View all tags

Array Fundamentals

Master essential array operations including traversal, manipulation, rotation, reversal, and subarray problems critical for efficient algorithms.

Graph Fundamentals

Learn graph representations (adjacency list and matrix), graph traversal algorithms (BFS and DFS), and connected components analysis.

Iterator Pattern

Access elements of a collection sequentially without exposing its underlying representation

Linked List Basic Operations

Master essential linked list operations including traversal, insertion, deletion, reversal, cycle detection, and merging for efficient list manipulation.

Tree Fundamentals

Master tree data structures including traversals (inorder, preorder, postorder, level-order), height calculations, and properties.

Trees & Binary Trees

Master tree data structures and algorithms. Learn tree traversal, binary tree problems, and binary search tree operations.

Visitor Pattern

Represent an operation to be performed on elements of an object structure