profile
hello wirld

kadane's algorithm

https://leetcode.com/problems/find-the-substring-with-maximum-cost/description/

2023년 4월 7일
·
0개의 댓글
·

2023-03-26 codejam

breakOK 8:40 - 9:20 40m 운동.https://codejam.lge.com/contest/problem/966/4OK 8:00 - 8:25 union-find?0 1 2 3 4 5 6 7 8 9 100 2 3 1 5 6 7 4

2023년 3월 26일
·
0개의 댓글
·

binary search

by LeetFuncker1

2023년 3월 18일
·
0개의 댓글
·

graph

https://www.acmicpc.net/problem/9466directed graph 로 학생들간의 선호관계를 표현하고 이 그래프에서 cyclic 을 형성하는 학생그룹을 식별. 어느 그룹에도 포함되지 않는 학생의 수를 반환.이번 가을학기에 '문제 해결'

2023년 3월 5일
·
0개의 댓글
·

two pointers

2576\. Find the Maximum Number of Marked Indicesby qeetcode

2023년 2월 26일
·
0개의 댓글
·

코딩 연습 (파트)

2/10숨박꼭질주유소

2023년 2월 9일
·
0개의 댓글
·

sort

https://leetcode.com/problems/put-marbles-in-bags/description/https://leetcode.com/contest/weekly-contest-330/problems/put-marbles-in-bags/f

2023년 1월 29일
·
0개의 댓글
·

prefix sum

https://leetcode.com/problems/subarray-sums-divisible-by-k/

2023년 1월 19일
·
0개의 댓글
·

longest increasing sequence

https://www.acmicpc.net/problem/11054 가장 긴 바이토닉 부분 수열DP 로 풀기

2023년 1월 9일
·
0개의 댓글
·

backtracking

https://leetcode.com/problems/permutations/Given an array nums of distinct integers, return all the possible permutations. You can return the ans

2023년 1월 7일
·
0개의 댓글
·

dynamic programming

https://www.acmicpc.net/problem/9251문제LCS(Longest Common Subsequence, 최장 공통 부분 수열)문제는 두 수열이 주어졌을 때, 모두의 부분 수열이 되는 수열 중 가장 긴 것을 찾는 문제이다.예를 들어, ACA

2023년 1월 7일
·
0개의 댓글
·

Attention Is All You Need

https://arxiv.org/abs/1706.03762Vaswani, Ashish, et al. "Attention is all you need." Advances in neural information processing systems 30 (2017).

2023년 1월 2일
·
0개의 댓글
·

[Book] Designing Data-Intensive Applications

author: martin kleppmannhttps://www.amazon.com/Designing-Data-Intensive-Applications-Reliable-Maintainable/dp/144937332112\. The Future of Data S

2022년 12월 25일
·
0개의 댓글
·
post-thumbnail

백준 골드 만들기

2022/12/14 현재 브론즈몇 문제나 풀어야 할까? 얼마나 풀어야 되지?실버에서 골드까지 갈 때 60문제 풀었다는 블로그글이 있었는데..최소 60문제를 풀어야 된다고 했을 때..5일 안에 풀려면 하루에 12문제?

2022년 12월 13일
·
0개의 댓글
·
post-thumbnail

leetcode contest ranking

22/11/04

2022년 11월 3일
·
0개의 댓글
·

leetcode note (23/01/01)

favorite contestantshttps://leetcode.com/superluminal/https://leetcode.com/veraci/ https://leetcode.com/contest/weekly-contest-283/http

2022년 10월 30일
·
0개의 댓글
·

xv6

environment setup p.26 install QEMU & xv6 git clone https://github.com/best-seungwoo/OSprojectsystemcall.git https://dmmj3ljielax6.cloudfront.net/up

2022년 10월 17일
·
0개의 댓글
·

최적화 자료구조

send, getAck 구현 시 send 의 비중이 매우 많은 상황에서 최적화를 위한 자료구조는?range 에 대한 tuple 과 sort, merge 까지 진행.

2022년 10월 4일
·
0개의 댓글
·

all about bitwise operations

https://leetcode.com/discuss/general-discussion/1073221/All-about-Bitwise-Operations-Beginner-Intermediate

2022년 10월 1일
·
0개의 댓글
·

Amazon | SDE2 L5 | Toronto, Canada | Sep 2022

most frequent wordmost K-frequent wordweather forecast systemhow to send data from temperature sensors (RF, ..)sensors are all around worldhow to scal

2022년 9월 24일
·
0개의 댓글
·