 
      
    | You are here | blog.nuculabs.de | ||
| | | | | thatonegamedev.com | |
| | | | | 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 | |
| | | | | 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 | |
| | | | | 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 | |
| | | 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... | ||