Stephan Yustephanyu.hashnode.dev·Mar 5, 2024#19: What are ^Pinned Values?Pinned values in Elixir allow you to reference existing variables within a pattern match. By using the pin operator ^, you can ensure that a variable's value is used as-is in the pattern match, rather than being treated as a new variable binding. Bas...Elixir
Atchyut Nagabhairavablog.atchyutn.com·Dec 19, 2023Understanding the Differences: Subsets, Subarrays, and Subsequences in Data StructuresIn the world of data structures and algorithms, understanding the nuances between similar-sounding terms is crucial. Today, we're diving into three such terms: subsets, subarrays, and subsequences. While they might seem interchangeable at first glanc... Problem Solving Techniques
Tech Soul Culturetechsoulculture.hashnode.dev·Nov 9, 2023Coding Fundamentals: All You Need to Know 2023The process of writing a set of instructions that guide a computer on how to carry out particular tasks is referred to as codingCoding Fundamentals