├── 04CLOPAIR.cpp ├── 2_13.cpp ├── B2COMBSORT.cpp ├── ContestProject.java ├── Contest_PTIT ├── C1_cau18.cpp ├── C2_bai27.cpp ├── C2_bai30.cpp ├── C4_bai32.cpp ├── C5_bai14.cpp ├── C6_bai8.cpp ├── C8_bai4.cpp ├── C8_bai5.cpp ├── C8_bai7.cpp ├── C8_bai9.cpp ├── C9_bai1.cpp ├── C9_bai6.cpp ├── Contest1.pdf ├── Contest10.pdf ├── Contest11.pdf ├── Contest2.pdf ├── Contest3.pdf ├── Contest4.pdf ├── Contest5.pdf ├── Contest6.pdf ├── Contest7.pdf ├── Contest8.pdf ├── Contest9.pdf └── README.md ├── CrossPoint.py ├── E-Machinever2.cpp ├── Even-Odd_Game.cpp ├── HoanViPhiaTruoc.cpp ├── InterPodIncomingImprove.java ├── KTLT ├── README.md ├── lab1 │ ├── Bai 1_1.cpp │ ├── Bai 1_10.cpp │ ├── Bai 1_2.cpp │ ├── Bai 1_3.cpp │ ├── Bai 1_4.cpp │ ├── Bai 1_5.cpp │ ├── Bai 1_6.cpp │ ├── Bai 1_7.cpp │ ├── Bai 1_8.cpp │ ├── Bai 1_9.cpp │ ├── Buoi1_20183554_NguyenQuangHuy_IT3040_699225_BaiTH01.zip │ └── lab1.pdf ├── lab2 │ ├── Bai2_1.cpp │ ├── Bai2_10.cpp │ ├── Bai2_11.cpp │ ├── Bai2_12.cpp │ ├── Bai2_13.cpp │ ├── Bai2_2.cpp │ ├── Bai2_3.cpp │ ├── Bai2_4.cpp │ ├── Bai2_5.cpp │ ├── Bai2_6.cpp │ ├── Bai2_7.cpp │ ├── Bai2_8.cpp │ ├── Bai2_9.cpp │ ├── Buoi2_20183554_NguyenQuangHuy_IT3040_699225_BaiTH02.zip │ └── lab2.pdf ├── lab3 │ ├── Bai 3_1.cpp │ ├── Bai 3_10.cpp │ ├── Bai 3_11.cpp │ ├── Bai 3_12.cpp │ ├── Bai 3_2.cpp │ ├── Bai 3_3.cpp │ ├── Bai 3_4.cpp │ ├── Bai 3_5.cpp │ ├── Bai 3_6.cpp │ ├── Bai 3_7.cpp │ ├── Bai 3_8.cpp │ ├── Bai 3_9.cpp │ ├── Buoi3_20183554_NguyenQuangHuy_IT3040_699225_BaiTH03.zip │ └── lab3.pdf ├── lab4 │ ├── Buoi4_20183554_NguyenQuangHuy_IT3040_699225_BaiTH04.zip │ ├── bai1.cpp │ ├── bai10.cpp │ ├── bai11.cpp │ ├── bai12.cpp │ ├── bai13.cpp │ ├── bai13_100.cpp │ ├── bai2.cpp │ ├── bai3.cpp │ ├── bai4.cpp │ ├── bai5.cpp │ ├── bai6.cpp │ ├── bai7.cpp │ ├── bai8.cpp │ ├── bai9.cpp │ ├── lab4.pdf │ └── testcase │ │ ├── bai10_test1.in │ │ ├── bai10_test1.out │ │ ├── bai10_test2.in │ │ └── bai10_test3.in └── lab5 │ ├── Buoi5_20183554_NguyenQuangHuy_IT3040_699225_BaiTH05.zip │ ├── TestDT_KT.docx │ ├── bai1.cpp │ ├── bai2.cpp │ ├── bai3.cpp │ ├── bai4-test.cpp │ ├── bai4.cpp │ ├── bai5.cpp │ ├── bai6.cpp │ ├── bai7.cpp │ ├── bai8.cpp │ ├── bai9.cpp │ ├── lab5.pdf │ ├── testDT_KT.cpp │ └── testDT_KT.png ├── LICENSE ├── LietKeXauNhiPhanDoDaiN.py ├── O2020_HUST ├── O2020.pdf ├── O2020ALICEADD.cpp ├── O2020CCYCLE.cpp ├── O2020CNTDIV.cpp ├── O2020FACILITY.cpp └── README.md ├── PHP_topcv_test ├── Bai 3.php ├── Bài 1.php ├── Bài 2.php ├── Kết quả.pdf └── README.md ├── PTIT_BCNEPER.cpp ├── PTIT_SSAM019I(1).cpp ├── PTIT_SSAM019I(2).cpp ├── PTIT_SSAM019I(3).cpp ├── PTIT_SSAM119D.cpp ├── README.md ├── Sasuke_CodeWar#1 ├── BaiA ├── BaiA.cpp ├── BaiB ├── BaiB.cpp ├── BaiC ├── BaiC.cpp ├── BaiD ├── BaiD.cpp ├── BaiE ├── BaiF ├── BaiF.cpp ├── BaiG ├── BaiG.cpp ├── BaiH ├── BaiI ├── BaiJ └── README.md ├── SecondMax.py ├── SpecialNumber.py ├── THSEQ_Day_so.py ├── TRR2019 ├── Bai1_prufercode_NENCAY.cpp ├── Bai2_coloring_TOMAU.cpp ├── Bai3_DFSandBFS_part1DFS.cpp ├── Programming Ass │ ├── 1. TreeCompression │ │ ├── PruferCodes │ │ │ ├── Makefile │ │ │ ├── prufercodeV1.cc │ │ │ ├── prufercodeV2.cc │ │ │ ├── prufercodeV2.out │ │ │ ├── prufercodeV3.cc │ │ │ ├── prufercodeV3.out │ │ │ ├── prufercodeV3gentest.cc │ │ │ ├── randomtree.cc │ │ │ ├── test.dot │ │ │ ├── test.pdf │ │ │ ├── v1.html │ │ │ ├── v2.html │ │ │ └── v3.html │ │ └── nencay.pdf │ ├── 2.Coloring │ │ ├── coloring.pdf │ │ ├── rgb.txt │ │ └── test.dot │ ├── 3. Searching on Graph │ │ └── DFSandBFS.pdf │ ├── 4. Robot │ │ └── robot.pdf │ ├── 5. Isomorphism │ │ ├── dangcau.cpp │ │ ├── dangcau2.cpp │ │ ├── graph1.txt │ │ ├── graph2.txt │ │ ├── graph3.txt │ │ ├── graph4.txt │ │ └── isomorphism_v1.cpp │ └── 6. Stable Matching │ │ └── th9.pdf └── README.md ├── TTUD_Codeforces ├── 01ADD.cpp ├── 01ADDMOD.cpp ├── 01EXPMOD.cpp ├── 01SUBSEQMAX.cpp ├── 01SUMSEQ.cpp ├── 01WayTooLongWords.cpp ├── 02BracketSequense.cpp ├── 02HIST.cpp ├── 02LOCATE.cpp ├── 02PARENTHESES.cpp ├── 02POSTMAN.cpp ├── 02RELOAD.cpp ├── 02SIGNAL.cpp ├── 02SORTINT.cpp ├── 02WATERJUG_BFS.cpp ├── 03BACP.cpp ├── 03BCA.cpp ├── 03BINARYGEN.cpp ├── 03BINARYLIST.cpp ├── 03CBUS.cpp ├── 03CNK.cpp ├── 03CNKRM.cpp ├── 03COMBINATIONGEN.cpp ├── 03COMBINATIONLIST.cpp ├── 03CONTAINER.cpp ├── 03CVRPCOUNT.cpp ├── 03CVRP_OPT.cpp ├── 03DIGITS.cpp ├── 03HOLEY_N_QUEENS.cpp ├── 03K-PATH.cpp ├── 03KNAPSAC.cpp ├── 03NURSE.cpp ├── 03PERMUTATIONGEN.cpp ├── 03PERMUTATIONLIST.cpp ├── 03ROUTING.cpp ├── 03TAXI.cpp ├── 03TSP.cpp ├── 04AGGRCOW.cpp ├── 04CLOPAIR.cpp ├── 04EKO.cpp ├── 04FIBOWORDS.cpp ├── 04Lost_Numbers.cpp ├── 04PIE.cpp ├── 04TRIPLE.cpp ├── 05GOLD_MINING.cpp ├── 05INCREASE_SUBSEQ.cpp ├── 05MAX_SUBSEQUENCE.cpp ├── 05NURSE.cpp ├── 05RMQ.cpp ├── 06ARTICULATION_POINTS_N_BRIDGES.cpp ├── 06BIPARTIE_GRAPH.cpp ├── 06BUGLIFE.cpp ├── 06CONNECTED_COMPONENTS.cpp ├── 06COUNT_SPANNING_TREES.cpp ├── 06ELEVTRBL.cpp ├── 06FINDPARENT.cpp ├── 06K-MST.cpp ├── 06LCOUNT.cpp ├── 06LONGEST_PATH_ON_A_TREE.cpp ├── 06MINIMUM_SPANNING_TREE.cpp ├── 06SHORTEST_PATH_PRIORITY_QUEUE.cpp ├── 06STRONGLY_CONNECTED_COMPONENTS.cpp ├── 07ATM.cpp ├── 07CHANGE.cpp ├── 07Planting_Trees.cpp ├── I-Tower.cpp ├── K-MST.cpp ├── NETWORK.cpp ├── README.md ├── TOWER.cpp └── problems │ ├── 01problems.pdf │ ├── 02problems.pdf │ ├── 03problems.pdf │ ├── 04problems.pdf │ ├── 05problems.pdf │ ├── 06problems.pdf │ └── 07problems.pdf ├── TTUD_finaltest ├── README.md ├── bai1.cpp ├── bai2.cpp ├── bai2[c2].cpp ├── bai2[c3-full100].cpp ├── bai3.cpp ├── bai4.cpp ├── bai4[c2].cpp ├── finaltest.pdf ├── output_bai4 │ ├── output_0.txt │ ├── output_1.txt │ ├── output_2.txt │ ├── output_3.txt │ ├── output_4.txt │ ├── output_5.txt │ ├── output_6.txt │ ├── output_7.txt │ ├── output_8.txt │ └── output_9.txt └── test │ ├── CAP.zip │ ├── GROUPUP.zip │ ├── LISS.zip │ └── ROUTE.zip ├── TTUD_midtest ├── 01RUN.cpp ├── 02DINO.cpp ├── 03DIGITS.cpp ├── 04SUBMX.cpp ├── 04SUBMX[35].cpp ├── README.md ├── test-DIGITS.zip ├── test-DINO.zip ├── test-RUN.zip └── test.pdf ├── TapConLienKePhiaTruoc.py ├── TimSNTmton.py ├── XauNhiPhanLienKePhiaTruoc.cpp ├── a.cpp ├── bland.cpp ├── capphatbonho.cpp ├── chuoiguong.cpp ├── chuyen_doi_bieu_thuc_trung_to_sang_bieu_thuc_hau_to_BALAN.cpp ├── code_lib ├── README.md ├── bfs.cpp ├── dfs.cpp ├── disjoint-set.cpp ├── djikstra.cpp ├── file.cpp └── split-string.cpp ├── convertunicode.py ├── daonguocsonguyenduong.c ├── day_co_chua_duy_nhat_k_phan_tu_A.cpp ├── daycon.cpp ├── demsokitu.cpp ├── dequytuongho.cpp ├── dfs.cpp ├── dongheap.py ├── donuocLAB.cpp ├── duong_di_dai_nhat.cpp ├── fft.cpp ├── hacker_cup ├── README.md ├── Round_1 │ ├── A1 _ Chapter_1_Problem.pdf │ ├── A1_Chapter_1.cpp │ ├── A2 _Chapter_2_Problem.pdf │ ├── A2_Chapter_2.cpp │ └── A2_Chapter_2_test.txt └── Round_2 │ ├── B_Blockchain.cpp │ ├── Problem B _ Facebook Hacker Cup - 2021 - Round 2.pdf │ └── chainblock_input.txt ├── ham_so.cpp ├── hoanviphiatruoc.cpp ├── ideone_aQ5s2Z.cpp ├── jse ├── ConnectDatabaseDemo │ └── src │ │ └── main │ │ ├── Connect.java │ │ ├── Main.java │ │ └── Student.java ├── ConnectDatabaseWithJDBC │ └── src │ │ └── main │ │ └── Main.java ├── DemoSocket │ └── src │ │ ├── client │ │ └── SimpleClientProgram.java │ │ └── server │ │ └── SimpleServerProgram.java ├── InfoEmPloyees │ ├── pom.xml │ └── src │ │ ├── main │ │ └── Main.java │ │ ├── model │ │ └── Employees.java │ │ └── services │ │ └── MySQLConnection.java ├── README.md ├── SparkJavaDemo │ ├── pom.xml │ └── src │ │ └── spark │ │ ├── Prime.java │ │ ├── SparkApplication.java │ │ ├── Thread10s.java │ │ └── Thread20s.java ├── SparkJavaDemo2 │ ├── pom.xml │ └── src │ │ ├── app │ │ ├── Prime.java │ │ └── SparkApplication.java │ │ ├── cache │ │ ├── ExpireAfterAccess.java │ │ ├── MapCache.java │ │ └── expireAfterWrite.java │ │ └── spark │ │ ├── Prime.java │ │ ├── SparkApplication.java │ │ ├── Thread10s.java │ │ └── Thread20s.java ├── TransactionJavaJDBC │ └── src │ │ ├── main │ │ └── Main.java │ │ └── services │ │ └── MySQLConnection.java ├── dantri │ ├── pom.xml │ └── src │ │ └── service │ │ └── GetData.java ├── linked-list │ └── src │ │ └── linkedlist │ │ ├── LinkedList.java │ │ ├── Node.java │ │ └── Test.java ├── parsejson │ ├── logFile.log │ ├── logback.xml │ ├── pom.xml │ ├── resources │ │ └── logback.xml │ └── src │ │ ├── Model │ │ ├── Person.java │ │ └── User.java │ │ ├── main │ │ ├── Main.java │ │ └── WriteLater12s.java │ │ └── service │ │ └── ParseJson.java └── synonym │ ├── README.md │ ├── pom.xml │ └── src │ └── parseweb │ ├── CreateUrl.java │ ├── GetSynonym.java │ └── PrintSynonym.java ├── kiemtradoixung.cpp ├── lap_sau_ki_tu.cpp ├── lietkexaunhiphandodain.cpp ├── merge_sort.cpp ├── move_data.py ├── phan_tich_so.cpp ├── phepchiahet.py ├── randomNumber.c ├── read-matrix.py ├── search_engine.cpp ├── shopeecodeleague2022 ├── Money Transfer - Shopee Code League 2022 - Qualification Round _ HackerEarth.pdf ├── Money_Transfer.cpp ├── Shopee_Xpress_Delivery.cpp └── Untitled4 (1).cpp ├── so_khoi_lap_phuong.cpp ├── tapconlienkephiatruoc.cpp ├── tim_cac_cap_so_co_hieu_nho_hon_k.cpp ├── tim_n_phan_tu_gan_x_nhat.cpp ├── tree-forest ├── README.md ├── Tree_Forest.cbp ├── Tree_Forest.layout ├── func.cpp ├── input.txt ├── main.cpp └── task.png ├── vcc_java_core_train ├── README.md └── src │ ├── collection │ ├── cHashMap.java │ └── cHashset.java │ ├── enumjava │ └── EnumDemo.java │ ├── lamda │ └── LamdaWithForEach.java │ ├── readfile │ └── InputData.java │ ├── regex │ └── regex1.java │ └── thread │ ├── Lich.java │ └── TestThread.java ├── vcc_train ├── README.md ├── bai_tap.pdf ├── resource │ ├── input_2 │ │ └── 01.txt │ ├── input_3 │ │ ├── 01.txt │ │ ├── 2600-0.txt │ │ ├── 3600-0.txt │ │ ├── 5000-8.txt │ │ ├── 521-0.txt │ │ ├── 53086-0 - Copy (2).txt │ │ ├── 53086-0 - Copy (3).txt │ │ ├── 53086-0 - Copy.txt │ │ ├── 53086-0.txt │ │ ├── 53097-0.txt │ │ ├── pg10422 - Copy.txt │ │ ├── pg10422.txt │ │ ├── pg10551 - Copy.txt │ │ ├── pg10551.txt │ │ ├── pg132 - Copy (2).txt │ │ ├── pg132 - Copy (3).txt │ │ ├── pg132 - Copy (4).txt │ │ ├── pg132 - Copy.txt │ │ ├── pg132.txt │ │ ├── pg1661 - Copy.txt │ │ ├── pg1661.txt │ │ ├── pg174 - Copy (2).txt │ │ ├── pg174 - Copy (3).txt │ │ ├── pg174 - Copy (4).txt │ │ ├── pg174 - Copy (5).txt │ │ ├── pg174 - Copy - Copy (2).txt │ │ ├── pg174 - Copy - Copy (3).txt │ │ ├── pg174 - Copy - Copy (4).txt │ │ ├── pg174 - Copy - Copy.txt │ │ ├── pg174 - Copy.txt │ │ ├── pg174.txt │ │ ├── pg18970 - Copy.txt │ │ ├── pg18970.txt │ │ ├── pg20417 - Copy.txt │ │ ├── pg20417.txt │ │ ├── pg2701 - Copy.txt │ │ ├── pg2701.txt │ │ ├── pg30254.txt │ │ ├── pg30360.txt │ │ ├── pg345 - Copy (2).txt │ │ ├── pg345 - Copy (3).txt │ │ ├── pg345 - Copy (4).txt │ │ ├── pg345 - Copy (5).txt │ │ ├── pg345 - Copy - Copy (2).txt │ │ ├── pg345 - Copy - Copy (3).txt │ │ ├── pg345 - Copy - Copy (4).txt │ │ ├── pg345 - Copy - Copy.txt │ │ ├── pg345 - Copy.txt │ │ ├── pg345.txt │ │ ├── pg53085.txt │ │ ├── pg972 - Copy - Copy (2).txt │ │ ├── pg972 - Copy - Copy (3).txt │ │ ├── pg972 - Copy - Copy (4).txt │ │ ├── pg972 - Copy - Copy.txt │ │ ├── pg972 - Copy.txt │ │ └── pg972.txt │ ├── input_5 │ │ └── Maze.java │ └── input_8 │ │ ├── cities.dat │ │ └── countries.dat.dat └── src │ ├── bai1 │ └── Bai1.java │ ├── bai2 │ ├── Bai2.java │ └── output │ │ └── output.txt │ ├── bai3 │ ├── Bai3.java │ ├── CallableWorker.java │ ├── Support.java │ └── output │ │ └── output.txt │ ├── bai4 │ ├── Bai4.java │ ├── Point.java │ └── output │ │ └── output.txt │ ├── bai5 │ ├── Bai5.java │ ├── Maze.java │ └── Node.java │ ├── bai6 │ ├── HoaDon.java │ ├── KhachHang.java │ ├── MatHang.java │ ├── NhanVien.java │ ├── NhanVienBanHang.java │ └── NhanVienNhapHang.java │ ├── bai7 │ └── Bai7.java │ └── bai8 │ ├── Bai8.java │ ├── model │ ├── CityModel.java │ └── CountryModel.java │ └── services │ ├── CityServices.java │ └── CountryServices.java ├── vn.spoj.com-problems-DBRACKET.cpp ├── xac_suat_xuat_hien_tu_i_trong_van_ban_nhan_j.py ├── xaunhiphantruoc.cpp └── zzz.cpp /04CLOPAIR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/04CLOPAIR.cpp -------------------------------------------------------------------------------- /2_13.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/2_13.cpp -------------------------------------------------------------------------------- /B2COMBSORT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/B2COMBSORT.cpp -------------------------------------------------------------------------------- /ContestProject.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/ContestProject.java -------------------------------------------------------------------------------- /Contest_PTIT/C1_cau18.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/C1_cau18.cpp -------------------------------------------------------------------------------- /Contest_PTIT/C2_bai27.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/C2_bai27.cpp -------------------------------------------------------------------------------- /Contest_PTIT/C2_bai30.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/C2_bai30.cpp -------------------------------------------------------------------------------- /Contest_PTIT/C4_bai32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/C4_bai32.cpp -------------------------------------------------------------------------------- /Contest_PTIT/C5_bai14.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/C5_bai14.cpp -------------------------------------------------------------------------------- /Contest_PTIT/C6_bai8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/C6_bai8.cpp -------------------------------------------------------------------------------- /Contest_PTIT/C8_bai4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/C8_bai4.cpp -------------------------------------------------------------------------------- /Contest_PTIT/C8_bai5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/C8_bai5.cpp -------------------------------------------------------------------------------- /Contest_PTIT/C8_bai7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/C8_bai7.cpp -------------------------------------------------------------------------------- /Contest_PTIT/C8_bai9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/C8_bai9.cpp -------------------------------------------------------------------------------- /Contest_PTIT/C9_bai1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/C9_bai1.cpp -------------------------------------------------------------------------------- /Contest_PTIT/C9_bai6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/C9_bai6.cpp -------------------------------------------------------------------------------- /Contest_PTIT/Contest1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/Contest1.pdf -------------------------------------------------------------------------------- /Contest_PTIT/Contest10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/Contest10.pdf -------------------------------------------------------------------------------- /Contest_PTIT/Contest11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/Contest11.pdf -------------------------------------------------------------------------------- /Contest_PTIT/Contest2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/Contest2.pdf -------------------------------------------------------------------------------- /Contest_PTIT/Contest3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/Contest3.pdf -------------------------------------------------------------------------------- /Contest_PTIT/Contest4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/Contest4.pdf -------------------------------------------------------------------------------- /Contest_PTIT/Contest5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/Contest5.pdf -------------------------------------------------------------------------------- /Contest_PTIT/Contest6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/Contest6.pdf -------------------------------------------------------------------------------- /Contest_PTIT/Contest7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/Contest7.pdf -------------------------------------------------------------------------------- /Contest_PTIT/Contest8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/Contest8.pdf -------------------------------------------------------------------------------- /Contest_PTIT/Contest9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/Contest9.pdf -------------------------------------------------------------------------------- /Contest_PTIT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Contest_PTIT/README.md -------------------------------------------------------------------------------- /CrossPoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/CrossPoint.py -------------------------------------------------------------------------------- /E-Machinever2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/E-Machinever2.cpp -------------------------------------------------------------------------------- /Even-Odd_Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Even-Odd_Game.cpp -------------------------------------------------------------------------------- /HoanViPhiaTruoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/HoanViPhiaTruoc.cpp -------------------------------------------------------------------------------- /InterPodIncomingImprove.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/InterPodIncomingImprove.java -------------------------------------------------------------------------------- /KTLT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/README.md -------------------------------------------------------------------------------- /KTLT/lab1/Bai 1_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab1/Bai 1_1.cpp -------------------------------------------------------------------------------- /KTLT/lab1/Bai 1_10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab1/Bai 1_10.cpp -------------------------------------------------------------------------------- /KTLT/lab1/Bai 1_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab1/Bai 1_2.cpp -------------------------------------------------------------------------------- /KTLT/lab1/Bai 1_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab1/Bai 1_3.cpp -------------------------------------------------------------------------------- /KTLT/lab1/Bai 1_4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab1/Bai 1_4.cpp -------------------------------------------------------------------------------- /KTLT/lab1/Bai 1_5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab1/Bai 1_5.cpp -------------------------------------------------------------------------------- /KTLT/lab1/Bai 1_6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab1/Bai 1_6.cpp -------------------------------------------------------------------------------- /KTLT/lab1/Bai 1_7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab1/Bai 1_7.cpp -------------------------------------------------------------------------------- /KTLT/lab1/Bai 1_8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab1/Bai 1_8.cpp -------------------------------------------------------------------------------- /KTLT/lab1/Bai 1_9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab1/Bai 1_9.cpp -------------------------------------------------------------------------------- /KTLT/lab1/Buoi1_20183554_NguyenQuangHuy_IT3040_699225_BaiTH01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab1/Buoi1_20183554_NguyenQuangHuy_IT3040_699225_BaiTH01.zip -------------------------------------------------------------------------------- /KTLT/lab1/lab1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab1/lab1.pdf -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_1.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_10.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_11.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_12.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_12.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_13.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_13.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_2.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_3.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_4.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_5.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_6.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_7.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_8.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Bai2_9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Bai2_9.cpp -------------------------------------------------------------------------------- /KTLT/lab2/Buoi2_20183554_NguyenQuangHuy_IT3040_699225_BaiTH02.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/Buoi2_20183554_NguyenQuangHuy_IT3040_699225_BaiTH02.zip -------------------------------------------------------------------------------- /KTLT/lab2/lab2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab2/lab2.pdf -------------------------------------------------------------------------------- /KTLT/lab3/Bai 3_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Bai 3_1.cpp -------------------------------------------------------------------------------- /KTLT/lab3/Bai 3_10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Bai 3_10.cpp -------------------------------------------------------------------------------- /KTLT/lab3/Bai 3_11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Bai 3_11.cpp -------------------------------------------------------------------------------- /KTLT/lab3/Bai 3_12.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Bai 3_12.cpp -------------------------------------------------------------------------------- /KTLT/lab3/Bai 3_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Bai 3_2.cpp -------------------------------------------------------------------------------- /KTLT/lab3/Bai 3_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Bai 3_3.cpp -------------------------------------------------------------------------------- /KTLT/lab3/Bai 3_4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Bai 3_4.cpp -------------------------------------------------------------------------------- /KTLT/lab3/Bai 3_5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Bai 3_5.cpp -------------------------------------------------------------------------------- /KTLT/lab3/Bai 3_6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Bai 3_6.cpp -------------------------------------------------------------------------------- /KTLT/lab3/Bai 3_7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Bai 3_7.cpp -------------------------------------------------------------------------------- /KTLT/lab3/Bai 3_8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Bai 3_8.cpp -------------------------------------------------------------------------------- /KTLT/lab3/Bai 3_9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Bai 3_9.cpp -------------------------------------------------------------------------------- /KTLT/lab3/Buoi3_20183554_NguyenQuangHuy_IT3040_699225_BaiTH03.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/Buoi3_20183554_NguyenQuangHuy_IT3040_699225_BaiTH03.zip -------------------------------------------------------------------------------- /KTLT/lab3/lab3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab3/lab3.pdf -------------------------------------------------------------------------------- /KTLT/lab4/Buoi4_20183554_NguyenQuangHuy_IT3040_699225_BaiTH04.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/Buoi4_20183554_NguyenQuangHuy_IT3040_699225_BaiTH04.zip -------------------------------------------------------------------------------- /KTLT/lab4/bai1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai1.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai10.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai11.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai12.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai12.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai13.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai13.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai13_100.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai13_100.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai2.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai3.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai4.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai5.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai6.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai7.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai8.cpp -------------------------------------------------------------------------------- /KTLT/lab4/bai9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/bai9.cpp -------------------------------------------------------------------------------- /KTLT/lab4/lab4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/lab4.pdf -------------------------------------------------------------------------------- /KTLT/lab4/testcase/bai10_test1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/testcase/bai10_test1.in -------------------------------------------------------------------------------- /KTLT/lab4/testcase/bai10_test1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/testcase/bai10_test1.out -------------------------------------------------------------------------------- /KTLT/lab4/testcase/bai10_test2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/testcase/bai10_test2.in -------------------------------------------------------------------------------- /KTLT/lab4/testcase/bai10_test3.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab4/testcase/bai10_test3.in -------------------------------------------------------------------------------- /KTLT/lab5/Buoi5_20183554_NguyenQuangHuy_IT3040_699225_BaiTH05.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/Buoi5_20183554_NguyenQuangHuy_IT3040_699225_BaiTH05.zip -------------------------------------------------------------------------------- /KTLT/lab5/TestDT_KT.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/TestDT_KT.docx -------------------------------------------------------------------------------- /KTLT/lab5/bai1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/bai1.cpp -------------------------------------------------------------------------------- /KTLT/lab5/bai2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/bai2.cpp -------------------------------------------------------------------------------- /KTLT/lab5/bai3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/bai3.cpp -------------------------------------------------------------------------------- /KTLT/lab5/bai4-test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/bai4-test.cpp -------------------------------------------------------------------------------- /KTLT/lab5/bai4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/bai4.cpp -------------------------------------------------------------------------------- /KTLT/lab5/bai5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/bai5.cpp -------------------------------------------------------------------------------- /KTLT/lab5/bai6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/bai6.cpp -------------------------------------------------------------------------------- /KTLT/lab5/bai7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/bai7.cpp -------------------------------------------------------------------------------- /KTLT/lab5/bai8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/bai8.cpp -------------------------------------------------------------------------------- /KTLT/lab5/bai9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/bai9.cpp -------------------------------------------------------------------------------- /KTLT/lab5/lab5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/lab5.pdf -------------------------------------------------------------------------------- /KTLT/lab5/testDT_KT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/testDT_KT.cpp -------------------------------------------------------------------------------- /KTLT/lab5/testDT_KT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/KTLT/lab5/testDT_KT.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/LICENSE -------------------------------------------------------------------------------- /LietKeXauNhiPhanDoDaiN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/LietKeXauNhiPhanDoDaiN.py -------------------------------------------------------------------------------- /O2020_HUST/O2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/O2020_HUST/O2020.pdf -------------------------------------------------------------------------------- /O2020_HUST/O2020ALICEADD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/O2020_HUST/O2020ALICEADD.cpp -------------------------------------------------------------------------------- /O2020_HUST/O2020CCYCLE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/O2020_HUST/O2020CCYCLE.cpp -------------------------------------------------------------------------------- /O2020_HUST/O2020CNTDIV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/O2020_HUST/O2020CNTDIV.cpp -------------------------------------------------------------------------------- /O2020_HUST/O2020FACILITY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/O2020_HUST/O2020FACILITY.cpp -------------------------------------------------------------------------------- /O2020_HUST/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/O2020_HUST/README.md -------------------------------------------------------------------------------- /PHP_topcv_test/Bai 3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/PHP_topcv_test/Bai 3.php -------------------------------------------------------------------------------- /PHP_topcv_test/Bài 1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/PHP_topcv_test/Bài 1.php -------------------------------------------------------------------------------- /PHP_topcv_test/Bài 2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/PHP_topcv_test/Bài 2.php -------------------------------------------------------------------------------- /PHP_topcv_test/Kết quả.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/PHP_topcv_test/Kết quả.pdf -------------------------------------------------------------------------------- /PHP_topcv_test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/PHP_topcv_test/README.md -------------------------------------------------------------------------------- /PTIT_BCNEPER.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/PTIT_BCNEPER.cpp -------------------------------------------------------------------------------- /PTIT_SSAM019I(1).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/PTIT_SSAM019I(1).cpp -------------------------------------------------------------------------------- /PTIT_SSAM019I(2).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/PTIT_SSAM019I(2).cpp -------------------------------------------------------------------------------- /PTIT_SSAM019I(3).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/PTIT_SSAM019I(3).cpp -------------------------------------------------------------------------------- /PTIT_SSAM119D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/PTIT_SSAM119D.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/README.md -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiA -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiA.cpp -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiB -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiB.cpp -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiC -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiC.cpp -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiD -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiD.cpp -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiE -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiF -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiF.cpp -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiG -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiG.cpp -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiH -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiI -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/BaiJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/BaiJ -------------------------------------------------------------------------------- /Sasuke_CodeWar#1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/Sasuke_CodeWar#1/README.md -------------------------------------------------------------------------------- /SecondMax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/SecondMax.py -------------------------------------------------------------------------------- /SpecialNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/SpecialNumber.py -------------------------------------------------------------------------------- /THSEQ_Day_so.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/THSEQ_Day_so.py -------------------------------------------------------------------------------- /TRR2019/Bai1_prufercode_NENCAY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Bai1_prufercode_NENCAY.cpp -------------------------------------------------------------------------------- /TRR2019/Bai2_coloring_TOMAU.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Bai2_coloring_TOMAU.cpp -------------------------------------------------------------------------------- /TRR2019/Bai3_DFSandBFS_part1DFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Bai3_DFSandBFS_part1DFS.cpp -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/Makefile -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/prufercodeV1.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/prufercodeV1.cc -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/prufercodeV2.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/prufercodeV2.cc -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/prufercodeV2.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/prufercodeV2.out -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/prufercodeV3.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/prufercodeV3.cc -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/prufercodeV3.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/prufercodeV3.out -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/prufercodeV3gentest.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/prufercodeV3gentest.cc -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/randomtree.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/randomtree.cc -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/test.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/test.dot -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/test.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/test.pdf -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/v1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/v1.html -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/v2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/v2.html -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/PruferCodes/v3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/PruferCodes/v3.html -------------------------------------------------------------------------------- /TRR2019/Programming Ass/1. TreeCompression/nencay.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/1. TreeCompression/nencay.pdf -------------------------------------------------------------------------------- /TRR2019/Programming Ass/2.Coloring/coloring.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/2.Coloring/coloring.pdf -------------------------------------------------------------------------------- /TRR2019/Programming Ass/2.Coloring/rgb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/2.Coloring/rgb.txt -------------------------------------------------------------------------------- /TRR2019/Programming Ass/2.Coloring/test.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/2.Coloring/test.dot -------------------------------------------------------------------------------- /TRR2019/Programming Ass/3. Searching on Graph/DFSandBFS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/3. Searching on Graph/DFSandBFS.pdf -------------------------------------------------------------------------------- /TRR2019/Programming Ass/4. Robot/robot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/4. Robot/robot.pdf -------------------------------------------------------------------------------- /TRR2019/Programming Ass/5. Isomorphism/dangcau.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/5. Isomorphism/dangcau.cpp -------------------------------------------------------------------------------- /TRR2019/Programming Ass/5. Isomorphism/dangcau2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/5. Isomorphism/dangcau2.cpp -------------------------------------------------------------------------------- /TRR2019/Programming Ass/5. Isomorphism/graph1.txt: -------------------------------------------------------------------------------- 1 | 4 5 2 | 0 1 3 | 1 2 4 | 2 3 5 | 3 0 6 | 3 1 7 | -------------------------------------------------------------------------------- /TRR2019/Programming Ass/5. Isomorphism/graph2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/5. Isomorphism/graph2.txt -------------------------------------------------------------------------------- /TRR2019/Programming Ass/5. Isomorphism/graph3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/5. Isomorphism/graph3.txt -------------------------------------------------------------------------------- /TRR2019/Programming Ass/5. Isomorphism/graph4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/5. Isomorphism/graph4.txt -------------------------------------------------------------------------------- /TRR2019/Programming Ass/5. Isomorphism/isomorphism_v1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/5. Isomorphism/isomorphism_v1.cpp -------------------------------------------------------------------------------- /TRR2019/Programming Ass/6. Stable Matching/th9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/Programming Ass/6. Stable Matching/th9.pdf -------------------------------------------------------------------------------- /TRR2019/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TRR2019/README.md -------------------------------------------------------------------------------- /TTUD_Codeforces/01ADD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/01ADD.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/01ADDMOD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/01ADDMOD.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/01EXPMOD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/01EXPMOD.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/01SUBSEQMAX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/01SUBSEQMAX.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/01SUMSEQ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/01SUMSEQ.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/01WayTooLongWords.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/01WayTooLongWords.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/02BracketSequense.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/02BracketSequense.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/02HIST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/02HIST.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/02LOCATE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/02LOCATE.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/02PARENTHESES.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/02PARENTHESES.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/02POSTMAN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/02POSTMAN.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/02RELOAD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/02RELOAD.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/02SIGNAL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/02SIGNAL.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/02SORTINT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/02SORTINT.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/02WATERJUG_BFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/02WATERJUG_BFS.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03BACP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03BACP.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03BCA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03BCA.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03BINARYGEN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03BINARYGEN.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03BINARYLIST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03BINARYLIST.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03CBUS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03CBUS.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03CNK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03CNK.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03CNKRM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03CNKRM.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03COMBINATIONGEN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03COMBINATIONGEN.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03COMBINATIONLIST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03COMBINATIONLIST.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03CONTAINER.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03CONTAINER.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03CVRPCOUNT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03CVRPCOUNT.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03CVRP_OPT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03CVRP_OPT.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03DIGITS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03DIGITS.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03HOLEY_N_QUEENS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03HOLEY_N_QUEENS.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03K-PATH.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03K-PATH.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03KNAPSAC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03KNAPSAC.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03NURSE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03NURSE.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03PERMUTATIONGEN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03PERMUTATIONGEN.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03PERMUTATIONLIST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03PERMUTATIONLIST.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03ROUTING.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03ROUTING.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03TAXI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03TAXI.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/03TSP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/03TSP.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/04AGGRCOW.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/04AGGRCOW.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/04CLOPAIR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/04CLOPAIR.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/04EKO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/04EKO.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/04FIBOWORDS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/04FIBOWORDS.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/04Lost_Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/04Lost_Numbers.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/04PIE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/04PIE.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/04TRIPLE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/04TRIPLE.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/05GOLD_MINING.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/05GOLD_MINING.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/05INCREASE_SUBSEQ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/05INCREASE_SUBSEQ.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/05MAX_SUBSEQUENCE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/05MAX_SUBSEQUENCE.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/05NURSE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/05NURSE.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/05RMQ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/05RMQ.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06ARTICULATION_POINTS_N_BRIDGES.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06ARTICULATION_POINTS_N_BRIDGES.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06BIPARTIE_GRAPH.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06BIPARTIE_GRAPH.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06BUGLIFE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06BUGLIFE.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06CONNECTED_COMPONENTS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06CONNECTED_COMPONENTS.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06COUNT_SPANNING_TREES.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06COUNT_SPANNING_TREES.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06ELEVTRBL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06ELEVTRBL.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06FINDPARENT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06FINDPARENT.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06K-MST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06K-MST.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06LCOUNT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06LCOUNT.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06LONGEST_PATH_ON_A_TREE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06LONGEST_PATH_ON_A_TREE.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06MINIMUM_SPANNING_TREE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06MINIMUM_SPANNING_TREE.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06SHORTEST_PATH_PRIORITY_QUEUE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06SHORTEST_PATH_PRIORITY_QUEUE.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/06STRONGLY_CONNECTED_COMPONENTS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/06STRONGLY_CONNECTED_COMPONENTS.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/07ATM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/07ATM.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/07CHANGE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/07CHANGE.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/07Planting_Trees.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/07Planting_Trees.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/I-Tower.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/I-Tower.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/K-MST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/K-MST.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/NETWORK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/NETWORK.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/README.md -------------------------------------------------------------------------------- /TTUD_Codeforces/TOWER.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/TOWER.cpp -------------------------------------------------------------------------------- /TTUD_Codeforces/problems/01problems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/problems/01problems.pdf -------------------------------------------------------------------------------- /TTUD_Codeforces/problems/02problems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/problems/02problems.pdf -------------------------------------------------------------------------------- /TTUD_Codeforces/problems/03problems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/problems/03problems.pdf -------------------------------------------------------------------------------- /TTUD_Codeforces/problems/04problems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/problems/04problems.pdf -------------------------------------------------------------------------------- /TTUD_Codeforces/problems/05problems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/problems/05problems.pdf -------------------------------------------------------------------------------- /TTUD_Codeforces/problems/06problems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/problems/06problems.pdf -------------------------------------------------------------------------------- /TTUD_Codeforces/problems/07problems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_Codeforces/problems/07problems.pdf -------------------------------------------------------------------------------- /TTUD_finaltest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/README.md -------------------------------------------------------------------------------- /TTUD_finaltest/bai1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/bai1.cpp -------------------------------------------------------------------------------- /TTUD_finaltest/bai2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/bai2.cpp -------------------------------------------------------------------------------- /TTUD_finaltest/bai2[c2].cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/bai2[c2].cpp -------------------------------------------------------------------------------- /TTUD_finaltest/bai2[c3-full100].cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/bai2[c3-full100].cpp -------------------------------------------------------------------------------- /TTUD_finaltest/bai3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/bai3.cpp -------------------------------------------------------------------------------- /TTUD_finaltest/bai4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/bai4.cpp -------------------------------------------------------------------------------- /TTUD_finaltest/bai4[c2].cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/bai4[c2].cpp -------------------------------------------------------------------------------- /TTUD_finaltest/finaltest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/finaltest.pdf -------------------------------------------------------------------------------- /TTUD_finaltest/output_bai4/output_0.txt: -------------------------------------------------------------------------------- 1 | 1857 2 | 6 3 | 7 1 8 2 5 4 4 | -------------------------------------------------------------------------------- /TTUD_finaltest/output_bai4/output_1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TTUD_finaltest/output_bai4/output_2.txt: -------------------------------------------------------------------------------- 1 | 2782 2 | 10 3 | 9 5 8 10 6 3 7 2 4 1 4 | -------------------------------------------------------------------------------- /TTUD_finaltest/output_bai4/output_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/output_bai4/output_3.txt -------------------------------------------------------------------------------- /TTUD_finaltest/output_bai4/output_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/output_bai4/output_4.txt -------------------------------------------------------------------------------- /TTUD_finaltest/output_bai4/output_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/output_bai4/output_5.txt -------------------------------------------------------------------------------- /TTUD_finaltest/output_bai4/output_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/output_bai4/output_6.txt -------------------------------------------------------------------------------- /TTUD_finaltest/output_bai4/output_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/output_bai4/output_7.txt -------------------------------------------------------------------------------- /TTUD_finaltest/output_bai4/output_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/output_bai4/output_8.txt -------------------------------------------------------------------------------- /TTUD_finaltest/output_bai4/output_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/output_bai4/output_9.txt -------------------------------------------------------------------------------- /TTUD_finaltest/test/CAP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/test/CAP.zip -------------------------------------------------------------------------------- /TTUD_finaltest/test/GROUPUP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/test/GROUPUP.zip -------------------------------------------------------------------------------- /TTUD_finaltest/test/LISS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/test/LISS.zip -------------------------------------------------------------------------------- /TTUD_finaltest/test/ROUTE.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_finaltest/test/ROUTE.zip -------------------------------------------------------------------------------- /TTUD_midtest/01RUN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_midtest/01RUN.cpp -------------------------------------------------------------------------------- /TTUD_midtest/02DINO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_midtest/02DINO.cpp -------------------------------------------------------------------------------- /TTUD_midtest/03DIGITS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_midtest/03DIGITS.cpp -------------------------------------------------------------------------------- /TTUD_midtest/04SUBMX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_midtest/04SUBMX.cpp -------------------------------------------------------------------------------- /TTUD_midtest/04SUBMX[35].cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_midtest/04SUBMX[35].cpp -------------------------------------------------------------------------------- /TTUD_midtest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_midtest/README.md -------------------------------------------------------------------------------- /TTUD_midtest/test-DIGITS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_midtest/test-DIGITS.zip -------------------------------------------------------------------------------- /TTUD_midtest/test-DINO.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_midtest/test-DINO.zip -------------------------------------------------------------------------------- /TTUD_midtest/test-RUN.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_midtest/test-RUN.zip -------------------------------------------------------------------------------- /TTUD_midtest/test.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TTUD_midtest/test.pdf -------------------------------------------------------------------------------- /TapConLienKePhiaTruoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TapConLienKePhiaTruoc.py -------------------------------------------------------------------------------- /TimSNTmton.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/TimSNTmton.py -------------------------------------------------------------------------------- /XauNhiPhanLienKePhiaTruoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/XauNhiPhanLienKePhiaTruoc.cpp -------------------------------------------------------------------------------- /a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/a.cpp -------------------------------------------------------------------------------- /bland.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/bland.cpp -------------------------------------------------------------------------------- /capphatbonho.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/capphatbonho.cpp -------------------------------------------------------------------------------- /chuoiguong.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/chuoiguong.cpp -------------------------------------------------------------------------------- /chuyen_doi_bieu_thuc_trung_to_sang_bieu_thuc_hau_to_BALAN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/chuyen_doi_bieu_thuc_trung_to_sang_bieu_thuc_hau_to_BALAN.cpp -------------------------------------------------------------------------------- /code_lib/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/code_lib/README.md -------------------------------------------------------------------------------- /code_lib/bfs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/code_lib/bfs.cpp -------------------------------------------------------------------------------- /code_lib/dfs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/code_lib/dfs.cpp -------------------------------------------------------------------------------- /code_lib/disjoint-set.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/code_lib/disjoint-set.cpp -------------------------------------------------------------------------------- /code_lib/djikstra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/code_lib/djikstra.cpp -------------------------------------------------------------------------------- /code_lib/file.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/code_lib/file.cpp -------------------------------------------------------------------------------- /code_lib/split-string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/code_lib/split-string.cpp -------------------------------------------------------------------------------- /convertunicode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/convertunicode.py -------------------------------------------------------------------------------- /daonguocsonguyenduong.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/daonguocsonguyenduong.c -------------------------------------------------------------------------------- /day_co_chua_duy_nhat_k_phan_tu_A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/day_co_chua_duy_nhat_k_phan_tu_A.cpp -------------------------------------------------------------------------------- /daycon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/daycon.cpp -------------------------------------------------------------------------------- /demsokitu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/demsokitu.cpp -------------------------------------------------------------------------------- /dequytuongho.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/dequytuongho.cpp -------------------------------------------------------------------------------- /dfs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/dfs.cpp -------------------------------------------------------------------------------- /dongheap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/dongheap.py -------------------------------------------------------------------------------- /donuocLAB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/donuocLAB.cpp -------------------------------------------------------------------------------- /duong_di_dai_nhat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/duong_di_dai_nhat.cpp -------------------------------------------------------------------------------- /fft.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/fft.cpp -------------------------------------------------------------------------------- /hacker_cup/README.md: -------------------------------------------------------------------------------- 1 | Hacker cup Facebook 2 | -------------------------------------------------------------------------------- /hacker_cup/Round_1/A1 _ Chapter_1_Problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/hacker_cup/Round_1/A1 _ Chapter_1_Problem.pdf -------------------------------------------------------------------------------- /hacker_cup/Round_1/A1_Chapter_1.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hacker_cup/Round_1/A2 _Chapter_2_Problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/hacker_cup/Round_1/A2 _Chapter_2_Problem.pdf -------------------------------------------------------------------------------- /hacker_cup/Round_1/A2_Chapter_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/hacker_cup/Round_1/A2_Chapter_2.cpp -------------------------------------------------------------------------------- /hacker_cup/Round_1/A2_Chapter_2_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/hacker_cup/Round_1/A2_Chapter_2_test.txt -------------------------------------------------------------------------------- /hacker_cup/Round_2/B_Blockchain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/hacker_cup/Round_2/B_Blockchain.cpp -------------------------------------------------------------------------------- /hacker_cup/Round_2/Problem B _ Facebook Hacker Cup - 2021 - Round 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/hacker_cup/Round_2/Problem B _ Facebook Hacker Cup - 2021 - Round 2.pdf -------------------------------------------------------------------------------- /hacker_cup/Round_2/chainblock_input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/hacker_cup/Round_2/chainblock_input.txt -------------------------------------------------------------------------------- /ham_so.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/ham_so.cpp -------------------------------------------------------------------------------- /hoanviphiatruoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/hoanviphiatruoc.cpp -------------------------------------------------------------------------------- /ideone_aQ5s2Z.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/ideone_aQ5s2Z.cpp -------------------------------------------------------------------------------- /jse/ConnectDatabaseDemo/src/main/Connect.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/ConnectDatabaseDemo/src/main/Connect.java -------------------------------------------------------------------------------- /jse/ConnectDatabaseDemo/src/main/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/ConnectDatabaseDemo/src/main/Main.java -------------------------------------------------------------------------------- /jse/ConnectDatabaseDemo/src/main/Student.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/ConnectDatabaseDemo/src/main/Student.java -------------------------------------------------------------------------------- /jse/ConnectDatabaseWithJDBC/src/main/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/ConnectDatabaseWithJDBC/src/main/Main.java -------------------------------------------------------------------------------- /jse/DemoSocket/src/client/SimpleClientProgram.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/DemoSocket/src/client/SimpleClientProgram.java -------------------------------------------------------------------------------- /jse/DemoSocket/src/server/SimpleServerProgram.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/DemoSocket/src/server/SimpleServerProgram.java -------------------------------------------------------------------------------- /jse/InfoEmPloyees/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/InfoEmPloyees/pom.xml -------------------------------------------------------------------------------- /jse/InfoEmPloyees/src/main/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/InfoEmPloyees/src/main/Main.java -------------------------------------------------------------------------------- /jse/InfoEmPloyees/src/model/Employees.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/InfoEmPloyees/src/model/Employees.java -------------------------------------------------------------------------------- /jse/InfoEmPloyees/src/services/MySQLConnection.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/InfoEmPloyees/src/services/MySQLConnection.java -------------------------------------------------------------------------------- /jse/README.md: -------------------------------------------------------------------------------- 1 | Project này luyện tập sử dụng các thành phần cơ bản của ngôn ngữ Java 2 | -------------------------------------------------------------------------------- /jse/SparkJavaDemo/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo/pom.xml -------------------------------------------------------------------------------- /jse/SparkJavaDemo/src/spark/Prime.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo/src/spark/Prime.java -------------------------------------------------------------------------------- /jse/SparkJavaDemo/src/spark/SparkApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo/src/spark/SparkApplication.java -------------------------------------------------------------------------------- /jse/SparkJavaDemo/src/spark/Thread10s.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo/src/spark/Thread10s.java -------------------------------------------------------------------------------- /jse/SparkJavaDemo/src/spark/Thread20s.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo/src/spark/Thread20s.java -------------------------------------------------------------------------------- /jse/SparkJavaDemo2/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo2/pom.xml -------------------------------------------------------------------------------- /jse/SparkJavaDemo2/src/app/Prime.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo2/src/app/Prime.java -------------------------------------------------------------------------------- /jse/SparkJavaDemo2/src/app/SparkApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo2/src/app/SparkApplication.java -------------------------------------------------------------------------------- /jse/SparkJavaDemo2/src/cache/ExpireAfterAccess.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo2/src/cache/ExpireAfterAccess.java -------------------------------------------------------------------------------- /jse/SparkJavaDemo2/src/cache/MapCache.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo2/src/cache/MapCache.java -------------------------------------------------------------------------------- /jse/SparkJavaDemo2/src/cache/expireAfterWrite.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo2/src/cache/expireAfterWrite.java -------------------------------------------------------------------------------- /jse/SparkJavaDemo2/src/spark/Prime.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo2/src/spark/Prime.java -------------------------------------------------------------------------------- /jse/SparkJavaDemo2/src/spark/SparkApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo2/src/spark/SparkApplication.java -------------------------------------------------------------------------------- /jse/SparkJavaDemo2/src/spark/Thread10s.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo2/src/spark/Thread10s.java -------------------------------------------------------------------------------- /jse/SparkJavaDemo2/src/spark/Thread20s.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/SparkJavaDemo2/src/spark/Thread20s.java -------------------------------------------------------------------------------- /jse/TransactionJavaJDBC/src/main/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/TransactionJavaJDBC/src/main/Main.java -------------------------------------------------------------------------------- /jse/TransactionJavaJDBC/src/services/MySQLConnection.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/TransactionJavaJDBC/src/services/MySQLConnection.java -------------------------------------------------------------------------------- /jse/dantri/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/dantri/pom.xml -------------------------------------------------------------------------------- /jse/dantri/src/service/GetData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/dantri/src/service/GetData.java -------------------------------------------------------------------------------- /jse/linked-list/src/linkedlist/LinkedList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/linked-list/src/linkedlist/LinkedList.java -------------------------------------------------------------------------------- /jse/linked-list/src/linkedlist/Node.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/linked-list/src/linkedlist/Node.java -------------------------------------------------------------------------------- /jse/linked-list/src/linkedlist/Test.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/linked-list/src/linkedlist/Test.java -------------------------------------------------------------------------------- /jse/parsejson/logFile.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/parsejson/logFile.log -------------------------------------------------------------------------------- /jse/parsejson/logback.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/parsejson/logback.xml -------------------------------------------------------------------------------- /jse/parsejson/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/parsejson/pom.xml -------------------------------------------------------------------------------- /jse/parsejson/resources/logback.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/parsejson/resources/logback.xml -------------------------------------------------------------------------------- /jse/parsejson/src/Model/Person.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/parsejson/src/Model/Person.java -------------------------------------------------------------------------------- /jse/parsejson/src/Model/User.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/parsejson/src/Model/User.java -------------------------------------------------------------------------------- /jse/parsejson/src/main/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/parsejson/src/main/Main.java -------------------------------------------------------------------------------- /jse/parsejson/src/main/WriteLater12s.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/parsejson/src/main/WriteLater12s.java -------------------------------------------------------------------------------- /jse/parsejson/src/service/ParseJson.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/parsejson/src/service/ParseJson.java -------------------------------------------------------------------------------- /jse/synonym/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/synonym/README.md -------------------------------------------------------------------------------- /jse/synonym/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/synonym/pom.xml -------------------------------------------------------------------------------- /jse/synonym/src/parseweb/CreateUrl.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/synonym/src/parseweb/CreateUrl.java -------------------------------------------------------------------------------- /jse/synonym/src/parseweb/GetSynonym.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/synonym/src/parseweb/GetSynonym.java -------------------------------------------------------------------------------- /jse/synonym/src/parseweb/PrintSynonym.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/jse/synonym/src/parseweb/PrintSynonym.java -------------------------------------------------------------------------------- /kiemtradoixung.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/kiemtradoixung.cpp -------------------------------------------------------------------------------- /lap_sau_ki_tu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/lap_sau_ki_tu.cpp -------------------------------------------------------------------------------- /lietkexaunhiphandodain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/lietkexaunhiphandodain.cpp -------------------------------------------------------------------------------- /merge_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/merge_sort.cpp -------------------------------------------------------------------------------- /move_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/move_data.py -------------------------------------------------------------------------------- /phan_tich_so.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/phan_tich_so.cpp -------------------------------------------------------------------------------- /phepchiahet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/phepchiahet.py -------------------------------------------------------------------------------- /randomNumber.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/randomNumber.c -------------------------------------------------------------------------------- /read-matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/read-matrix.py -------------------------------------------------------------------------------- /search_engine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/search_engine.cpp -------------------------------------------------------------------------------- /shopeecodeleague2022/Money Transfer - Shopee Code League 2022 - Qualification Round _ HackerEarth.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/shopeecodeleague2022/Money Transfer - Shopee Code League 2022 - Qualification Round _ HackerEarth.pdf -------------------------------------------------------------------------------- /shopeecodeleague2022/Money_Transfer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/shopeecodeleague2022/Money_Transfer.cpp -------------------------------------------------------------------------------- /shopeecodeleague2022/Shopee_Xpress_Delivery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/shopeecodeleague2022/Shopee_Xpress_Delivery.cpp -------------------------------------------------------------------------------- /shopeecodeleague2022/Untitled4 (1).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/shopeecodeleague2022/Untitled4 (1).cpp -------------------------------------------------------------------------------- /so_khoi_lap_phuong.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/so_khoi_lap_phuong.cpp -------------------------------------------------------------------------------- /tapconlienkephiatruoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/tapconlienkephiatruoc.cpp -------------------------------------------------------------------------------- /tim_cac_cap_so_co_hieu_nho_hon_k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/tim_cac_cap_so_co_hieu_nho_hon_k.cpp -------------------------------------------------------------------------------- /tim_n_phan_tu_gan_x_nhat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/tim_n_phan_tu_gan_x_nhat.cpp -------------------------------------------------------------------------------- /tree-forest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/tree-forest/README.md -------------------------------------------------------------------------------- /tree-forest/Tree_Forest.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/tree-forest/Tree_Forest.cbp -------------------------------------------------------------------------------- /tree-forest/Tree_Forest.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/tree-forest/Tree_Forest.layout -------------------------------------------------------------------------------- /tree-forest/func.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/tree-forest/func.cpp -------------------------------------------------------------------------------- /tree-forest/input.txt: -------------------------------------------------------------------------------- 1 | 1 0 root 2 | 2 1 A 3 | 3 1 B 4 | 4 2 C 5 | 5 4 D 6 | -------------------------------------------------------------------------------- /tree-forest/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/tree-forest/main.cpp -------------------------------------------------------------------------------- /tree-forest/task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/tree-forest/task.png -------------------------------------------------------------------------------- /vcc_java_core_train/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_java_core_train/README.md -------------------------------------------------------------------------------- /vcc_java_core_train/src/collection/cHashMap.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_java_core_train/src/collection/cHashMap.java -------------------------------------------------------------------------------- /vcc_java_core_train/src/collection/cHashset.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_java_core_train/src/collection/cHashset.java -------------------------------------------------------------------------------- /vcc_java_core_train/src/enumjava/EnumDemo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_java_core_train/src/enumjava/EnumDemo.java -------------------------------------------------------------------------------- /vcc_java_core_train/src/lamda/LamdaWithForEach.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_java_core_train/src/lamda/LamdaWithForEach.java -------------------------------------------------------------------------------- /vcc_java_core_train/src/readfile/InputData.java: -------------------------------------------------------------------------------- 1 | package readfile; 2 | 3 | public class InputData { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /vcc_java_core_train/src/regex/regex1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_java_core_train/src/regex/regex1.java -------------------------------------------------------------------------------- /vcc_java_core_train/src/thread/Lich.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_java_core_train/src/thread/Lich.java -------------------------------------------------------------------------------- /vcc_java_core_train/src/thread/TestThread.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_java_core_train/src/thread/TestThread.java -------------------------------------------------------------------------------- /vcc_train/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/README.md -------------------------------------------------------------------------------- /vcc_train/bai_tap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/bai_tap.pdf -------------------------------------------------------------------------------- /vcc_train/resource/input_2/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_2/01.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/01.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/2600-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/2600-0.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/3600-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/3600-0.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/5000-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/5000-8.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/521-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/521-0.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/53086-0 - Copy (2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/53086-0 - Copy (2).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/53086-0 - Copy (3).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/53086-0 - Copy (3).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/53086-0 - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/53086-0 - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/53086-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/53086-0.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/53097-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/53097-0.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg10422 - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg10422 - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg10422.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg10422.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg10551 - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg10551 - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg10551.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg10551.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg132 - Copy (2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg132 - Copy (2).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg132 - Copy (3).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg132 - Copy (3).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg132 - Copy (4).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg132 - Copy (4).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg132 - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg132 - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg132.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg132.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg1661 - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg1661 - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg1661.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg1661.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg174 - Copy (2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg174 - Copy (2).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg174 - Copy (3).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg174 - Copy (3).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg174 - Copy (4).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg174 - Copy (4).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg174 - Copy (5).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg174 - Copy (5).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg174 - Copy - Copy (2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg174 - Copy - Copy (2).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg174 - Copy - Copy (3).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg174 - Copy - Copy (3).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg174 - Copy - Copy (4).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg174 - Copy - Copy (4).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg174 - Copy - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg174 - Copy - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg174 - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg174 - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg174.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg174.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg18970 - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg18970 - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg18970.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg18970.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg20417 - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg20417 - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg20417.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg20417.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg2701 - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg2701 - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg2701.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg2701.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg30254.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg30254.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg30360.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg30360.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg345 - Copy (2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg345 - Copy (2).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg345 - Copy (3).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg345 - Copy (3).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg345 - Copy (4).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg345 - Copy (4).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg345 - Copy (5).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg345 - Copy (5).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg345 - Copy - Copy (2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg345 - Copy - Copy (2).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg345 - Copy - Copy (3).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg345 - Copy - Copy (3).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg345 - Copy - Copy (4).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg345 - Copy - Copy (4).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg345 - Copy - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg345 - Copy - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg345 - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg345 - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg345.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg345.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg53085.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg53085.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg972 - Copy - Copy (2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg972 - Copy - Copy (2).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg972 - Copy - Copy (3).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg972 - Copy - Copy (3).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg972 - Copy - Copy (4).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg972 - Copy - Copy (4).txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg972 - Copy - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg972 - Copy - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg972 - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg972 - Copy.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_3/pg972.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_3/pg972.txt -------------------------------------------------------------------------------- /vcc_train/resource/input_5/Maze.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_5/Maze.java -------------------------------------------------------------------------------- /vcc_train/resource/input_8/cities.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_8/cities.dat -------------------------------------------------------------------------------- /vcc_train/resource/input_8/countries.dat.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/resource/input_8/countries.dat.dat -------------------------------------------------------------------------------- /vcc_train/src/bai1/Bai1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai1/Bai1.java -------------------------------------------------------------------------------- /vcc_train/src/bai2/Bai2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai2/Bai2.java -------------------------------------------------------------------------------- /vcc_train/src/bai2/output/output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai2/output/output.txt -------------------------------------------------------------------------------- /vcc_train/src/bai3/Bai3.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai3/Bai3.java -------------------------------------------------------------------------------- /vcc_train/src/bai3/CallableWorker.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai3/CallableWorker.java -------------------------------------------------------------------------------- /vcc_train/src/bai3/Support.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai3/Support.java -------------------------------------------------------------------------------- /vcc_train/src/bai3/output/output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai3/output/output.txt -------------------------------------------------------------------------------- /vcc_train/src/bai4/Bai4.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai4/Bai4.java -------------------------------------------------------------------------------- /vcc_train/src/bai4/Point.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai4/Point.java -------------------------------------------------------------------------------- /vcc_train/src/bai4/output/output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai4/output/output.txt -------------------------------------------------------------------------------- /vcc_train/src/bai5/Bai5.java: -------------------------------------------------------------------------------- 1 | package bai5; 2 | 3 | public class Bai5{ 4 | 5 | } 6 | -------------------------------------------------------------------------------- /vcc_train/src/bai5/Maze.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai5/Maze.java -------------------------------------------------------------------------------- /vcc_train/src/bai5/Node.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai5/Node.java -------------------------------------------------------------------------------- /vcc_train/src/bai6/HoaDon.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai6/HoaDon.java -------------------------------------------------------------------------------- /vcc_train/src/bai6/KhachHang.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai6/KhachHang.java -------------------------------------------------------------------------------- /vcc_train/src/bai6/MatHang.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai6/MatHang.java -------------------------------------------------------------------------------- /vcc_train/src/bai6/NhanVien.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai6/NhanVien.java -------------------------------------------------------------------------------- /vcc_train/src/bai6/NhanVienBanHang.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai6/NhanVienBanHang.java -------------------------------------------------------------------------------- /vcc_train/src/bai6/NhanVienNhapHang.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai6/NhanVienNhapHang.java -------------------------------------------------------------------------------- /vcc_train/src/bai7/Bai7.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai7/Bai7.java -------------------------------------------------------------------------------- /vcc_train/src/bai8/Bai8.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai8/Bai8.java -------------------------------------------------------------------------------- /vcc_train/src/bai8/model/CityModel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai8/model/CityModel.java -------------------------------------------------------------------------------- /vcc_train/src/bai8/model/CountryModel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai8/model/CountryModel.java -------------------------------------------------------------------------------- /vcc_train/src/bai8/services/CityServices.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai8/services/CityServices.java -------------------------------------------------------------------------------- /vcc_train/src/bai8/services/CountryServices.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vcc_train/src/bai8/services/CountryServices.java -------------------------------------------------------------------------------- /vn.spoj.com-problems-DBRACKET.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/vn.spoj.com-problems-DBRACKET.cpp -------------------------------------------------------------------------------- /xac_suat_xuat_hien_tu_i_trong_van_ban_nhan_j.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/xac_suat_xuat_hien_tu_i_trong_van_ban_nhan_j.py -------------------------------------------------------------------------------- /xaunhiphantruoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/xaunhiphantruoc.cpp -------------------------------------------------------------------------------- /zzz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trannguyenhan/workspace-algorithms/HEAD/zzz.cpp --------------------------------------------------------------------------------