본문 바로가기

반응형

Algorithm_BOJ(백준)/최소공통조상(LCA)

(4)
[백준 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..
[백준 11438 c++ X] 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%20X%5D%20LCA%202.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com #include #include // fi..
[백준 11437 c++ VV] LCA - 풀이 링크: 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)/%5B%EB%B0%B1%EC%A4%80%2011437%20c%2B%2B%20V%5D%20LCA.cpp GitHub - xhaktmchl/Algorithm_study: 알고리즘 이론 및 문제풀이 알고리즘 이론 및 문제풀이. Contribute to xhaktmchl/Algorithm_study development by creating an account on GitHub. github.com - 풀이2 링크: https://github.com/xhaktmchl/Algo..
[백준 3584 c++ V] 가장 가까운 공통 조상 - 풀이 링크: 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)/%5B%EB%B0%B1%EC%A4%80%203584%20c%2B%2B%20V%5D%20%EA%B0%80%EC%9E%A5%20%EA%B0%80%EA%B9%8C%EC%9A%B4%20%EA%B3%B5%ED%86%B5%20%EC%A1%B0%EC%83%81.cpp Algorithm_study/[백준 3584 c++ V] 가장 가까운 공통 조상.cpp at main · xhaktmchl/Algorithm_study 알고리즘 이론 및 문제풀이. Contribute to xhaktm..

반응형