├── .clang-format ├── .gitignore ├── ICPC └── nanchang │ ├── nanchangA.cpp │ ├── nanchangC.cpp │ ├── nanchangC2.cpp │ └── nanchangH.cpp ├── Jisuanke ├── fbo.cpp ├── flyingboots.cpp └── ridetoschool.cpp ├── LeetCode ├── leetcode1049.cpp ├── leetcode1104.cpp ├── leetcode1200.cpp ├── leetcode1218.cpp ├── leetcode1239.cpp ├── leetcode1345.cpp ├── leetcode138.cpp ├── leetcode1449.cpp ├── leetcode146.cpp ├── leetcode1583.cpp ├── leetcode1600.cpp ├── leetcode1610.cpp ├── leetcode1631.cpp ├── leetcode1689.cpp ├── leetcode1713.cpp ├── leetcode1719.cpp ├── leetcode1893.cpp ├── leetcode233.cpp ├── leetcode241.cpp ├── leetcode25.cpp ├── leetcode260.cpp ├── leetcode301.cpp ├── leetcode313.cpp ├── leetcode335.cpp ├── leetcode37.cpp ├── leetcode400.cpp ├── leetcode407.cpp ├── leetcode413.cpp ├── leetcode432.cpp ├── leetcode440.cpp ├── leetcode446.cpp ├── leetcode483.cpp ├── leetcode5.cpp ├── leetcode517.cpp ├── leetcode518.cpp ├── leetcode526.cpp ├── leetcode556.cpp ├── leetcode558.cpp ├── leetcode565.cpp ├── leetcode576.cpp ├── leetcode630.cpp ├── leetcode648.cpp ├── leetcode65.cpp ├── leetcode659.cpp ├── leetcode676.cpp ├── leetcode689.cpp ├── leetcode729.cpp ├── leetcode731.cpp ├── leetcode735.cpp ├── leetcode736.cpp ├── leetcode741.cpp ├── leetcode745.cpp ├── leetcode749.cpp ├── leetcode752.cpp ├── leetcode757.cpp ├── leetcode773.cpp ├── leetcode780.cpp ├── leetcode807.cpp ├── leetcode814.cpp ├── leetcode815.cpp ├── leetcode84.cpp ├── leetcode847.cpp ├── leetcode85.cpp ├── leetcode864.cpp ├── leetcode869.cpp ├── leetcode871.cpp ├── leetcode879.cpp ├── leetcode89.cpp ├── leetcode909.cpp ├── leetcode913.cpp └── leetcode987.cpp ├── Mark_and_Down └── test.md ├── README.md ├── abc.cpp ├── acwing ├── acwing1015.cpp ├── acwing1096.cpp ├── acwing1101.cpp ├── acwing1102.cpp ├── acwing1107.cpp ├── acwing112.cpp ├── acwing116.cpp ├── acwing1204.cpp ├── acwing1208.cpp ├── acwing1209.cpp ├── acwing1210.cpp ├── acwing1212.cpp ├── acwing1214.cpp ├── acwing1215.cpp ├── acwing1216.cpp ├── acwing122.cpp ├── acwing1221.cpp ├── acwing1224.cpp ├── acwing1227.cpp ├── acwing1228.cpp ├── acwing1230.cpp ├── acwing1231.cpp ├── acwing1236.cpp ├── acwing1238.cpp ├── acwing1240.cpp ├── acwing1241.cpp ├── acwing1245.cpp ├── acwing1265.cpp ├── acwing173.cpp ├── acwing175.cpp ├── acwing188.cpp ├── acwing241.cpp ├── acwing242.cpp ├── acwing2816.cpp ├── acwing321.cpp ├── acwing466.cpp ├── acwing717.cpp ├── acwing730.cpp ├── acwing788.cpp ├── acwing93.cpp ├── acwing95.cpp ├── acwing99.cpp └── geziranse.cpp ├── algorithm_improve ├── DP │ ├── DigitDP │ │ ├── acwing1081.cpp │ │ ├── acwing1082.cpp │ │ ├── acwing1083.cpp │ │ ├── acwing1084.cpp │ │ ├── acwing1085.cpp │ │ └── acwing1086.cpp │ ├── FiniteStateMachine │ │ ├── acwing1049.cpp │ │ ├── acwing1052.cpp │ │ ├── acwing1057.cpp │ │ └── acwing1058.cpp │ ├── LIS │ │ ├── acwing1010.cpp │ │ ├── acwing1012.cpp │ │ ├── acwing1014.cpp │ │ ├── acwing1016.cpp │ │ ├── acwing1017.cpp │ │ └── acwing272.cpp │ ├── Qujian │ │ ├── acwing1068.cpp │ │ ├── acwing1069.cpp │ │ ├── acwing320.cpp │ │ └── acwing429.cpp │ ├── State_compression │ │ ├── acwing1064.cpp │ │ ├── acwing292.cpp │ │ ├── acwing327.cpp │ │ └── acwing524.cpp │ ├── bag_model │ │ ├── aciwing278.cpp │ │ ├── acwing10.cpp │ │ ├── acwing1013.cpp │ │ ├── acwing1013B.cpp │ │ ├── acwing1019.cpp │ │ ├── acwing1020.cpp │ │ ├── acwing1021.cpp │ │ ├── acwing1022.cpp │ │ ├── acwing1023.cpp │ │ ├── acwing1024.cpp │ │ ├── acwing11.cpp │ │ ├── acwing12.cpp │ │ ├── acwing423.cpp │ │ ├── acwing487.cpp │ │ ├── acwing532.cpp │ │ ├── acwing6.cpp │ │ ├── acwing7.cpp │ │ ├── acwing734.cpp │ │ └── acwing8.cpp │ ├── queue_improve │ │ ├── acwing1087.cpp │ │ ├── acwing1088.cpp │ │ ├── acwing1089.cpp │ │ ├── acwing1090.cpp │ │ └── acwing135.cpp │ ├── trangle_model │ │ ├── acwing1018.cpp │ │ ├── acwing1027.cpp │ │ └── acwing275.cpp │ └── tree │ │ ├── acwing1072.cpp │ │ ├── acwing1073.cpp │ │ ├── acwing1074.cpp │ │ ├── acwing1075.cpp │ │ ├── acwing1077.cpp │ │ └── acwing323.cpp ├── DataStructure │ ├── AcAutoMachine │ │ └── acwing1282.cpp │ ├── DSU │ │ ├── acwing1252.cpp │ │ ├── acwing237.cpp │ │ ├── acwing238.cpp │ │ └── acwing239.cpp │ ├── PersistentDataStructure │ │ ├── acwing255.cpp │ │ └── acwing256.cpp │ ├── SegmentTree │ │ ├── acwing1275.cpp │ │ ├── acwing1277.cpp │ │ ├── acwing243.cpp │ │ ├── acwing245.cpp │ │ └── acwing246.cpp │ ├── Treap │ │ └── acwing253.cpp │ └── TreeArray │ │ ├── acwing241.cpp │ │ ├── acwing242.cpp │ │ ├── acwing243.cpp │ │ └── acwing244.cpp ├── Graph │ ├── acwing1123.cpp │ ├── acwing1125.cpp │ ├── acwing1126.cpp │ ├── acwing1127.cpp │ ├── acwing1128.cpp │ ├── acwing1129.cpp │ ├── acwing1131.cpp │ ├── acwing1131_2.cpp │ ├── acwing1134.cpp │ ├── acwing1135.cpp │ ├── acwing1137.cpp │ ├── acwing1140.cpp │ ├── acwing1141.cpp │ ├── acwing1142.cpp │ ├── acwing1143.cpp │ ├── acwing1145.cpp │ ├── acwing1146.cpp │ ├── acwing1148.cpp │ ├── acwing1165.cpp │ ├── acwing1169.cpp │ ├── acwing1170.cpp │ ├── acwing1171.cpp │ ├── acwing1172.cpp │ ├── acwing1174.cpp │ ├── acwing1175.cpp │ ├── acwing1183.cpp │ ├── acwing1184.cpp │ ├── acwing257.cpp │ ├── acwing340.cpp │ ├── acwing340_2.cpp │ ├── acwing341.cpp │ ├── acwing342.cpp │ ├── acwing343.cpp │ ├── acwing344.cpp │ ├── acwing345.cpp │ ├── acwing346.cpp │ ├── acwing352.cpp │ ├── acwing356.cpp │ ├── acwing361.cpp │ ├── acwing362.cpp │ ├── acwing367.cpp │ ├── acwing368.cpp │ ├── acwing372.cpp │ ├── acwing376.cpp │ ├── acwing378.cpp │ ├── acwing383.cpp │ ├── acwing393.cpp │ ├── acwing395.cpp │ ├── acwing903.cpp │ ├── acwing904.cpp │ └── acwing920.cpp ├── MathTheory │ └── matrix_mul.cpp └── Search │ ├── A star │ ├── acwing178.cpp │ └── acwing179.cpp │ ├── BFS │ ├── acwing1076.cpp │ ├── acwing1097.cpp │ ├── acwing1098.cpp │ ├── acwing1106.cpp │ ├── acwing187.cpp │ └── acwing188.cpp │ └── DFS │ ├── acwing1112.cpp │ ├── acwing1113.cpp │ ├── acwing1116.cpp │ ├── acwing1117.cpp │ ├── acwing1118.cpp │ ├── acwing165.cpp │ ├── acwing170.cpp │ ├── acwing171.cpp │ ├── acwing180.cpp │ └── acwing181.cpp ├── atcoder ├── abc144B.cpp ├── abc144C.cpp ├── abc179C.cpp ├── abc180C.cpp ├── abc180D.cpp ├── abc180E.cpp ├── abc180F.cpp ├── abc181C.cpp ├── abc181D.cpp ├── abc181E.cpp ├── abc181F.cpp ├── abc182A.cpp ├── abc182B.cpp ├── abc182C.cpp ├── abc182D.cpp ├── abc182E.cpp ├── abc182F.cpp ├── abc183D.cpp ├── abc183E.cpp ├── abc183F.cpp ├── abc183solve.md ├── abc184A.cpp ├── abc184B.cpp ├── abc184D.cpp ├── abc184E.cpp ├── abc184F.cpp ├── abc184solve.md ├── abc185D.cpp ├── abc185E.cpp ├── abc185F.cpp ├── abc186D.cpp ├── abc186E.cpp ├── abc186F.cpp ├── abc187C.cpp ├── abc187D.cpp ├── abc187E.cpp ├── abc187F.cpp ├── abc188C.cpp ├── abc188D.cpp ├── abc188E.cpp ├── abc188F.cpp ├── abc189C.cpp ├── abc189D.cpp ├── abc189E.cpp ├── abc189F.cpp ├── abc199C.cpp ├── abc199D.cpp ├── abc199F.cpp ├── abc203C.cpp ├── abc203D.cpp ├── abc203E.cpp ├── jsc2021C.cpp ├── jsc2021D.cpp ├── jsc2021E.cpp ├── jsc2021F.cpp ├── zone2021C.cpp ├── zone2021D.cpp ├── zone2021E.cpp └── zone2021F.cpp ├── blue_book ├── acwing164.cpp └── ffff.cpp ├── codeforces ├── 585A.cpp ├── 585B.cpp ├── 589A.cpp ├── 589B.cpp ├── 590A.cpp ├── 590B.cpp ├── 590C.cpp ├── 590tsB.cpp ├── 591A.cpp ├── 591B.cpp ├── 591C.cpp ├── 591D.cpp ├── 593A.cpp ├── 593B.cpp ├── 595A.cpp ├── 595B.cpp ├── 595C.cpp ├── 595Chard.cpp ├── 596A.cpp ├── 596B.cpp ├── 596B2.cpp ├── 596C.cpp ├── 596D.cpp ├── 598A..cpp ├── 598B.cpp ├── 598C.cpp ├── 598D.cpp ├── 599A.cpp ├── 599b.cpp ├── 600A.cpp ├── 600B.cpp ├── 601A.cpp ├── 601B.cpp ├── 601E1.cpp ├── 603A.cpp ├── 603B.cpp ├── 603C.cpp ├── 603D.cpp ├── 604C.cpp ├── 604D.cpp ├── 605A.cpp ├── 605B.cpp ├── 605C.cpp ├── 605D.cpp ├── 606A.cpp ├── 606B.cpp ├── 613A.cpp ├── 613B.cpp ├── 613C.cpp ├── 619A.cpp ├── 619B.cpp ├── 619C.cpp ├── 620A.cpp ├── 620B.cpp ├── 620C.cpp ├── 620D.cpp ├── 621A.cpp ├── 621B.cpp ├── 621C.cpp ├── 622A.cpp ├── 622B.cpp ├── 622C.cpp ├── 624A.cpp ├── 624B.cpp ├── 624C.cpp ├── 626A.cpp ├── 626B.cpp ├── 626C.cpp ├── 627A.cpp ├── 627B.cpp ├── 627C.cpp ├── 665A.cpp ├── 665B.cpp ├── 665C.cpp ├── 665D.cpp ├── 666A.cpp ├── 666B.cpp ├── 666C.cpp ├── 667A.cpp ├── 667B.cpp ├── 667C.cpp ├── 667D.cpp ├── 668A.cpp ├── 668C.cpp ├── 671D.cpp ├── 672A.cpp ├── 672B.cpp ├── 672C.cpp ├── 675A.cpp ├── 675B.cpp ├── 675C.cpp ├── 676A.cpp ├── 676B.cpp ├── 676C.cpp ├── 685A.cpp ├── 685B.cpp ├── 685C.cpp ├── 688A.cpp ├── 688B.cpp ├── 688C.cpp ├── 688D.cpp ├── 688E.cpp ├── 695B.cpp ├── 695C.cpp ├── 696A.cpp ├── 696B.cpp ├── 696C.cpp ├── 696D.cpp ├── 697A.cpp ├── 697B.cpp ├── 697C.cpp ├── 697D.cpp ├── 697E.cpp ├── 698A.cpp ├── 698B.cpp ├── 698C.cpp ├── 705B.cpp ├── 705C.cpp ├── Global10A.cpp ├── Global10B.cpp ├── Global10C.cpp ├── Global10D.cpp ├── beif.cpp ├── codecraft20A.cpp ├── codecraft20B.cpp ├── codecraft20C.cpp ├── div2.cpp ├── div3.cpp ├── div4.cpp ├── div5.cpp ├── edu101A.cpp ├── edu101B.cpp ├── edu101C.cpp ├── edu101D.cpp ├── edu101E.cpp ├── edu102A.cpp ├── edu102B.cpp ├── edu102C.cpp ├── edu102D.cpp ├── edu102E.cpp ├── edu73A.cpp ├── edu73B.cpp ├── edu74A.cpp ├── edu74B.cpp ├── edu75A.cpp ├── edu75B.cpp ├── edu76A.cpp ├── edu76B.cpp ├── edu76C.cpp ├── edu76D.cpp ├── edu77A.cpp ├── edu77B.cpp ├── edu77C.cpp ├── edu82A.cpp ├── edu82B.cpp ├── edu83A.cpp ├── edu83B.cpp ├── edu83C.cpp ├── edu84A.cpp ├── edu84B.cpp ├── edu84C.cpp ├── edu84E.cpp ├── edu93A.cpp ├── edu93B.cpp ├── edu93C.cpp ├── edu93D.cpp ├── edu94A.cpp ├── edu94B.cpp ├── edu94C.cpp ├── edu94D.cpp ├── edu98A.cpp ├── edu98B.cpp ├── edu98C.cpp ├── edu98D.cpp ├── edu98E.cpp ├── edu99A.cpp ├── edu99B.cpp ├── edu99C.cpp ├── edu99D.cpp ├── eduC.cpp ├── raif1A.cpp ├── raif1B.cpp ├── raif1C.cpp ├── raif1D.cpp └── raif1E.cpp ├── lanqiao ├── A.cpp ├── B.cpp └── lanqiao10B.cpp │ ├── A.cpp │ ├── B.cpp │ ├── C.cpp │ ├── D.cpp │ ├── E.cpp │ ├── F.cpp │ ├── G.cpp │ ├── H.cpp │ ├── I.cpp │ └── J.cpp ├── luogu ├── DP │ ├── P1048.cpp │ ├── P1049.cpp │ ├── P1060.cpp │ ├── P1359.cpp │ ├── P1757.cpp │ ├── P1802.cpp │ └── p1002.cpp ├── Graph │ ├── Short_path │ │ ├── P1119.cpp │ │ ├── P1144.cpp │ │ ├── P1339.cpp │ │ ├── P1346.cpp │ │ └── P1462.cpp │ └── Traversal │ │ ├── BFS │ │ ├── P1032.cpp │ │ ├── P1126.cpp │ │ ├── P1330.cpp │ │ └── P1443.cpp │ │ └── DFS │ │ ├── P1141.cpp │ │ ├── P1162.cpp │ │ ├── P1219.cpp │ │ ├── P1605.cpp │ │ ├── P2921.cpp │ │ ├── p1019.cpp │ │ ├── p1101.cpp │ │ └── p4961.cpp ├── binchaji │ ├── 603D.cpp │ ├── CF292D.cpp │ ├── P1111.cpp │ ├── P1197.cpp │ ├── P1551.cpp │ ├── P26621.cpp │ ├── P3367.cpp │ └── UVA10054.cpp ├── hash │ ├── HDU1880.cpp │ ├── LOJ10034.cpp │ ├── P3370.cpp │ ├── acwing139.cpp │ ├── div578E.cpp │ └── div578E2.cpp ├── non_sort │ ├── CF26B.cpp │ ├── P1880.cpp │ ├── P2292.cpp │ ├── P3406.cpp │ ├── P4033.cpp │ ├── P4391.cpp │ ├── UVA514.cpp │ ├── UVA540.cpp │ ├── p1165.cpp │ └── p3375.cpp └── simulation │ ├── P1003.cpp │ ├── P1023.cpp │ ├── P1031.cpp │ ├── P1042.cpp │ ├── P1067.cpp │ ├── P1098.cpp │ └── P1540.cpp ├── out_data.cpp ├── run_data.cpp ├── template ├── BasicalAlgorithm │ ├── Discretization.cpp │ ├── bit_op.cpp │ ├── difference.cpp │ ├── difference_2D.cpp │ ├── double_pointer.cpp │ ├── double_pointer2.cpp │ ├── get_mod.cpp │ ├── high_precision+1.cpp │ ├── high_precision+2.cpp │ ├── high_precision-.cpp │ ├── ksm.cpp │ ├── merge_sort.cpp │ ├── prefix_sum.cpp │ ├── prefix_sum_2D.cpp │ ├── quicksort.cpp │ └── qujianhebing.cpp ├── Data_Struct │ ├── 62system_tran.cpp │ ├── KMP.cpp │ ├── binchaji.cpp │ ├── binchaji2.cpp │ ├── binchaji_weight.cpp │ ├── dui.cpp │ ├── dui_simulation.cpp │ ├── hash1.cpp │ ├── hash2.cpp │ ├── hash_string.cpp │ ├── linklist.cpp │ ├── linklist_two_way.cpp │ ├── max_exclusive_or_pair.cpp │ ├── quene_monotonically.cpp │ ├── queue.cpp │ ├── segment_tree.cpp │ ├── stack.cpp │ ├── stack_monotonically.cpp │ ├── tree_array.cpp │ ├── trie_tree.cpp │ └── undefine.cpp ├── Dynamic_Programing │ ├── DP_counting.cpp │ ├── DP_linear1.cpp │ ├── DP_linear2.cpp │ ├── DP_linear3.cpp │ ├── DP_linear4.cpp │ ├── DP_linear5.cpp │ ├── DP_num.cpp │ ├── DP_qujian.cpp │ ├── DP_tree.cpp │ ├── DP_zhuanya.cpp │ ├── LCS.cpp │ ├── bag_01.cpp │ ├── bag_complete.cpp │ ├── bag_group.cpp │ ├── bag_mulity.cpp │ ├── count_problem.cpp │ ├── hamilton.cpp │ └── mem_search.cpp ├── Graph │ ├── BFS.cpp │ ├── BFS_2.cpp │ ├── BFS_tree_graph.cpp │ ├── BG_pipei.cpp │ ├── BG_ranse.cpp │ ├── Bellman_ford.cpp │ ├── DFS.cpp │ ├── DFS_n_queen.cpp │ ├── DFS_n_queen_2.cpp │ ├── DFS_tree.cpp │ ├── Dijkstra.cpp │ ├── Dijstra_dui.cpp │ ├── Floyd.cpp │ ├── Kruskal.cpp │ ├── prim.cpp │ ├── spfa.cpp │ ├── spfa_fuhuan.cpp │ └── topsort.cpp ├── Greedy │ ├── ACwing106.cpp │ ├── ACwing125.cpp │ ├── ACwing148.cpp │ ├── ACwing906.cpp │ ├── ACwing907.cpp │ ├── ACwing908.cpp │ ├── ACwing913.cpp │ └── QuJianXuanDian.cpp └── Math_Theory │ ├── CRT.cpp │ ├── Gauss.cpp │ ├── Gauss_xor.cpp │ ├── devisor.cpp │ ├── divisor_gcd.cpp │ ├── divisor_sum.cpp │ ├── divisors_numbers.cpp │ ├── euler_n.cpp │ ├── euler_shai.cpp │ ├── g_theory1.cpp │ ├── g_theory2.cpp │ ├── g_theory3.cpp │ ├── g_theory4.cpp │ ├── gcd_extend.cpp │ ├── ksm.cpp │ ├── prime_aisai.cpp │ ├── prime_fenjie.cpp │ ├── prime_linear_sai.cpp │ ├── prime_number.cpp │ ├── rongchi.cpp │ ├── zuhe1.cpp │ ├── zuhe2.cpp │ ├── zuhe3.cpp │ ├── zuhe4.cpp │ └── zuhe5.cpp ├── test.cpp ├── test2.cpp └── test3.cpp /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/.clang-format -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /.vscode -------------------------------------------------------------------------------- /ICPC/nanchang/nanchangA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/ICPC/nanchang/nanchangA.cpp -------------------------------------------------------------------------------- /ICPC/nanchang/nanchangC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/ICPC/nanchang/nanchangC.cpp -------------------------------------------------------------------------------- /ICPC/nanchang/nanchangC2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/ICPC/nanchang/nanchangC2.cpp -------------------------------------------------------------------------------- /ICPC/nanchang/nanchangH.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/ICPC/nanchang/nanchangH.cpp -------------------------------------------------------------------------------- /Jisuanke/fbo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/Jisuanke/fbo.cpp -------------------------------------------------------------------------------- /Jisuanke/flyingboots.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Jisuanke/ridetoschool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/Jisuanke/ridetoschool.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1049.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1049.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1104.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1104.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1200.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1200.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1218.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1218.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1239.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1239.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1345.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1345.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode138.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode138.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1449.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1449.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode146.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode146.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1583.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1583.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1600.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1600.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1610.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1610.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1631.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1631.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1689.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1689.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1713.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1713.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1719.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1719.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode1893.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode1893.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode233.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode233.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode241.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode241.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode25.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode25.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode260.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode260.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode301.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode301.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode313.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode313.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode335.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode335.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode37.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode37.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode400.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode400.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode407.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode407.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode413.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode413.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode432.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode432.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode440.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode440.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode446.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode446.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode483.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode483.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode5.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode517.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode517.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode518.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode518.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode526.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode526.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode556.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode556.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode558.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode558.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode565.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode565.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode576.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode576.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode630.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode630.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode648.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode648.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode65.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode65.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode659.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode659.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode676.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode676.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode689.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode689.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode729.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode729.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode731.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode731.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode735.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode735.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode736.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode736.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode741.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode741.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode745.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode745.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode749.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode749.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode752.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode752.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode757.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode757.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode773.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode773.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode780.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode780.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode807.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode807.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode814.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode814.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode815.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode815.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode84.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode84.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode847.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode847.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode85.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode85.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode864.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode864.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode869.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode869.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode871.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode871.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode879.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode879.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode89.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode89.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode909.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode909.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode913.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode913.cpp -------------------------------------------------------------------------------- /LeetCode/leetcode987.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/LeetCode/leetcode987.cpp -------------------------------------------------------------------------------- /Mark_and_Down/test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/Mark_and_Down/test.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # algorithm 2 | 平时cf和洛谷做题的题解以及学习算法的笔记 -------------------------------------------------------------------------------- /abc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/abc.cpp -------------------------------------------------------------------------------- /acwing/acwing1015.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1015.cpp -------------------------------------------------------------------------------- /acwing/acwing1096.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1096.cpp -------------------------------------------------------------------------------- /acwing/acwing1101.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1101.cpp -------------------------------------------------------------------------------- /acwing/acwing1102.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1102.cpp -------------------------------------------------------------------------------- /acwing/acwing1107.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1107.cpp -------------------------------------------------------------------------------- /acwing/acwing112.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /acwing/acwing116.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing116.cpp -------------------------------------------------------------------------------- /acwing/acwing1204.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1204.cpp -------------------------------------------------------------------------------- /acwing/acwing1208.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1208.cpp -------------------------------------------------------------------------------- /acwing/acwing1209.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1209.cpp -------------------------------------------------------------------------------- /acwing/acwing1210.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1210.cpp -------------------------------------------------------------------------------- /acwing/acwing1212.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1212.cpp -------------------------------------------------------------------------------- /acwing/acwing1214.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1214.cpp -------------------------------------------------------------------------------- /acwing/acwing1215.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1215.cpp -------------------------------------------------------------------------------- /acwing/acwing1216.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1216.cpp -------------------------------------------------------------------------------- /acwing/acwing122.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing122.cpp -------------------------------------------------------------------------------- /acwing/acwing1221.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1221.cpp -------------------------------------------------------------------------------- /acwing/acwing1224.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1224.cpp -------------------------------------------------------------------------------- /acwing/acwing1227.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1227.cpp -------------------------------------------------------------------------------- /acwing/acwing1228.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1228.cpp -------------------------------------------------------------------------------- /acwing/acwing1230.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1230.cpp -------------------------------------------------------------------------------- /acwing/acwing1231.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1231.cpp -------------------------------------------------------------------------------- /acwing/acwing1236.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1236.cpp -------------------------------------------------------------------------------- /acwing/acwing1238.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1238.cpp -------------------------------------------------------------------------------- /acwing/acwing1240.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1240.cpp -------------------------------------------------------------------------------- /acwing/acwing1241.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1241.cpp -------------------------------------------------------------------------------- /acwing/acwing1245.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1245.cpp -------------------------------------------------------------------------------- /acwing/acwing1265.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing1265.cpp -------------------------------------------------------------------------------- /acwing/acwing173.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing173.cpp -------------------------------------------------------------------------------- /acwing/acwing175.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing175.cpp -------------------------------------------------------------------------------- /acwing/acwing188.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing188.cpp -------------------------------------------------------------------------------- /acwing/acwing241.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing241.cpp -------------------------------------------------------------------------------- /acwing/acwing242.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing242.cpp -------------------------------------------------------------------------------- /acwing/acwing2816.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing2816.cpp -------------------------------------------------------------------------------- /acwing/acwing321.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing321.cpp -------------------------------------------------------------------------------- /acwing/acwing466.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing466.cpp -------------------------------------------------------------------------------- /acwing/acwing717.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing717.cpp -------------------------------------------------------------------------------- /acwing/acwing730.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing730.cpp -------------------------------------------------------------------------------- /acwing/acwing788.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing788.cpp -------------------------------------------------------------------------------- /acwing/acwing93.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing93.cpp -------------------------------------------------------------------------------- /acwing/acwing95.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing95.cpp -------------------------------------------------------------------------------- /acwing/acwing99.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/acwing99.cpp -------------------------------------------------------------------------------- /acwing/geziranse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/acwing/geziranse.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/DigitDP/acwing1081.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/DigitDP/acwing1081.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/DigitDP/acwing1082.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/DigitDP/acwing1082.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/DigitDP/acwing1083.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/DigitDP/acwing1083.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/DigitDP/acwing1084.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/DigitDP/acwing1084.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/DigitDP/acwing1085.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/DigitDP/acwing1085.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/DigitDP/acwing1086.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/DigitDP/acwing1086.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/FiniteStateMachine/acwing1049.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/FiniteStateMachine/acwing1049.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/FiniteStateMachine/acwing1052.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/FiniteStateMachine/acwing1052.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/FiniteStateMachine/acwing1057.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/FiniteStateMachine/acwing1057.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/FiniteStateMachine/acwing1058.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/FiniteStateMachine/acwing1058.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/LIS/acwing1010.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/LIS/acwing1010.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/LIS/acwing1012.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/LIS/acwing1012.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/LIS/acwing1014.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/LIS/acwing1014.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/LIS/acwing1016.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/LIS/acwing1016.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/LIS/acwing1017.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/LIS/acwing1017.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/LIS/acwing272.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/LIS/acwing272.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/Qujian/acwing1068.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/Qujian/acwing1068.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/Qujian/acwing1069.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/Qujian/acwing1069.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/Qujian/acwing320.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/Qujian/acwing320.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/Qujian/acwing429.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/Qujian/acwing429.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/State_compression/acwing1064.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/State_compression/acwing1064.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/State_compression/acwing292.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/State_compression/acwing292.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/State_compression/acwing327.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/State_compression/acwing327.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/State_compression/acwing524.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/State_compression/acwing524.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/aciwing278.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/aciwing278.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing10.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing1013.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing1013.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing1013B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing1013B.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing1019.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing1019.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing1020.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing1020.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing1021.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing1021.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing1022.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing1022.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing1023.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing1023.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing1024.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing1024.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing11.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing12.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing12.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing423.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing423.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing487.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing487.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing532.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing532.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing6.cpp: -------------------------------------------------------------------------------- 1 | //多重背包3 2 | 3 | -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing7.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing734.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing734.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/bag_model/acwing8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/bag_model/acwing8.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/queue_improve/acwing1087.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/queue_improve/acwing1087.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/queue_improve/acwing1088.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/queue_improve/acwing1088.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/queue_improve/acwing1089.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/queue_improve/acwing1089.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/queue_improve/acwing1090.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/queue_improve/acwing1090.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/queue_improve/acwing135.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/queue_improve/acwing135.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/trangle_model/acwing1018.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/trangle_model/acwing1018.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/trangle_model/acwing1027.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/trangle_model/acwing1027.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/trangle_model/acwing275.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/trangle_model/acwing275.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/tree/acwing1072.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/tree/acwing1072.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/tree/acwing1073.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/tree/acwing1073.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/tree/acwing1074.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/tree/acwing1074.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/tree/acwing1075.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/tree/acwing1075.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/tree/acwing1077.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/tree/acwing1077.cpp -------------------------------------------------------------------------------- /algorithm_improve/DP/tree/acwing323.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DP/tree/acwing323.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/AcAutoMachine/acwing1282.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/AcAutoMachine/acwing1282.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/DSU/acwing1252.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/DSU/acwing1252.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/DSU/acwing237.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/DSU/acwing237.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/DSU/acwing238.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/DSU/acwing238.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/DSU/acwing239.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/DSU/acwing239.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/PersistentDataStructure/acwing255.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/PersistentDataStructure/acwing255.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/PersistentDataStructure/acwing256.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/PersistentDataStructure/acwing256.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/SegmentTree/acwing1275.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/SegmentTree/acwing1275.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/SegmentTree/acwing1277.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/SegmentTree/acwing1277.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/SegmentTree/acwing243.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/SegmentTree/acwing243.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/SegmentTree/acwing245.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/SegmentTree/acwing245.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/SegmentTree/acwing246.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/SegmentTree/acwing246.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/Treap/acwing253.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/Treap/acwing253.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/TreeArray/acwing241.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/TreeArray/acwing241.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/TreeArray/acwing242.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/TreeArray/acwing242.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/TreeArray/acwing243.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/TreeArray/acwing243.cpp -------------------------------------------------------------------------------- /algorithm_improve/DataStructure/TreeArray/acwing244.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/DataStructure/TreeArray/acwing244.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1123.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1123.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1125.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1125.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1126.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1126.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1127.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1127.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1128.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1128.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1129.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1129.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1131.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1131.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1131_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1131_2.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1134.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1134.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1135.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1135.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1137.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1137.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1140.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1140.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1141.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1141.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1142.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1142.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1143.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1143.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1145.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1145.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1146.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1146.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1148.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1148.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1165.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1165.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1169.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1169.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1170.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1170.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1171.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1171.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1172.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1172.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1174.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1174.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1175.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1175.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1183.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1183.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing1184.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing1184.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing257.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing257.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing340.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing340.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing340_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing340_2.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing341.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing341.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing342.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing342.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing343.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing343.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing344.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing344.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing345.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing345.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing346.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing346.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing352.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing352.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing356.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing356.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing361.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing361.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing362.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing362.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing367.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing367.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing368.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing368.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing372.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing372.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing376.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing376.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing378.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing378.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing383.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing383.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing393.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing393.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing395.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing395.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing903.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing903.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing904.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing904.cpp -------------------------------------------------------------------------------- /algorithm_improve/Graph/acwing920.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Graph/acwing920.cpp -------------------------------------------------------------------------------- /algorithm_improve/MathTheory/matrix_mul.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/MathTheory/matrix_mul.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/A star/acwing178.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/A star/acwing178.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/A star/acwing179.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/A star/acwing179.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/BFS/acwing1076.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/BFS/acwing1076.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/BFS/acwing1097.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/BFS/acwing1097.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/BFS/acwing1098.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/BFS/acwing1098.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/BFS/acwing1106.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/BFS/acwing1106.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/BFS/acwing187.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/BFS/acwing187.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/BFS/acwing188.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/BFS/acwing188.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/DFS/acwing1112.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/DFS/acwing1112.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/DFS/acwing1113.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/DFS/acwing1113.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/DFS/acwing1116.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/DFS/acwing1116.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/DFS/acwing1117.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/DFS/acwing1117.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/DFS/acwing1118.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/DFS/acwing1118.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/DFS/acwing165.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/DFS/acwing165.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/DFS/acwing170.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/DFS/acwing170.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/DFS/acwing171.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/DFS/acwing171.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/DFS/acwing180.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/DFS/acwing180.cpp -------------------------------------------------------------------------------- /algorithm_improve/Search/DFS/acwing181.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/algorithm_improve/Search/DFS/acwing181.cpp -------------------------------------------------------------------------------- /atcoder/abc144B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc144B.cpp -------------------------------------------------------------------------------- /atcoder/abc144C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc144C.cpp -------------------------------------------------------------------------------- /atcoder/abc179C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc179C.cpp -------------------------------------------------------------------------------- /atcoder/abc180C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc180C.cpp -------------------------------------------------------------------------------- /atcoder/abc180D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc180D.cpp -------------------------------------------------------------------------------- /atcoder/abc180E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc180E.cpp -------------------------------------------------------------------------------- /atcoder/abc180F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc180F.cpp -------------------------------------------------------------------------------- /atcoder/abc181C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc181C.cpp -------------------------------------------------------------------------------- /atcoder/abc181D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc181D.cpp -------------------------------------------------------------------------------- /atcoder/abc181E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc181E.cpp -------------------------------------------------------------------------------- /atcoder/abc181F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc181F.cpp -------------------------------------------------------------------------------- /atcoder/abc182A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc182A.cpp -------------------------------------------------------------------------------- /atcoder/abc182B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc182B.cpp -------------------------------------------------------------------------------- /atcoder/abc182C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc182C.cpp -------------------------------------------------------------------------------- /atcoder/abc182D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc182D.cpp -------------------------------------------------------------------------------- /atcoder/abc182E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc182E.cpp -------------------------------------------------------------------------------- /atcoder/abc182F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc182F.cpp -------------------------------------------------------------------------------- /atcoder/abc183D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc183D.cpp -------------------------------------------------------------------------------- /atcoder/abc183E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc183E.cpp -------------------------------------------------------------------------------- /atcoder/abc183F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc183F.cpp -------------------------------------------------------------------------------- /atcoder/abc183solve.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc183solve.md -------------------------------------------------------------------------------- /atcoder/abc184A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc184A.cpp -------------------------------------------------------------------------------- /atcoder/abc184B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc184B.cpp -------------------------------------------------------------------------------- /atcoder/abc184D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc184D.cpp -------------------------------------------------------------------------------- /atcoder/abc184E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc184E.cpp -------------------------------------------------------------------------------- /atcoder/abc184F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc184F.cpp -------------------------------------------------------------------------------- /atcoder/abc184solve.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc184solve.md -------------------------------------------------------------------------------- /atcoder/abc185D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc185D.cpp -------------------------------------------------------------------------------- /atcoder/abc185E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc185E.cpp -------------------------------------------------------------------------------- /atcoder/abc185F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc185F.cpp -------------------------------------------------------------------------------- /atcoder/abc186D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc186D.cpp -------------------------------------------------------------------------------- /atcoder/abc186E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc186E.cpp -------------------------------------------------------------------------------- /atcoder/abc186F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc186F.cpp -------------------------------------------------------------------------------- /atcoder/abc187C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc187C.cpp -------------------------------------------------------------------------------- /atcoder/abc187D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc187D.cpp -------------------------------------------------------------------------------- /atcoder/abc187E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc187E.cpp -------------------------------------------------------------------------------- /atcoder/abc187F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc187F.cpp -------------------------------------------------------------------------------- /atcoder/abc188C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc188C.cpp -------------------------------------------------------------------------------- /atcoder/abc188D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc188D.cpp -------------------------------------------------------------------------------- /atcoder/abc188E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc188E.cpp -------------------------------------------------------------------------------- /atcoder/abc188F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc188F.cpp -------------------------------------------------------------------------------- /atcoder/abc189C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc189C.cpp -------------------------------------------------------------------------------- /atcoder/abc189D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc189D.cpp -------------------------------------------------------------------------------- /atcoder/abc189E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc189E.cpp -------------------------------------------------------------------------------- /atcoder/abc189F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc189F.cpp -------------------------------------------------------------------------------- /atcoder/abc199C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc199C.cpp -------------------------------------------------------------------------------- /atcoder/abc199D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc199D.cpp -------------------------------------------------------------------------------- /atcoder/abc199F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc199F.cpp -------------------------------------------------------------------------------- /atcoder/abc203C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc203C.cpp -------------------------------------------------------------------------------- /atcoder/abc203D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc203D.cpp -------------------------------------------------------------------------------- /atcoder/abc203E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/abc203E.cpp -------------------------------------------------------------------------------- /atcoder/jsc2021C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/jsc2021C.cpp -------------------------------------------------------------------------------- /atcoder/jsc2021D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/jsc2021D.cpp -------------------------------------------------------------------------------- /atcoder/jsc2021E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/jsc2021E.cpp -------------------------------------------------------------------------------- /atcoder/jsc2021F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/jsc2021F.cpp -------------------------------------------------------------------------------- /atcoder/zone2021C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/zone2021C.cpp -------------------------------------------------------------------------------- /atcoder/zone2021D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/zone2021D.cpp -------------------------------------------------------------------------------- /atcoder/zone2021E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/zone2021E.cpp -------------------------------------------------------------------------------- /atcoder/zone2021F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/atcoder/zone2021F.cpp -------------------------------------------------------------------------------- /blue_book/acwing164.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/blue_book/acwing164.cpp -------------------------------------------------------------------------------- /blue_book/ffff.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/blue_book/ffff.cpp -------------------------------------------------------------------------------- /codeforces/585A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/585A.cpp -------------------------------------------------------------------------------- /codeforces/585B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/585B.cpp -------------------------------------------------------------------------------- /codeforces/589A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/589A.cpp -------------------------------------------------------------------------------- /codeforces/589B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/589B.cpp -------------------------------------------------------------------------------- /codeforces/590A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/590A.cpp -------------------------------------------------------------------------------- /codeforces/590B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/590B.cpp -------------------------------------------------------------------------------- /codeforces/590C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/590C.cpp -------------------------------------------------------------------------------- /codeforces/590tsB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/590tsB.cpp -------------------------------------------------------------------------------- /codeforces/591A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/591A.cpp -------------------------------------------------------------------------------- /codeforces/591B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/591B.cpp -------------------------------------------------------------------------------- /codeforces/591C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/591C.cpp -------------------------------------------------------------------------------- /codeforces/591D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/591D.cpp -------------------------------------------------------------------------------- /codeforces/593A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/593A.cpp -------------------------------------------------------------------------------- /codeforces/593B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/593B.cpp -------------------------------------------------------------------------------- /codeforces/595A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/595A.cpp -------------------------------------------------------------------------------- /codeforces/595B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/595B.cpp -------------------------------------------------------------------------------- /codeforces/595C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/595C.cpp -------------------------------------------------------------------------------- /codeforces/595Chard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/595Chard.cpp -------------------------------------------------------------------------------- /codeforces/596A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/596A.cpp -------------------------------------------------------------------------------- /codeforces/596B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/596B.cpp -------------------------------------------------------------------------------- /codeforces/596B2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/596B2.cpp -------------------------------------------------------------------------------- /codeforces/596C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/596C.cpp -------------------------------------------------------------------------------- /codeforces/596D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/596D.cpp -------------------------------------------------------------------------------- /codeforces/598A..cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/598A..cpp -------------------------------------------------------------------------------- /codeforces/598B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/598B.cpp -------------------------------------------------------------------------------- /codeforces/598C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/598C.cpp -------------------------------------------------------------------------------- /codeforces/598D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/598D.cpp -------------------------------------------------------------------------------- /codeforces/599A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/599A.cpp -------------------------------------------------------------------------------- /codeforces/599b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/599b.cpp -------------------------------------------------------------------------------- /codeforces/600A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/600A.cpp -------------------------------------------------------------------------------- /codeforces/600B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/600B.cpp -------------------------------------------------------------------------------- /codeforces/601A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/601A.cpp -------------------------------------------------------------------------------- /codeforces/601B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/601B.cpp -------------------------------------------------------------------------------- /codeforces/601E1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/601E1.cpp -------------------------------------------------------------------------------- /codeforces/603A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/603A.cpp -------------------------------------------------------------------------------- /codeforces/603B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/603B.cpp -------------------------------------------------------------------------------- /codeforces/603C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/603C.cpp -------------------------------------------------------------------------------- /codeforces/603D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/603D.cpp -------------------------------------------------------------------------------- /codeforces/604C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/604C.cpp -------------------------------------------------------------------------------- /codeforces/604D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/604D.cpp -------------------------------------------------------------------------------- /codeforces/605A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/605A.cpp -------------------------------------------------------------------------------- /codeforces/605B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/605B.cpp -------------------------------------------------------------------------------- /codeforces/605C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/605C.cpp -------------------------------------------------------------------------------- /codeforces/605D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/605D.cpp -------------------------------------------------------------------------------- /codeforces/606A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/606A.cpp -------------------------------------------------------------------------------- /codeforces/606B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/606B.cpp -------------------------------------------------------------------------------- /codeforces/613A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/613A.cpp -------------------------------------------------------------------------------- /codeforces/613B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/613B.cpp -------------------------------------------------------------------------------- /codeforces/613C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/613C.cpp -------------------------------------------------------------------------------- /codeforces/619A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/619A.cpp -------------------------------------------------------------------------------- /codeforces/619B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/619B.cpp -------------------------------------------------------------------------------- /codeforces/619C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/619C.cpp -------------------------------------------------------------------------------- /codeforces/620A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/620A.cpp -------------------------------------------------------------------------------- /codeforces/620B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/620B.cpp -------------------------------------------------------------------------------- /codeforces/620C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/620C.cpp -------------------------------------------------------------------------------- /codeforces/620D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/620D.cpp -------------------------------------------------------------------------------- /codeforces/621A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/621A.cpp -------------------------------------------------------------------------------- /codeforces/621B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/621B.cpp -------------------------------------------------------------------------------- /codeforces/621C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/621C.cpp -------------------------------------------------------------------------------- /codeforces/622A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/622A.cpp -------------------------------------------------------------------------------- /codeforces/622B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/622B.cpp -------------------------------------------------------------------------------- /codeforces/622C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/622C.cpp -------------------------------------------------------------------------------- /codeforces/624A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/624A.cpp -------------------------------------------------------------------------------- /codeforces/624B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/624B.cpp -------------------------------------------------------------------------------- /codeforces/624C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/624C.cpp -------------------------------------------------------------------------------- /codeforces/626A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/626A.cpp -------------------------------------------------------------------------------- /codeforces/626B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/626B.cpp -------------------------------------------------------------------------------- /codeforces/626C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/626C.cpp -------------------------------------------------------------------------------- /codeforces/627A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/627A.cpp -------------------------------------------------------------------------------- /codeforces/627B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/627B.cpp -------------------------------------------------------------------------------- /codeforces/627C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/627C.cpp -------------------------------------------------------------------------------- /codeforces/665A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/665A.cpp -------------------------------------------------------------------------------- /codeforces/665B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/665B.cpp -------------------------------------------------------------------------------- /codeforces/665C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/665C.cpp -------------------------------------------------------------------------------- /codeforces/665D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/665D.cpp -------------------------------------------------------------------------------- /codeforces/666A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/666A.cpp -------------------------------------------------------------------------------- /codeforces/666B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/666B.cpp -------------------------------------------------------------------------------- /codeforces/666C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/666C.cpp -------------------------------------------------------------------------------- /codeforces/667A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/667A.cpp -------------------------------------------------------------------------------- /codeforces/667B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/667B.cpp -------------------------------------------------------------------------------- /codeforces/667C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/667C.cpp -------------------------------------------------------------------------------- /codeforces/667D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/667D.cpp -------------------------------------------------------------------------------- /codeforces/668A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/668A.cpp -------------------------------------------------------------------------------- /codeforces/668C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/668C.cpp -------------------------------------------------------------------------------- /codeforces/671D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/671D.cpp -------------------------------------------------------------------------------- /codeforces/672A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/672A.cpp -------------------------------------------------------------------------------- /codeforces/672B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/672B.cpp -------------------------------------------------------------------------------- /codeforces/672C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/672C.cpp -------------------------------------------------------------------------------- /codeforces/675A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/675A.cpp -------------------------------------------------------------------------------- /codeforces/675B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/675B.cpp -------------------------------------------------------------------------------- /codeforces/675C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/675C.cpp -------------------------------------------------------------------------------- /codeforces/676A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/676A.cpp -------------------------------------------------------------------------------- /codeforces/676B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/676B.cpp -------------------------------------------------------------------------------- /codeforces/676C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/676C.cpp -------------------------------------------------------------------------------- /codeforces/685A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/685A.cpp -------------------------------------------------------------------------------- /codeforces/685B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/685B.cpp -------------------------------------------------------------------------------- /codeforces/685C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/685C.cpp -------------------------------------------------------------------------------- /codeforces/688A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/688A.cpp -------------------------------------------------------------------------------- /codeforces/688B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/688B.cpp -------------------------------------------------------------------------------- /codeforces/688C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/688C.cpp -------------------------------------------------------------------------------- /codeforces/688D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/688D.cpp -------------------------------------------------------------------------------- /codeforces/688E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/688E.cpp -------------------------------------------------------------------------------- /codeforces/695B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/695B.cpp -------------------------------------------------------------------------------- /codeforces/695C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/695C.cpp -------------------------------------------------------------------------------- /codeforces/696A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/696A.cpp -------------------------------------------------------------------------------- /codeforces/696B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/696B.cpp -------------------------------------------------------------------------------- /codeforces/696C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/696C.cpp -------------------------------------------------------------------------------- /codeforces/696D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/696D.cpp -------------------------------------------------------------------------------- /codeforces/697A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/697A.cpp -------------------------------------------------------------------------------- /codeforces/697B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/697B.cpp -------------------------------------------------------------------------------- /codeforces/697C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/697C.cpp -------------------------------------------------------------------------------- /codeforces/697D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/697D.cpp -------------------------------------------------------------------------------- /codeforces/697E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/697E.cpp -------------------------------------------------------------------------------- /codeforces/698A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/698A.cpp -------------------------------------------------------------------------------- /codeforces/698B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/698B.cpp -------------------------------------------------------------------------------- /codeforces/698C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/698C.cpp -------------------------------------------------------------------------------- /codeforces/705B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/705B.cpp -------------------------------------------------------------------------------- /codeforces/705C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/705C.cpp -------------------------------------------------------------------------------- /codeforces/Global10A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/Global10A.cpp -------------------------------------------------------------------------------- /codeforces/Global10B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/Global10B.cpp -------------------------------------------------------------------------------- /codeforces/Global10C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/Global10C.cpp -------------------------------------------------------------------------------- /codeforces/Global10D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/Global10D.cpp -------------------------------------------------------------------------------- /codeforces/beif.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/beif.cpp -------------------------------------------------------------------------------- /codeforces/codecraft20A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/codecraft20A.cpp -------------------------------------------------------------------------------- /codeforces/codecraft20B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/codecraft20B.cpp -------------------------------------------------------------------------------- /codeforces/codecraft20C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/codecraft20C.cpp -------------------------------------------------------------------------------- /codeforces/div2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/div2.cpp -------------------------------------------------------------------------------- /codeforces/div3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/div3.cpp -------------------------------------------------------------------------------- /codeforces/div4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/div4.cpp -------------------------------------------------------------------------------- /codeforces/div5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/div5.cpp -------------------------------------------------------------------------------- /codeforces/edu101A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu101A.cpp -------------------------------------------------------------------------------- /codeforces/edu101B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu101B.cpp -------------------------------------------------------------------------------- /codeforces/edu101C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu101C.cpp -------------------------------------------------------------------------------- /codeforces/edu101D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu101D.cpp -------------------------------------------------------------------------------- /codeforces/edu101E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu101E.cpp -------------------------------------------------------------------------------- /codeforces/edu102A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu102A.cpp -------------------------------------------------------------------------------- /codeforces/edu102B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu102B.cpp -------------------------------------------------------------------------------- /codeforces/edu102C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu102C.cpp -------------------------------------------------------------------------------- /codeforces/edu102D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu102D.cpp -------------------------------------------------------------------------------- /codeforces/edu102E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu102E.cpp -------------------------------------------------------------------------------- /codeforces/edu73A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu73A.cpp -------------------------------------------------------------------------------- /codeforces/edu73B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu73B.cpp -------------------------------------------------------------------------------- /codeforces/edu74A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu74A.cpp -------------------------------------------------------------------------------- /codeforces/edu74B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu74B.cpp -------------------------------------------------------------------------------- /codeforces/edu75A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu75A.cpp -------------------------------------------------------------------------------- /codeforces/edu75B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu75B.cpp -------------------------------------------------------------------------------- /codeforces/edu76A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu76A.cpp -------------------------------------------------------------------------------- /codeforces/edu76B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu76B.cpp -------------------------------------------------------------------------------- /codeforces/edu76C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu76C.cpp -------------------------------------------------------------------------------- /codeforces/edu76D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu76D.cpp -------------------------------------------------------------------------------- /codeforces/edu77A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu77A.cpp -------------------------------------------------------------------------------- /codeforces/edu77B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu77B.cpp -------------------------------------------------------------------------------- /codeforces/edu77C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu77C.cpp -------------------------------------------------------------------------------- /codeforces/edu82A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu82A.cpp -------------------------------------------------------------------------------- /codeforces/edu82B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu82B.cpp -------------------------------------------------------------------------------- /codeforces/edu83A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu83A.cpp -------------------------------------------------------------------------------- /codeforces/edu83B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu83B.cpp -------------------------------------------------------------------------------- /codeforces/edu83C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu83C.cpp -------------------------------------------------------------------------------- /codeforces/edu84A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu84A.cpp -------------------------------------------------------------------------------- /codeforces/edu84B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu84B.cpp -------------------------------------------------------------------------------- /codeforces/edu84C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu84C.cpp -------------------------------------------------------------------------------- /codeforces/edu84E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu84E.cpp -------------------------------------------------------------------------------- /codeforces/edu93A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu93A.cpp -------------------------------------------------------------------------------- /codeforces/edu93B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu93B.cpp -------------------------------------------------------------------------------- /codeforces/edu93C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu93C.cpp -------------------------------------------------------------------------------- /codeforces/edu93D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu93D.cpp -------------------------------------------------------------------------------- /codeforces/edu94A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu94A.cpp -------------------------------------------------------------------------------- /codeforces/edu94B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu94B.cpp -------------------------------------------------------------------------------- /codeforces/edu94C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu94C.cpp -------------------------------------------------------------------------------- /codeforces/edu94D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu94D.cpp -------------------------------------------------------------------------------- /codeforces/edu98A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu98A.cpp -------------------------------------------------------------------------------- /codeforces/edu98B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu98B.cpp -------------------------------------------------------------------------------- /codeforces/edu98C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu98C.cpp -------------------------------------------------------------------------------- /codeforces/edu98D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu98D.cpp -------------------------------------------------------------------------------- /codeforces/edu98E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu98E.cpp -------------------------------------------------------------------------------- /codeforces/edu99A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu99A.cpp -------------------------------------------------------------------------------- /codeforces/edu99B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu99B.cpp -------------------------------------------------------------------------------- /codeforces/edu99C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu99C.cpp -------------------------------------------------------------------------------- /codeforces/edu99D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/edu99D.cpp -------------------------------------------------------------------------------- /codeforces/eduC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/eduC.cpp -------------------------------------------------------------------------------- /codeforces/raif1A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/raif1A.cpp -------------------------------------------------------------------------------- /codeforces/raif1B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/raif1B.cpp -------------------------------------------------------------------------------- /codeforces/raif1C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/raif1C.cpp -------------------------------------------------------------------------------- /codeforces/raif1D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/raif1D.cpp -------------------------------------------------------------------------------- /codeforces/raif1E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/codeforces/raif1E.cpp -------------------------------------------------------------------------------- /lanqiao/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/lanqiao/A.cpp -------------------------------------------------------------------------------- /lanqiao/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/lanqiao/B.cpp -------------------------------------------------------------------------------- /lanqiao/lanqiao10B.cpp/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/lanqiao/lanqiao10B.cpp/A.cpp -------------------------------------------------------------------------------- /lanqiao/lanqiao10B.cpp/B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/lanqiao/lanqiao10B.cpp/B.cpp -------------------------------------------------------------------------------- /lanqiao/lanqiao10B.cpp/C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/lanqiao/lanqiao10B.cpp/C.cpp -------------------------------------------------------------------------------- /lanqiao/lanqiao10B.cpp/D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/lanqiao/lanqiao10B.cpp/D.cpp -------------------------------------------------------------------------------- /lanqiao/lanqiao10B.cpp/E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/lanqiao/lanqiao10B.cpp/E.cpp -------------------------------------------------------------------------------- /lanqiao/lanqiao10B.cpp/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/lanqiao/lanqiao10B.cpp/F.cpp -------------------------------------------------------------------------------- /lanqiao/lanqiao10B.cpp/G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/lanqiao/lanqiao10B.cpp/G.cpp -------------------------------------------------------------------------------- /lanqiao/lanqiao10B.cpp/H.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/lanqiao/lanqiao10B.cpp/H.cpp -------------------------------------------------------------------------------- /lanqiao/lanqiao10B.cpp/I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/lanqiao/lanqiao10B.cpp/I.cpp -------------------------------------------------------------------------------- /lanqiao/lanqiao10B.cpp/J.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/lanqiao/lanqiao10B.cpp/J.cpp -------------------------------------------------------------------------------- /luogu/DP/P1048.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/DP/P1048.cpp -------------------------------------------------------------------------------- /luogu/DP/P1049.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/DP/P1049.cpp -------------------------------------------------------------------------------- /luogu/DP/P1060.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/DP/P1060.cpp -------------------------------------------------------------------------------- /luogu/DP/P1359.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/DP/P1359.cpp -------------------------------------------------------------------------------- /luogu/DP/P1757.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/DP/P1757.cpp -------------------------------------------------------------------------------- /luogu/DP/P1802.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/DP/P1802.cpp -------------------------------------------------------------------------------- /luogu/DP/p1002.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/DP/p1002.cpp -------------------------------------------------------------------------------- /luogu/Graph/Short_path/P1119.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Short_path/P1119.cpp -------------------------------------------------------------------------------- /luogu/Graph/Short_path/P1144.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Short_path/P1144.cpp -------------------------------------------------------------------------------- /luogu/Graph/Short_path/P1339.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Short_path/P1339.cpp -------------------------------------------------------------------------------- /luogu/Graph/Short_path/P1346.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Short_path/P1346.cpp -------------------------------------------------------------------------------- /luogu/Graph/Short_path/P1462.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Short_path/P1462.cpp -------------------------------------------------------------------------------- /luogu/Graph/Traversal/BFS/P1032.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Traversal/BFS/P1032.cpp -------------------------------------------------------------------------------- /luogu/Graph/Traversal/BFS/P1126.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Traversal/BFS/P1126.cpp -------------------------------------------------------------------------------- /luogu/Graph/Traversal/BFS/P1330.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Traversal/BFS/P1330.cpp -------------------------------------------------------------------------------- /luogu/Graph/Traversal/BFS/P1443.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Traversal/BFS/P1443.cpp -------------------------------------------------------------------------------- /luogu/Graph/Traversal/DFS/P1141.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Traversal/DFS/P1141.cpp -------------------------------------------------------------------------------- /luogu/Graph/Traversal/DFS/P1162.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Traversal/DFS/P1162.cpp -------------------------------------------------------------------------------- /luogu/Graph/Traversal/DFS/P1219.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Traversal/DFS/P1219.cpp -------------------------------------------------------------------------------- /luogu/Graph/Traversal/DFS/P1605.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Traversal/DFS/P1605.cpp -------------------------------------------------------------------------------- /luogu/Graph/Traversal/DFS/P2921.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Traversal/DFS/P2921.cpp -------------------------------------------------------------------------------- /luogu/Graph/Traversal/DFS/p1019.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Traversal/DFS/p1019.cpp -------------------------------------------------------------------------------- /luogu/Graph/Traversal/DFS/p1101.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Traversal/DFS/p1101.cpp -------------------------------------------------------------------------------- /luogu/Graph/Traversal/DFS/p4961.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/Graph/Traversal/DFS/p4961.cpp -------------------------------------------------------------------------------- /luogu/binchaji/603D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/binchaji/603D.cpp -------------------------------------------------------------------------------- /luogu/binchaji/CF292D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/binchaji/CF292D.cpp -------------------------------------------------------------------------------- /luogu/binchaji/P1111.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/binchaji/P1111.cpp -------------------------------------------------------------------------------- /luogu/binchaji/P1197.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/binchaji/P1197.cpp -------------------------------------------------------------------------------- /luogu/binchaji/P1551.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/binchaji/P1551.cpp -------------------------------------------------------------------------------- /luogu/binchaji/P26621.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/binchaji/P26621.cpp -------------------------------------------------------------------------------- /luogu/binchaji/P3367.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/binchaji/P3367.cpp -------------------------------------------------------------------------------- /luogu/binchaji/UVA10054.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/binchaji/UVA10054.cpp -------------------------------------------------------------------------------- /luogu/hash/HDU1880.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/hash/HDU1880.cpp -------------------------------------------------------------------------------- /luogu/hash/LOJ10034.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/hash/LOJ10034.cpp -------------------------------------------------------------------------------- /luogu/hash/P3370.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/hash/P3370.cpp -------------------------------------------------------------------------------- /luogu/hash/acwing139.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/hash/acwing139.cpp -------------------------------------------------------------------------------- /luogu/hash/div578E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/hash/div578E.cpp -------------------------------------------------------------------------------- /luogu/hash/div578E2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/hash/div578E2.cpp -------------------------------------------------------------------------------- /luogu/non_sort/CF26B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/non_sort/CF26B.cpp -------------------------------------------------------------------------------- /luogu/non_sort/P1880.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/non_sort/P1880.cpp -------------------------------------------------------------------------------- /luogu/non_sort/P2292.cpp: -------------------------------------------------------------------------------- 1 | #include "iostream" 2 | using namespace std; 3 | 4 | -------------------------------------------------------------------------------- /luogu/non_sort/P3406.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/non_sort/P3406.cpp -------------------------------------------------------------------------------- /luogu/non_sort/P4033.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/non_sort/P4033.cpp -------------------------------------------------------------------------------- /luogu/non_sort/P4391.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/non_sort/P4391.cpp -------------------------------------------------------------------------------- /luogu/non_sort/UVA514.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/non_sort/UVA514.cpp -------------------------------------------------------------------------------- /luogu/non_sort/UVA540.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/non_sort/UVA540.cpp -------------------------------------------------------------------------------- /luogu/non_sort/p1165.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/non_sort/p1165.cpp -------------------------------------------------------------------------------- /luogu/non_sort/p3375.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/non_sort/p3375.cpp -------------------------------------------------------------------------------- /luogu/simulation/P1003.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/simulation/P1003.cpp -------------------------------------------------------------------------------- /luogu/simulation/P1023.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/simulation/P1023.cpp -------------------------------------------------------------------------------- /luogu/simulation/P1031.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/simulation/P1031.cpp -------------------------------------------------------------------------------- /luogu/simulation/P1042.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/simulation/P1042.cpp -------------------------------------------------------------------------------- /luogu/simulation/P1067.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/simulation/P1067.cpp -------------------------------------------------------------------------------- /luogu/simulation/P1098.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/simulation/P1098.cpp -------------------------------------------------------------------------------- /luogu/simulation/P1540.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/luogu/simulation/P1540.cpp -------------------------------------------------------------------------------- /out_data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/out_data.cpp -------------------------------------------------------------------------------- /run_data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/run_data.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/Discretization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/Discretization.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/bit_op.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/bit_op.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/difference.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/difference.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/difference_2D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/difference_2D.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/double_pointer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/double_pointer.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/double_pointer2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/double_pointer2.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/get_mod.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/get_mod.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/high_precision+1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/high_precision+1.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/high_precision+2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/high_precision+2.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/high_precision-.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/high_precision-.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/ksm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/ksm.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/merge_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/merge_sort.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/prefix_sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/prefix_sum.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/prefix_sum_2D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/prefix_sum_2D.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/quicksort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/quicksort.cpp -------------------------------------------------------------------------------- /template/BasicalAlgorithm/qujianhebing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/BasicalAlgorithm/qujianhebing.cpp -------------------------------------------------------------------------------- /template/Data_Struct/62system_tran.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/62system_tran.cpp -------------------------------------------------------------------------------- /template/Data_Struct/KMP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/KMP.cpp -------------------------------------------------------------------------------- /template/Data_Struct/binchaji.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/binchaji.cpp -------------------------------------------------------------------------------- /template/Data_Struct/binchaji2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/binchaji2.cpp -------------------------------------------------------------------------------- /template/Data_Struct/binchaji_weight.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/binchaji_weight.cpp -------------------------------------------------------------------------------- /template/Data_Struct/dui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/dui.cpp -------------------------------------------------------------------------------- /template/Data_Struct/dui_simulation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/dui_simulation.cpp -------------------------------------------------------------------------------- /template/Data_Struct/hash1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/hash1.cpp -------------------------------------------------------------------------------- /template/Data_Struct/hash2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/hash2.cpp -------------------------------------------------------------------------------- /template/Data_Struct/hash_string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/hash_string.cpp -------------------------------------------------------------------------------- /template/Data_Struct/linklist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/linklist.cpp -------------------------------------------------------------------------------- /template/Data_Struct/linklist_two_way.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/linklist_two_way.cpp -------------------------------------------------------------------------------- /template/Data_Struct/max_exclusive_or_pair.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/max_exclusive_or_pair.cpp -------------------------------------------------------------------------------- /template/Data_Struct/quene_monotonically.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/quene_monotonically.cpp -------------------------------------------------------------------------------- /template/Data_Struct/queue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/queue.cpp -------------------------------------------------------------------------------- /template/Data_Struct/segment_tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/segment_tree.cpp -------------------------------------------------------------------------------- /template/Data_Struct/stack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/stack.cpp -------------------------------------------------------------------------------- /template/Data_Struct/stack_monotonically.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/stack_monotonically.cpp -------------------------------------------------------------------------------- /template/Data_Struct/tree_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/tree_array.cpp -------------------------------------------------------------------------------- /template/Data_Struct/trie_tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/trie_tree.cpp -------------------------------------------------------------------------------- /template/Data_Struct/undefine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Data_Struct/undefine.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/DP_counting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/DP_counting.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/DP_linear1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/DP_linear1.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/DP_linear2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/DP_linear2.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/DP_linear3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/DP_linear3.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/DP_linear4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/DP_linear4.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/DP_linear5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/DP_linear5.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/DP_num.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/DP_num.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/DP_qujian.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/DP_qujian.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/DP_tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/DP_tree.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/DP_zhuanya.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/DP_zhuanya.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/LCS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/LCS.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/bag_01.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/bag_01.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/bag_complete.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/bag_complete.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/bag_group.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/bag_group.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/bag_mulity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/bag_mulity.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/count_problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/count_problem.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/hamilton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/hamilton.cpp -------------------------------------------------------------------------------- /template/Dynamic_Programing/mem_search.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Dynamic_Programing/mem_search.cpp -------------------------------------------------------------------------------- /template/Graph/BFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/BFS.cpp -------------------------------------------------------------------------------- /template/Graph/BFS_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/BFS_2.cpp -------------------------------------------------------------------------------- /template/Graph/BFS_tree_graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/BFS_tree_graph.cpp -------------------------------------------------------------------------------- /template/Graph/BG_pipei.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/BG_pipei.cpp -------------------------------------------------------------------------------- /template/Graph/BG_ranse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/BG_ranse.cpp -------------------------------------------------------------------------------- /template/Graph/Bellman_ford.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/Bellman_ford.cpp -------------------------------------------------------------------------------- /template/Graph/DFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/DFS.cpp -------------------------------------------------------------------------------- /template/Graph/DFS_n_queen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/DFS_n_queen.cpp -------------------------------------------------------------------------------- /template/Graph/DFS_n_queen_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/DFS_n_queen_2.cpp -------------------------------------------------------------------------------- /template/Graph/DFS_tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/DFS_tree.cpp -------------------------------------------------------------------------------- /template/Graph/Dijkstra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/Dijkstra.cpp -------------------------------------------------------------------------------- /template/Graph/Dijstra_dui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/Dijstra_dui.cpp -------------------------------------------------------------------------------- /template/Graph/Floyd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/Floyd.cpp -------------------------------------------------------------------------------- /template/Graph/Kruskal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/Kruskal.cpp -------------------------------------------------------------------------------- /template/Graph/prim.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/prim.cpp -------------------------------------------------------------------------------- /template/Graph/spfa.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/spfa.cpp -------------------------------------------------------------------------------- /template/Graph/spfa_fuhuan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/spfa_fuhuan.cpp -------------------------------------------------------------------------------- /template/Graph/topsort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Graph/topsort.cpp -------------------------------------------------------------------------------- /template/Greedy/ACwing106.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Greedy/ACwing106.cpp -------------------------------------------------------------------------------- /template/Greedy/ACwing125.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Greedy/ACwing125.cpp -------------------------------------------------------------------------------- /template/Greedy/ACwing148.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Greedy/ACwing148.cpp -------------------------------------------------------------------------------- /template/Greedy/ACwing906.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Greedy/ACwing906.cpp -------------------------------------------------------------------------------- /template/Greedy/ACwing907.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Greedy/ACwing907.cpp -------------------------------------------------------------------------------- /template/Greedy/ACwing908.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Greedy/ACwing908.cpp -------------------------------------------------------------------------------- /template/Greedy/ACwing913.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Greedy/ACwing913.cpp -------------------------------------------------------------------------------- /template/Greedy/QuJianXuanDian.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Greedy/QuJianXuanDian.cpp -------------------------------------------------------------------------------- /template/Math_Theory/CRT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/CRT.cpp -------------------------------------------------------------------------------- /template/Math_Theory/Gauss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/Gauss.cpp -------------------------------------------------------------------------------- /template/Math_Theory/Gauss_xor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/Gauss_xor.cpp -------------------------------------------------------------------------------- /template/Math_Theory/devisor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/devisor.cpp -------------------------------------------------------------------------------- /template/Math_Theory/divisor_gcd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/divisor_gcd.cpp -------------------------------------------------------------------------------- /template/Math_Theory/divisor_sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/divisor_sum.cpp -------------------------------------------------------------------------------- /template/Math_Theory/divisors_numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/divisors_numbers.cpp -------------------------------------------------------------------------------- /template/Math_Theory/euler_n.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/euler_n.cpp -------------------------------------------------------------------------------- /template/Math_Theory/euler_shai.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/euler_shai.cpp -------------------------------------------------------------------------------- /template/Math_Theory/g_theory1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/g_theory1.cpp -------------------------------------------------------------------------------- /template/Math_Theory/g_theory2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/g_theory2.cpp -------------------------------------------------------------------------------- /template/Math_Theory/g_theory3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/g_theory3.cpp -------------------------------------------------------------------------------- /template/Math_Theory/g_theory4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/g_theory4.cpp -------------------------------------------------------------------------------- /template/Math_Theory/gcd_extend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/gcd_extend.cpp -------------------------------------------------------------------------------- /template/Math_Theory/ksm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/ksm.cpp -------------------------------------------------------------------------------- /template/Math_Theory/prime_aisai.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/prime_aisai.cpp -------------------------------------------------------------------------------- /template/Math_Theory/prime_fenjie.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/prime_fenjie.cpp -------------------------------------------------------------------------------- /template/Math_Theory/prime_linear_sai.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/prime_linear_sai.cpp -------------------------------------------------------------------------------- /template/Math_Theory/prime_number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/prime_number.cpp -------------------------------------------------------------------------------- /template/Math_Theory/rongchi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/rongchi.cpp -------------------------------------------------------------------------------- /template/Math_Theory/zuhe1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/zuhe1.cpp -------------------------------------------------------------------------------- /template/Math_Theory/zuhe2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/zuhe2.cpp -------------------------------------------------------------------------------- /template/Math_Theory/zuhe3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/zuhe3.cpp -------------------------------------------------------------------------------- /template/Math_Theory/zuhe4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/zuhe4.cpp -------------------------------------------------------------------------------- /template/Math_Theory/zuhe5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/template/Math_Theory/zuhe5.cpp -------------------------------------------------------------------------------- /test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/test.cpp -------------------------------------------------------------------------------- /test2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/test2.cpp -------------------------------------------------------------------------------- /test3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NXIST-backup/algorithm_trans/HEAD/test3.cpp --------------------------------------------------------------------------------