2018-02-06 TIL WPS. 22 Intermediate Models
##Many-to-Many에 대해서 조금 더 공부하기
More …##Many-to-Many에 대해서 조금 더 공부하기
More …Ticket numbers usually consist of an even number of digits. A ticket number is considered lucky if the sum of the first half of the digits is equal to the sum of the second half.
More …https://practice.geeksforgeeks.org/problems/string-comparison/0/?ref=self
More …Given two strings, find the number of common characters between them.
More …Given two integers n and m. The problem is to find the number closest to n and divisible by m. If there are more than one such number, then output the one having maximum absolute value. If n is completely divisible by m(not equal to 0), then output n only. Time complexity of O(1) is required.
More …Given a string consisting of only 0, 1, A, B, C where
A = AND
B = OR
C = XOR
Calculate the value of the string assuming no order of precedence and evaluation is done from left to right.
Given an array of strings, return another array containing all of its longest strings.
More …Given two non-negative numbers X and Y. The task is calculate the sum of X and Y.
More …Given a positive integer N, print count of set bits in it. For example, if the given number is 6, output should be 2 as there are two set bits in it.
More …