PinnedHow a DNS server (Domain Name System) works [Medium]- Understanding the steps of how DNS server…In the world of networking, computers don’t go by names like humans do, they do by numbers because that’s how computers and and other…Feb 24, 20211Feb 24, 20211
Letter Combinations of a Phone Number(Problem Solving- Java)Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. Return the…Feb 26, 2021Feb 26, 2021
Toeplitz Matrix[Medium] (Pramp-Java)Problem Description: A Toeplitz matrix is a matrix where every left-to-right-descending diagonal has the same element. Given a non-empty…Feb 24, 2021Feb 24, 2021
Array of Array products (Pramp, Java)Problem Description: Given an array of integers arr, you’re asked to calculate for each index i the product of all integers except the…Feb 24, 2021Feb 24, 2021