본문 바로가기

김태오

검색하기
김태오
프로필사진 ystc1247

  • 분류 전체보기 (64)
    • Spring Boot (9)
    • Algorithm (2)
    • Networking (14)
    • OS (4)
    • Database (4)
    • kafka (3)
    • Kubernetes (1)
    • ML (16)
    • Spring Security (1)
    • HTML, CSS (0)
    • Socket (1)
    • Clean Architecture (2)
    • Prometheus & Grafana (1)
    • Security (1)
    • Redis (1)
    • API (1)
    • Deployment (1)
    • testing (1)
    • SWMaestro (1)
    • etc (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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 31
Tags
  • spring boot
  • propogation
  • minreplica
  • SW Maestro
  • Strimzi
  • SW 마에스트로
  • Salting
  • MSSQL
  • docket
  • Software maestro
  • keda
  • 동등성
  • Kafka
  • eks
  • Benchmarks
  • Kubernetes
  • logback
  • Database
  • Debezium
  • hammerDB
  • 스프링부트
  • zset
  • Leaderboard
  • yml
  • 0 replica
  • Grafana
  • slow query
  • traceId
  • Helm
  • blue-green
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Algorithm (2)

김태오

handling big integers cpp

other than handling big ints with long long, it is possible to use __int128 - can store up to 2^128 https://gcc.gnu.org/onlinedocs/gcc/_005f_005fint128.html

Algorithm 2023. 7. 22. 05:34
Quick declaration of function

struct query { int s, e; lint t; int idx; }; vector 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 2023. 7. 21. 17:34
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바