본문 바로가기

반응형

분류 전체보기

(591)
[백준 1934 c++ O] 최소공배수 - 풀이 링크: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%EC%88%98%ED%95%99(Math)/%5B%EB%B0%B1%EC%A4%80%201934%20c%2B%2B%20O%5D%20%EC%B5%9C%EC%86%8C%EA%B3%B5%EB%B0%B0%EC%88%98.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com #include #include // fill_n, min,max, swap ..
[백준 5086 c++ O] 배수와 약수 - 풀이링크: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%EC%A1%B0%ED%95%A9%EB%A1%A0/%5B%EB%B0%B1%EC%A4%80%205086%20c%2B%2B%20O%5D%20%EB%B0%B0%EC%88%98%EC%99%80%20%EC%95%BD%EC%88%98.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com #include #include // fill_n, min,max, ..
[백준 1238 c++ O] 파티 - 풀이 링크: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%EB%8B%A4%EC%9D%B5%EC%8A%A4%ED%8A%B8%EB%9D%BC/%5B%EB%B0%B1%EC%A4%80%201238%20c%2B%2B%20O%5D%20%ED%8C%8C%ED%8B%B0.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com #include #include // fill_n, min,max, swap //#inc..
[백준 1916 c++ V] 최소비용 구하기 - 풀이 링크: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%EB%8B%A4%EC%9D%B5%EC%8A%A4%ED%8A%B8%EB%9D%BC/%5B%EB%B0%B1%EC%A4%80%201916%20c%2B%2B%20V%5D%20%EC%B5%9C%EC%86%8C%EB%B9%84%EC%9A%A9%20%EA%B5%AC%ED%95%98%EA%B8%B0.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com #..
[백준 1753 c++ VVO] 최단경로 - 풀이 링크: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%EB%8B%A4%EC%9D%B5%EC%8A%A4%ED%8A%B8%EB%9D%BC/%5B%EB%B0%B1%EC%A4%80%201753%20c%2B%2B%20VVO%5D%20%EC%B5%9C%EB%8B%A8%EA%B2%BD%EB%A1%9C.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com #include #include // fill_n, ..
[백준 11505 c++ VXO] 구간 곱 구하기 - 풀이 링크: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%ED%8A%B8%EB%A6%AC/%EC%9D%B8%EB%8D%B1%EC%8A%A4%20%ED%8A%B8%EB%A6%AC/%5B%EB%B0%B1%EC%A4%80%2011505%20c%2B%2B%20VXO%5D%20%EA%B5%AC%EA%B0%84%20%EA%B3%B1%20%EA%B5%AC%ED%95%98%EA%B8%B0.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on G..
[백준 2517 c++ X] 달리기 - 풀이 링크: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%ED%8A%B8%EB%A6%AC/%EC%9D%B8%EB%8D%B1%EC%8A%A4%20%ED%8A%B8%EB%A6%AC/%5B%EB%B0%B1%EC%A4%80%202517%20c%2B%2B%20X%5D%20%EB%8B%AC%EB%A6%AC%EA%B8%B0.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com #include #include ..
[백준 11438 c++ XV] LCA 2 - 풀이 링크: https://github.com/xhaktmchl/Algorithm_study/blob/main/BOJ/%EC%B5%9C%EC%86%8C%20%EA%B3%B5%ED%86%B5%20%EC%A1%B0%EC%83%81(LCA)/LCA-SparseTable/%5B%EB%B0%B1%EC%A4%80%2011438%20c%2B%2B%20XV%5D%20LCA%202.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com #include #include // f..

반응형