Explore >> Select a destination


You are here

blog.nuculabs.de
| | thatonegamedev.com
10.2 parsecs away

Travel
| | In this article I will show you how to make a linked list using a simple mathematical hack. This will produce a more memory efficient list.
| | ugross.dev
5.0 parsecs away

Travel
| | Linked list is a linear data structure, this means that there is a sequence and an order to how they are constructed and traversed. The...
| | miparnisariblog.wordpress.com
9.7 parsecs away

Travel
| | PatternDescriptionExample usagesWorks onTwo pointersIterate over an array or multiple arrays to achieve some goal, faster than O(n^2)Finding palindromes, merging two arrays, subsequences in stringsUnsorted arrays, sorted arrays, stringsSliding windowFind a subarray that satisfies some numerical constraint. (If the constraint involves counting, use a hashmap).Add elements from the right until the constraint is broken, then remove...
| | 5blogs.wordpress.com
78.2 parsecs away

Travel
| The (best) five blogs I read today. Check them out. Command and control management is straight-up killing people Written by: Ted Bauer Leadership: A Cycle to Deliver Transformation Written by: Thomas Cagley Sustainable Pair Programming Written by: Marlena Compton Software Testing's Low Barrier to Entry Written by: Alessandra Moreira Encouraging testers to share testing Written...