Skip to content

zimiin/Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm

알고리즘 문제 풀이 코드 업로드

자주 찾아보는 것

15! > 231 - 1
21! > 263 - 1

Data Type Ranges
int : -2,147,483,648 ~ 2,147,483,647
long long : -9,223,372,036,854,775,808 ~ 9,223,372,036,854,775,807

Priority Queue
오름차순으로 pq 선언

priority_queue<int, vector<int>, greater<int> > pq;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published