Skip to content

kJshine/coding-test-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

526 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baekjoon-algoithm

This is an auto push repository for Baekjoon Online Judge created with BaekjoonHub.

Algorithm Practice

📚 문제 목록

프로그래머스

번호 문제 이름 난이도 유형 풀이 및 회고
120833 배열 자르기 Level 0 풀이 보기
120854 배열 원소의 길이 Level 0 풀이 보기
181873 특정한 문자를 대문자로 바꾸기 Level 0 풀이 보기
181939 더 크게 합치기 Level 0 코딩 기초 트레이닝 풀이 보기
120818 옷가게 할인 받기 Level 0 코딩 기초 트레이닝 풀이 보기
181930 주사위 게임 2 Level 0 코딩 기초 트레이닝 풀이 보기
181925 수 조작하기 2 Level 0 코딩 기초 트레이닝 풀이 보기
42842 카펫 Level 2 완전탐색 풀이 보기
12973 짝지어 제거하기 Level 2 2017 팁스타운 풀이 보기
12980 점프와 순간 이동 Level 2 Summer/Winter Coding(~2018) 풀이 보기
77884 약수의 개수와 덧셈 Level 1 풀이 보기
138476 귤 고르기 Level 2 풀이 보기
12940 최대공약수와 최소공배수 Level 1 풀이 보기
181865 간단한 식 계산하기 Level 0 풀이 보기
176963 추억 점수 Level 1 풀이 보기
136798 기사단원의 무기 Level 1 풀이 보기

백준

🔍 주요 알고리즘 별 모음

LeetCode Topics

Linked List

0002-add-two-numbers

Math

0002-add-two-numbers
0009-palindrome-number

Recursion

0002-add-two-numbers

Array

0001-two-sum
0004-median-of-two-sorted-arrays
0011-container-with-most-water
0015-3sum
0016-3sum-closest
0026-remove-duplicates-from-sorted-array
0027-remove-element
0045-jump-game-ii
0053-maximum-subarray
0055-jump-game
0122-best-time-to-buy-and-sell-stock-ii
0134-gas-station
0135-candy
0139-word-break
0179-largest-number
0198-house-robber
0217-contains-duplicate
0322-coin-change
2116-count-number-of-pairs-with-absolute-difference-k
2277-count-equal-and-divisible-pairs-in-an-array

Divide and Conquer

0004-median-of-two-sorted-arrays
0053-maximum-subarray

Dynamic Programming

0045-jump-game-ii
0053-maximum-subarray
0055-jump-game
0122-best-time-to-buy-and-sell-stock-ii
0139-word-break
0198-house-robber
0322-coin-change

Breadth-First Search

0322-coin-change
0653-two-sum-iv-input-is-a-bst

Hash Table

0001-two-sum
0003-longest-substring-without-repeating-characters
0139-word-break
0217-contains-duplicate
0653-two-sum-iv-input-is-a-bst
2116-count-number-of-pairs-with-absolute-difference-k

String

0003-longest-substring-without-repeating-characters
0139-word-break
0179-largest-number

Trie

0139-word-break

Memoization

0139-word-break

Two Pointers

0011-container-with-most-water
0015-3sum
0016-3sum-closest
0026-remove-duplicates-from-sorted-array
0027-remove-element
0653-two-sum-iv-input-is-a-bst

Tree

0653-two-sum-iv-input-is-a-bst

Depth-First Search

0653-two-sum-iv-input-is-a-bst

Binary Search Tree

0004-median-of-two-sorted-arrays
0653-two-sum-iv-input-is-a-bst

Binary Tree

0653-two-sum-iv-input-is-a-bst

Counting

2116-count-number-of-pairs-with-absolute-difference-k

Sorting

0015-3sum
0016-3sum-closest
0179-largest-number
0217-contains-duplicate

Sliding Window

0003-longest-substring-without-repeating-characters

Greedy

0011-container-with-most-water
0045-jump-game-ii
0055-jump-game
0122-best-time-to-buy-and-sell-stock-ii
0134-gas-station
0135-candy
0179-largest-number

About

This is an auto push repository for Baekjoon Online Judge created with [BaekjoonHub](https://github.com/BaekjoonHub/BaekjoonHub).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors