Skip to content

NicolaBernini/CodingChallengesSolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

346 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPPSnippets1

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

Recent Updates

2020-08-01

Computation of the Power Set of a Set

Img1

2020-05-01

2020-02-22

2020-01-28

2020-01-25

2019-11-24

Added the Programming Idioms Section starting with some example about Traits in Rust

Added the Array2D Rust Examples

2019-11-10

Added a PR for Hackerrank Challenge Array Hourglass with Solutions in Scala

2019-11-01

Added a PR for Hackerrank Challenge Special String Again adding a CPP Solution

2019-10-20

Added a new Hackerrank Section about Solutions in Rust with a first element about Array Sum Solution

  • Unfortunately currently Hackerrank does not seem to have much support for Rust, hopefully it will improve in the future

2019-10-12

Added a new Coding Challenge - Iterator over a nested data structure and the related Solutions Page

2019-08-18

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

2019-06-27

Added a PR about Finding the occurrences of a given number in an ordered set

2019-06-13

Added a PR about Frequency Queries

2019-05-18

Added a PR about Counting Triplets

2019-04-27

Added a PR related to Project Euler with a solution to first challenge

2019-04-24

Added a PR related to Unique Digits Counting implemented in Functional style with CPP and with CodeReview Post appunto

2019-04-23

Added a PR related to Code Review Stack Exchange elements with a couple of submissions

2019-04-22

Added PR introducing a section about Combinatorics starting from solving Permutations in a quite general case

2019-04-19

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

2019-04-13

Added PR with a solution in Haskell to Linear Search - Hackerearth fully relying pure functions and recursion

2019-04-10

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

2019-04-09

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

2019-04-07

Added a PR with a CPP Solution to Two Sums - Leetcode

2019-04-05

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

2019-04-03

Added a PR with #CPP Solution to Socks Merchant

2019-04-01

Added a PR with #CPP Solution to Sherlock and Anagrams

2019-03-31

Added a PR with #CPP Solution to Minimum Swaps 2

2019-03-30

Created Hackerrank CPP Branch to continuously add and update Hackerrank CPP related solutions and possibly articles

2019-03-10

Index

CPP11

  • Contains some Basic CPP11 Elements like References, Pointers, Temporaries, ...

HackerRank

  • Contains some HackerRank Solutions of different problems, sometimes using Multiple Paradigms (Functional, OOP, ...)

LeetCode

  • A mix of LeetCode related Solutions