For job interview, about Web 면접 공부하기-웹 2
1. 라이브러리와 프레임워크의 차이 1. Library 라이브러리 재사용이 필요한 기능으로 반복적인 코드 작성을 없애기 위해 언제든지 필요한 곳에서 호출하여 사용할 수 있도록 class나 function으로 만들어진 것이다. e.g. jQuery, React.js
1. 라이브러리와 프레임워크의 차이 1. Library 라이브러리 재사용이 필요한 기능으로 반복적인 코드 작성을 없애기 위해 언제든지 필요한 곳에서 호출하여 사용할 수 있도록 class나 function으로 만들어진 것이다. e.g. jQuery, React.js
Problem You will be given a list of integers, arr, and a single integer k. You must create an array of length k from elements of arr such that its unfairness...
Problem Davis has a number of staircases in his house and he likes to climb each staircase 1,2, or 3 steps at a time. Being a very precocious child, he wonde...
Problem Sherlock considers a string to be valid if all characters of the string appear the same number of times. It is also valid if he can remove just 1 cha...
Problem Given an array of integers, find the subset of non-adjacent elements with the maximum sum. Calculate the sum of that subset.