Solutions to challenges from different sites including
Specific Profiles
Directory organization is currently a bit messy because it mixes solutions to challenges and topic at the same level, anyway solutions are typically self contained
Computation of the Power Set of a Set
Added the Programming Idioms Section starting with some example about Traits in Rust
Added the Array2D Rust Examples
Added a PR for Hackerrank Challenge Array Hourglass with Solutions in Scala
Added a PR for Hackerrank Challenge Special String Again adding a CPP Solution
Added a new Hackerrank Section about Solutions in Rust with a first element about Array Sum Solution
Added a new Coding Challenge - Iterator over a nested data structure and the related Solutions Page
Added a new solution about Polygon Perimeter Computation in Scala Hackerrank challenge in Scala
Added a new solution about 10 Days of Javascript - Day 2: Loops Hackerrank challenge in NodeJS
Added a new solution about 10 Days of Javascript - Day2: Conditional Statements Hackerrank challenge in NodeJS
Added a PR about Finding the occurrences of a given number in an ordered set
Added a PR about Frequency Queries
Added a PR about Counting Triplets
Added a PR related to Project Euler with a solution to first challenge
Added a PR related to Unique Digits Counting implemented in Functional style with CPP and with CodeReview Post appunto
Added a PR related to Code Review Stack Exchange elements with a couple of submissions
Added PR introducing a section about Combinatorics starting from solving Permutations in a quite general case
Added Add Two Sum - Leetcode Solution with related explanation about the Add Two Sum - Leetcode challenge and a Medium Article with the explanation and solution details
Added PR with a solution in Haskell to Linear Search - Hackerearth fully relying pure functions and recursion
Added a PR for a new section about unordered_map
unordered_set
map
set
starting with the verification of both the lookup and iterability semantics to access elements
Added PR for Careercup Solutions starting with a CPP Solution related to checking the possibility to compose a given word with N Dices each of which has different characters
Added a PR with a CPP Solution to Two Sums - Leetcode
Added a PR with Haskell Solution to Kangaroo
It means I have officially added Haskell to the languages set I am practicing
Added a PR to add an Hacker Earth Section and Working Branch also including to Prime Numbers Listing
Added a PR with #CPP Solution to Socks Merchant
Added a PR with #CPP Solution to Sherlock and Anagrams
Added a PR with #CPP Solution to Minimum Swaps 2
Created Hackerrank CPP Branch to continuously add and update Hackerrank CPP related solutions and possibly articles