Search result

Leetcode - Valid Sudoku

Determine if a 9 x 9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules:

algorithm Leetcode

Leetcode - Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts

You are given a rectangular cake of size h x w and two arrays of integers horizontalCuts and verticalCuts where:

algorithm Leetcode

Leetcode - Custom Sort String

You are given two strings order and s. All the words of order are unique and were sorted in some custom order previously.

algorithm Leetcode

Leetcode - Container With Most Water

You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0) and (i, height[i]).

algorithm Leetcode Two Pointer series-bcdf5b3-Leetcode-Two-Pointer-Sliding-Window

Leetcode - Longest Substring Without Repeating Charactes

문자열 s 가 주어졌을 때 겹치는 문자가 없는 부분 문자열의 길이를 반환하라.

algorithm Leetcode Sliding Window series-bcdf5b3-Leetcode-Two-Pointer-Sliding-Window

[Algorithm] Codility Lesson 2-1

A non-empty array A consisting of N integers is given. The array contains an odd number of elements, and each element of the array can be paired with another element that has the same value, except fo...

Design Pattern & Algorithm algorithm codility indexOf lesson Push Quick quick sort quick 정렬 sort Splice XOR 알고리즘 코딜리티 퀵정렬

[Algorithm] Codility Lesson 1

재직중인 회사에서도 채용 시 코딩테스트로 쓴다고 해서 들어 봤는데 기출 문제도 있는지 몰랐다가 우연히 알게되서 Codlility Lesson 을 통해 알고리즘 공부를 하고 있다.하나씩 풀다보면 와, 참 이 함수를 이렇게...

Design Pattern & Algorithm algorithm codility lesson 기출문제 알고리즘 코딜리티

MinHash란?

MinHash 알고리즘을 이해한 만큼 적어보려고 합니다. 요즘, 회사에서 사용할 봇을 제작하고 있는데요, 약간의 자연어 처리 기능을 넣어보려고 했습니다. 어떻게 하면 효율적으로 처리가 가능할까 하다가 MinHash 라...

minhash math algorithm

MinHash란?

MinHash 알고리즘을 이해한 만큼 적어보려고 합니다. 요즘, 회사에서 사용할 봇을 제작하고 있는데요, 약간의 자연어 처리 기능을 넣어보려고 했습니다. 어떻게 하면 효율적으로 처리가 가능할까 하다가 MinHash 라...

math algorithm

MinHash란?

MinHash 알고리즘을 이해한 만큼 적어보려고 합니다. 요즘, 회사에서 사용할 봇을 제작하고 있는데요, 약간의 자연어 처리 기능을 넣어보려고 했습니다. 어떻게 하면 효율적으로 처리가 가능할까 하다가 MinHash 라...

math algorithm