Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- MSSQL
- Strimzi
- spring boot
- propogation
- Database
- Debezium
- 0 replica
- virtualservice
- Helm
- hammerDB
- eks
- Leaderboard
- Grafana
- 동등성
- minreplica
- SW 마에스트로
- blue-green
- Kafka
- keda
- docket
- Benchmarks
- 스프링부트
- Kubernetes
- yml
- slow query
- logback
- Salting
- istio
- zset
- traceId
Archives
- Today
- Total
김태오
Quick declaration of function 본문
struct query {
int s, e;
lint t;
int idx;
};
vector<query> quer;
sort(all(quer), [&](const query &a, const query &b) { return a.t < b.t; });
just for quick implementation in running custom sort algorithm - can be also used in other forms of implementing quick function
'Algorithm' 카테고리의 다른 글
| handling big integers cpp (0) | 2023.07.22 |
|---|