Home Page
Qwiklabs Trivia July 2023 Week 2 Quiz Solution
1. Trivia Tuesday You are working on Cisco SD-WAN Cloud Hub with Google Cloud project. As per requirement you are ...
Read more
Longest Substring Without Repeating Characters LeetCode
Given a string s, find the length of the longest substring without repeating characters.
Read more
Add Two Numbers LeetCode
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes...
Read more
Qwiklabs Trivia July 2023 Week 1 Quiz Solution
Solution of Google Cloud Arcade Qwiklabs Trivia July 2023 Week 1 Quiz can be accessed Here.
Read more
Two Sum LeetCode
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
Read more
HackerRank Python: Introduction to Sets Solution
Question A set is an unordered collection of elements without duplicate entries. When printed, iterated or converted into a sequence, its elements ...
Read more
HackerRank Python: Polar Coordinates Solution
Learn how to convert a complex number to polar coordinates using Python's cmath module. Read the input, calculate magnitude and phase angle.
Read more
HackerRank Python: itertools.permutations() Solution
Learn how to generate permutations of elements in an iterable using Python's itertools module. Get code samples and try it out yourself. #Pythonprogramming
Read more
HackerRank Python: collections.Counter() Solution
Learn how to use Python's Counter function to store and count elements in a container, with sample code. Then, solve a shoe shop owner's task.
Read more
HackerRank Python: itertools.product() Solution
Learn how to compute the cartesian product of two lists in Python using the itertools module. Get code samples and an explanation.
Read more