news standard icon news icon Posts #algorithms #data-structures #stack #breadth-first-search #queue #two-pointer #linked-list #apex #architecture #layered #good-practicesSort a stack with another stackSort a stack in ascending order using only one additional stack. Created: Nov 9, 2025 Tags: #algorithms #data-structures #stackCalculate the number of islands in a 2D gridCalculate the number of islands in a 2D grid using Breadth-First Search (BFS). Created: Nov 4, 2025 Tags: #algorithms #breadth-first-search #data-structures #queueSwap nodes in pairsSwap every two adjacent nodes in a linked list and return its head. Created: Oct 28, 2025 Tags: #algorithms #two-pointer #data-structures #linked-listReverse a linked listReverse a linked list with the two-pointer technique iteratively. Created: Oct 11, 2025 Tags: #algorithms #two-pointer #data-structures #linked-listRemove Nth node from end of linked listA classic linked list problem that can be resolved with the two-pointer technique. Created: Oct 7, 2025 Tags: #algorithms #two-pointer #data-structures #linked-listDependency inversion in ApexThe fifth of the SOLID principles Created: Nov 10, 2023 Tags: #apex #architecture #layered #good-practices