├── .editorconfig ├── .gitignore ├── AOJ ├── ALDS1 │ ├── 01A.md │ ├── 01A_c_01.c │ ├── 01A_cp_01.cpp │ ├── 01A_fs_00.fsx │ ├── 01A_hs_01.hs │ ├── 01A_hs_02_mutable.hs │ ├── 01A_hs_03.hs │ ├── 01A_hs_04.hs │ ├── 01A_hs_05.hs │ ├── 01A_js_01.js │ ├── 01A_ml_01.ml │ ├── 01A_ml_02.ml │ ├── 01A_ml_03.ml │ ├── 01A_ml_04.ml │ ├── 01A_rs_01.rs │ ├── 01B.md │ ├── 01B_c_01.c │ ├── 01B_cp_01.cpp │ ├── 01B_fs_00.fsx │ ├── 01B_hs_01.hs │ ├── 01B_hs_02.hs │ ├── 01B_js_01.js │ ├── 01B_ml_01.ml │ ├── 01B_ml_02.ml │ ├── 01B_rs_01.rs │ ├── 01C.md │ ├── 01C_c_01.c │ ├── 01C_cp_01.cpp │ ├── 01C_cp_02.cpp │ ├── 01C_fs_00.fsx │ ├── 01C_hs_01.hs │ ├── 01C_hs_02.hs │ ├── 01C_hs_03.hs │ ├── 01C_js_01.js │ ├── 01C_js_02.js │ ├── 01C_js_03.js │ ├── 01C_ml_01.ml │ ├── 01C_ml_02.ml │ ├── 01C_rs_01.rs │ ├── 01D.md │ ├── 01D_c_01.c │ ├── 01D_c_02.c │ ├── 01D_cp_01.cpp │ ├── 01D_fs_00.fsx │ ├── 01D_fs_01_mutable.fsx │ ├── 01D_hs_01.hs │ ├── 01D_hs_02.hs │ ├── 01D_hs_03.hs │ ├── 01D_js_01.js │ ├── 01D_js_02.js │ ├── 01D_js_03.js │ ├── 01D_ml_01.ml │ ├── 01D_rs_01.rs │ ├── 02A.md │ ├── 02A_c_01.c │ ├── 02A_c_02.c │ ├── 02A_cp_01.cpp │ ├── 02A_cp_02.cpp │ ├── 02A_fs_00.fsx │ ├── 02A_fs_01.fsx │ ├── 02A_hs_01.hs │ ├── 02A_hs_02.hs │ ├── 02A_hs_03.hs │ ├── 02A_hs_04.hs │ ├── 02A_hs_05_mutable.hs │ ├── 02A_js_01.js │ ├── 02A_js_02.js │ ├── 02A_js_03.js │ ├── 02A_ml_01.ml │ ├── 02A_ml_02.ml │ ├── 02A_ml_03.ml │ ├── 02A_rs_01.rs │ ├── 02B.md │ ├── 02B_c_01.c │ ├── 02B_cp_01.cpp │ ├── 02B_fs_00.fsx │ ├── 02B_hs_01.hs │ ├── 02B_hs_02.hs │ ├── 02B_hs_03.hs │ ├── 02B_hs_04.hs │ ├── 02B_js_01.js │ ├── 02B_js_02.js │ ├── 02B_js_03.js │ ├── 02B_ml_01.ml │ ├── 02B_ml_02.ml │ ├── 02B_rs_01.rs │ ├── 02C.md │ ├── 02C_c_01.c │ ├── 02C_cp_01.cpp │ ├── 02C_fs_00.fsx │ ├── 02C_fs_01_mutable.fsx │ ├── 02C_hs_01.hs │ ├── 02C_hs_02.hs │ ├── 02C_hs_03.hs │ ├── 02C_hs_04.hs │ ├── 02C_js_01.js │ ├── 02C_js_02.js │ ├── 02C_ml_01.ml │ ├── 02C_ml_02.ml │ ├── 02C_rs_01.rs │ ├── 02D.md │ ├── 02D_c_01.c │ ├── 02D_c_02.c │ ├── 02D_cp_01.cpp │ ├── 02D_fs_00.fsx │ ├── 02D_hs_01.hs │ ├── 02D_js_01.js │ ├── 02D_js_02.js │ ├── 02D_ml_01.ml │ ├── 02D_ml_02.ml │ ├── 02D_py_01.py │ ├── 02D_rs_01.rs │ ├── 03A.md │ ├── 03A_c_01.c │ ├── 03A_cp_01.cpp │ ├── 03A_fs_00.fsx │ ├── 03A_hs_01.hs │ ├── 03A_hs_02.hs │ ├── 03A_hs_03.hs │ ├── 03A_hs_04.hs │ ├── 03A_hs_05.hs │ ├── 03A_js_01.js │ ├── 03A_ml_01.ml │ ├── 03A_ml_02.ml │ ├── 03A_rs_01.rs │ ├── 03B.md │ ├── 03B_c_01.c │ ├── 03B_cp_01.cpp │ ├── 03B_cp_02.cpp │ ├── 03B_fs_00.fsx │ ├── 03B_hs_01.hs │ ├── 03B_hs_02.hs │ ├── 03B_hs_03.hs │ ├── 03B_js_01.js │ ├── 03B_ml_01.ml │ ├── 03B_ml_02.ml │ ├── 03B_rs_01.rs │ ├── 03B_rs_02.rs │ ├── 03C.md │ ├── 03C_c_01.c │ ├── 03C_cp_01.cpp │ ├── 03C_cp_02.cpp │ ├── 03C_fs_00.fsx │ ├── 03C_hs_01.hs │ ├── 03C_hs_02.hs │ ├── 03C_js_01.js │ ├── 03C_js_02.js │ ├── 03C_ml_01.ml │ ├── 03C_ml_02.ml │ ├── 03C_rs_01.rs │ ├── 03C_rs_02.rs │ ├── 03C_rs_03.rs │ ├── 03D.md │ ├── 03D_c_01.c │ ├── 03D_cp_01.cpp │ ├── 03D_cp_02.cpp │ ├── 03D_fs_00.fsx │ ├── 03D_hs_01.hs │ ├── 03D_hs_02.hs │ ├── 03D_hs_03.hs │ ├── 03D_js_01.js │ ├── 03D_js_02.js │ ├── 03D_ml_01.ml │ ├── 03D_ml_02.ml │ ├── 03D_rs_01.rs │ ├── 04A.md │ ├── 04A_c_01.c │ ├── 04A_cp_01.cpp │ ├── 04A_fs_00.fsx │ ├── 04A_hs_01.hs │ ├── 04A_hs_02.hs │ ├── 04A_hs_03.hs │ ├── 04A_js_01.js │ ├── 04A_ml_01.ml │ ├── 04A_rs_01.rs │ ├── 04B.md │ ├── 04B_c_01.c │ ├── 04B_cp_01.cpp │ ├── 04B_fs_00.fsx │ ├── 04B_hs_01.hs │ ├── 04B_js_01.js │ ├── 04B_ml_01.ml │ ├── 04B_ml_02.ml │ ├── 04B_ml_03.ml │ ├── 04B_rs_01.rs │ ├── 04C.md │ ├── 04C_c_01.c │ ├── 04C_cp_01.cpp │ ├── 04C_fs_00.fsx │ ├── 04C_hs_01.hs │ ├── 04C_hs_02.hs │ ├── 04C_hs_03.hs │ ├── 04C_hs_04.hs │ ├── 04C_js_01.js │ ├── 04C_js_02.js │ ├── 04C_ml_01.ml │ ├── 04C_ml_02.ml │ ├── 04C_ml_03.ml │ ├── 04C_rs_01.rs │ ├── 04D.md │ ├── 04D_c_01.c │ ├── 04D_c_02.c │ ├── 04D_cp_01.cpp │ ├── 04D_fs_00.fsx │ ├── 04D_hs_01.hs │ ├── 04D_hs_02.hs │ ├── 04D_hs_03.hs │ ├── 04D_js_01.js │ ├── 04D_js_02.js │ ├── 04D_ml_01.ml │ ├── 04D_ml_02.ml │ ├── 04D_py_01.py │ ├── 05A.md │ ├── 05A_cp_01.cpp │ ├── 05A_cp_02.cpp │ ├── 05A_fs_00.fsx │ ├── 05A_fs_01.fsx │ ├── 05A_hs_01.hs │ ├── 05A_hs_02.hs │ ├── 05A_hs_03.hs │ ├── 05A_js_01.js │ ├── 05A_js_02.js │ ├── 05A_js_03.js │ ├── 05A_ml_01.ml │ ├── 05A_ml_02.ml │ ├── 05A_py_01.py │ ├── 05A_py_02.py │ ├── 05A_rs_01.rs │ ├── 05A_rs_02.rs │ ├── 05B.md │ ├── 05B_c_01.c │ ├── 05B_c_02.c │ ├── 05B_cp_01.cpp │ ├── 05B_cp_02.cpp │ ├── 05B_fs_00.fsx │ ├── 05B_hs_01.hs │ ├── 05B_hs_02.hs │ ├── 05B_hs_03.hs │ ├── 05B_js_01.js │ ├── 05B_js_02.js │ ├── 05B_js_03.js │ ├── 05B_ml_01.ml │ ├── 05B_ml_02.ml │ ├── 05B_py_01.py │ ├── 05B_py_02.py │ ├── 05B_py_03.py │ ├── 05C.md │ ├── 05C_c_01.c │ ├── 05C_c_02.c │ ├── 05C_cp_01.cpp │ ├── 05C_cp_02.cpp │ ├── 05C_fs_00.fsx │ ├── 05C_hs_01.hs │ ├── 05C_hs_02.hs │ ├── 05C_hs_03.hs │ ├── 05C_hs_04.hs │ ├── 05C_js_01.js │ ├── 05C_js_02.js │ ├── 05C_js_03.js │ ├── 05C_ml_01.ml │ ├── 05C_ml_02.ml │ ├── 05C_py_01.py │ ├── 05C_py_02.py │ ├── 05C_py_03.py │ ├── 05C_rs_01.rs │ ├── 05D.md │ ├── 05D_c_01.c │ ├── 05D_cp_01.cpp │ ├── 05D_cp_02.cpp │ ├── 05D_cp_03.cpp │ ├── 05D_fs_00.fsx │ ├── 05D_hs_01.hs │ ├── 05D_hs_02.hs │ ├── 05D_js_01.js │ ├── 05D_js_02.js │ ├── 05D_js_03.js │ ├── 05D_js_04.js │ ├── 05D_ml_01.ml │ ├── 05D_py_01.py │ ├── 05D_py_02.py │ ├── 05D_py_03.py │ ├── 05D_rs_01.rs │ ├── 06A.md │ ├── 06A_c_01.c │ ├── 06A_c_02.c │ ├── 06A_cp_01.cpp │ ├── 06A_fs_00.fsx │ ├── 06A_hs_01.cpp │ ├── 06A_hs_01_arr.hs │ ├── 06A_hs_02_intmap.hs │ ├── 06A_hs_03_vec_MLE.hs │ ├── 06A_js_01.js │ ├── 06A_js_02.js │ ├── 06A_ml_01.ml │ ├── 06A_ml_02.ml │ ├── 06A_ml_03.ml │ ├── 06A_py_01.py │ ├── 06A_rs_01.rs │ ├── 06B.md │ ├── 06B_c_01.c │ ├── 06B_cp_01.cpp │ ├── 06B_cs_01.cs │ ├── 06B_fs_00.fsx │ ├── 06B_hs_01_ioarr.hs │ ├── 06B_hs_02_iovec.hs │ ├── 06B_hs_03_marr.hs │ ├── 06B_hs_04_mvec.hs │ ├── 06B_js_01.js │ ├── 06B_js_02.js │ ├── 06B_js_03.js │ ├── 06B_ml_01.ml │ ├── 06B_ml_02.ml │ ├── 06B_ml_03.ml │ ├── 06B_py_01.py │ ├── 06B_rs_01.rs │ ├── 06C.md │ ├── 06C_cp_01.cpp │ ├── 06C_cp_02.cpp │ ├── 06C_cp_03.cpp │ ├── 06C_cs_01.cs │ ├── 06C_fs_00.fsx │ ├── 06C_hs_01_marr.hs │ ├── 06C_hs_02_mvec.hs │ ├── 06C_hs_03_mvec2.hs │ ├── 06C_js_01.js │ ├── 06C_ml_01.ml │ ├── 06C_ml_02.ml │ ├── 06C_py_01.py │ ├── 06C_py_02.py │ ├── 06C_py_03.py │ ├── 06C_rs_01.rs │ ├── 06D.md │ ├── 06D_c_01.c │ ├── 06D_cp_01.cpp │ ├── 06D_cs_01.cs │ ├── 06D_fs_00.fsx │ ├── 06D_hs_00.hs │ ├── 06D_hs_01.hs │ ├── 06D_hs_02.hs │ ├── 06D_js_01.js │ ├── 06D_ml_01.ml │ ├── 06D_ml_02.ml │ ├── 06D_py_01.py │ ├── 06D_rs_01.rs │ ├── 07A.md │ ├── 07A_c_01.c │ ├── 07A_c_02.c │ ├── 07A_cp_01.cpp │ ├── 07A_cs_01.cs │ ├── 07A_fs_00.fsx │ ├── 07A_hs_01.hs │ ├── 07A_hs_02.hs │ ├── 07A_js_01.js │ ├── 07A_ml_01.ml │ ├── 07A_ml_02.ml │ ├── 07A_ml_03.ml │ ├── 07A_py_01.py │ ├── 07A_py_02.py │ ├── 07A_rs_01.rs │ ├── 07B.md │ ├── 07B_c_01.c │ ├── 07B_cp_01.cpp │ ├── 07B_cp_02.cpp │ ├── 07B_fs_00.fsx │ ├── 07B_hs_01.hs │ ├── 07B_hs_02.hs │ ├── 07B_js_01.js │ ├── 07B_ml_01.ml │ ├── 07B_ml_02.ml │ ├── 07B_ml_03.ml │ ├── 07B_ml_04.ml │ ├── 07B_py_01.py │ ├── 07B_py_02.py │ ├── 07B_py_03.py │ ├── 07B_rs_01.rs │ ├── 07C.md │ ├── 07C_c_01.c │ ├── 07C_cp_01.cpp │ ├── 07C_cp_02.cpp │ ├── 07C_fs_00.fsx │ ├── 07C_hs_01.hs │ ├── 07C_hs_02.hs │ ├── 07C_js_01.js │ ├── 07C_ml_01.ml │ ├── 07C_ml_02.ml │ ├── 07C_py_01.py │ ├── 07C_rs_01.rs │ ├── 07D.md │ ├── 07D_c_01.c │ ├── 07D_c_02.c │ ├── 07D_cp_01.cpp │ ├── 07D_cp_02.cpp │ ├── 07D_fs_00.fsx │ ├── 07D_hs_00.hs │ ├── 07D_hs_01.hs │ ├── 07D_hs_02.hs │ ├── 07D_hs_03.hs │ ├── 07D_js_01.js │ ├── 07D_js_02.js │ ├── 07D_ml_01.ml │ ├── 07D_ml_02.ml │ ├── 07D_ml_03.ml │ ├── 07D_py_01.py │ ├── 07D_py_02.py │ ├── 07D_rs_01.rs │ ├── 08A.md │ ├── 08A_c_01.c │ ├── 08A_cp_01.cpp │ ├── 08A_fs_00.fsx │ ├── 08A_hs_00.hs │ ├── 08A_hs_01.hs │ ├── 08A_hs_02.hs │ ├── 08A_hs_03.hs │ ├── 08A_js_01.js │ ├── 08A_js_02.js │ ├── 08A_ml_01.ml │ ├── 08A_ml_02.ml │ ├── 08A_ml_03.ml │ ├── 08A_ml_04.ml │ ├── 08A_py_01.py │ ├── 08A_py_02.py │ ├── 08A_rs_01.rs │ ├── 08B.md │ ├── 08B_c_01.c │ ├── 08B_cp_01.cpp │ ├── 08B_fs_00.fsx │ ├── 08B_hs_01.hs │ ├── 08B_js_01.js │ ├── 08B_ml_00.ml │ ├── 08B_ml_01.ml │ ├── 08B_ml_02.ml │ ├── 08B_ml_03.ml │ ├── 08B_py_01.py │ ├── 08B_rs_01.rs │ ├── 08C.md │ ├── 08C_c_01.c │ ├── 08C_cp_01.cpp │ ├── 08C_fs_00.fsx │ ├── 08C_hs_01.hs │ ├── 08C_js_01.js │ ├── 08C_ml_00.ml │ ├── 08C_ml_01.ml │ ├── 08C_ml_02.ml │ ├── 08C_py_01.py │ ├── 08C_rs_01.rs │ ├── 08D.md │ ├── 08D_c_01.c │ ├── 08D_cp_01.cpp │ ├── 08D_fs_00.fsx │ ├── 08D_hs_00.hs │ ├── 08D_hs_01.hs │ ├── 08D_js_01.js │ ├── 08D_ml_01.ml │ ├── 08D_py_01.py │ ├── 08D_rs_01.rs │ ├── 09A.md │ ├── 09A_c_01.c │ ├── 09A_cp_01.cpp │ ├── 09A_fs_00.fsx │ ├── 09A_go_01.go │ ├── 09A_hs00.hs │ ├── 09A_hs01.hs │ ├── 09A_js_01.js │ ├── 09A_ml_01.ml │ ├── 09A_ml_02.ml │ ├── 09A_ml_03.ml │ ├── 09A_py_01.py │ ├── 09A_rs_01.rs │ ├── 09B.md │ ├── 09B_c_01.c │ ├── 09B_cp_01.cpp │ ├── 09B_cp_02.cpp │ ├── 09B_fs_00.fsx │ ├── 09B_go_01.go │ ├── 09B_hs_00.hs │ ├── 09B_hs_01.hs │ ├── 09B_hs_02.hs │ ├── 09B_hs_03.hs │ ├── 09B_js_01.js │ ├── 09B_js_02.js │ ├── 09B_ml_01.ml │ ├── 09B_ml_02.ml │ ├── 09B_ml_03.ml │ ├── 09B_ml_04.ml │ ├── 09B_py_00.py │ ├── 09B_py_01.py │ ├── 09B_py_02.py │ ├── 09B_rs_01.rs │ ├── 09B_rs_02.rs │ ├── 09C.md │ ├── 09C_c_01.c │ ├── 09C_c_02.c │ ├── 09C_cp_01.cpp │ ├── 09C_cp_02.cpp │ ├── 09C_fs_00.fsx │ ├── 09C_go_01.go │ ├── 09C_go_02.go │ ├── 09C_js_01.js │ ├── 09C_js_02.js │ ├── 09C_ml_00.ml │ ├── 09C_ml_01.ml │ ├── 09C_ml_02.ml │ ├── 09C_ml_03.ml │ ├── 09C_py_01.py │ ├── 09C_rs_01.rs │ ├── 09C_rs_02.rs │ ├── 09D.md │ ├── 09D_c_01.c │ ├── 09D_cp_01.cpp │ ├── 09D_go_01.go │ ├── 09D_hs_00.hs │ ├── 09D_js_01.js │ ├── 09D_ml_01.ml │ ├── 09D_py_00.py │ ├── 09D_py_01.py │ ├── 09D_rs_01.rs │ ├── 10A.md │ ├── 10A_c_01.c │ ├── 10A_cp_01.cpp │ ├── 10A_fs_00.fsx │ ├── 10A_go_01.go │ ├── 10A_hs_00.hs │ ├── 10A_hs_01.hs │ ├── 10A_hs_02.hs │ ├── 10A_js_01.js │ ├── 10A_ml_00.ml │ ├── 10A_ml_01.ml │ ├── 10A_py_01.py │ ├── 10A_py_02.py │ ├── 10A_py_03.py │ ├── 10A_rs_01.rs │ ├── 10A_rs_02.rs │ ├── 10B.md │ ├── 10B_c_01.c │ ├── 10B_cp_01.cpp │ ├── 10B_fs_00.fsx │ ├── 10B_go_01.go │ ├── 10B_hs_00.hs │ ├── 10B_hs_01.hs │ ├── 10B_hs_02.hs │ ├── 10B_js_00.js │ ├── 10B_js_01.js │ ├── 10B_js_02.js │ ├── 10B_ml_01.ml │ ├── 10B_ml_02.ml │ ├── 10B_py_01.py │ ├── 10B_rs_01.rs │ ├── 10C.md │ ├── 10C_c_01.c │ ├── 10C_cp_01.cpp │ ├── 10C_fs_00.fsx │ ├── 10C_go_01.go │ ├── 10C_hs_01.hs │ ├── 10C_js_00.js │ ├── 10C_js_01.js │ ├── 10C_js_02.js │ ├── 10C_ml_01.ml │ ├── 10C_ml_02.ml │ ├── 10C_py_01.py │ ├── 10C_py_02.py │ ├── 10C_rs_01.rs │ ├── 10D.md │ ├── 10D_c_01.c │ ├── 10D_cp_01.cpp │ ├── 10D_fs_00.fsx │ ├── 10D_go_01.go │ ├── 10D_js_00.js │ ├── 10D_ml_01.ml │ ├── 10D_py_00.py │ ├── 10D_py_01.py │ ├── 10D_py_02.py │ ├── 10D_rs_01.rs │ ├── 11A.md │ ├── 11A_c_01.c │ ├── 11A_cp_01.cpp │ ├── 11A_fs_00.fsx │ ├── 11A_fs_01.fsx │ ├── 11A_go_01.go │ ├── 11A_hs_01.hs │ ├── 11A_hs_02.hs │ ├── 11A_hs_03.hs │ ├── 11A_js_00.js │ ├── 11A_js_01.js │ ├── 11A_js_02.js │ ├── 11A_ml_01.ml │ ├── 11A_ml_02.ml │ ├── 11A_py_01.py │ ├── 11A_rs_01.rs │ ├── 11A_rs_02.rs │ ├── 11B.md │ ├── 11B_c_01.c │ ├── 11B_cp_01.cpp │ ├── 11B_cp_02.cpp │ ├── 11B_fs_00.fsx │ ├── 11B_go_01.go │ ├── 11B_hs_01.hs │ ├── 11B_js_00.js │ ├── 11B_js_01.js │ ├── 11B_js_02.js │ ├── 11B_js_03.js │ ├── 11B_js_04.js │ ├── 11B_ml_01.ml │ ├── 11B_ml_02.ml │ ├── 11B_py_01.py │ ├── 11B_rs_01.rs │ ├── 11C.md │ ├── 11C_c_01.c │ ├── 11C_cp_01.cpp │ ├── 11C_fs_00.fsx │ ├── 11C_go_01.go │ ├── 11C_hs_01.hs │ ├── 11C_hs_02.hs │ ├── 11C_js_00.js │ ├── 11C_js_01.js │ ├── 11C_js_02.js │ ├── 11C_js_03.js │ ├── 11C_js_04.js │ ├── 11C_js_05.js │ ├── 11C_ml_01.ml │ ├── 11C_ml_02.ml │ ├── 11C_py_01.py │ ├── 11C_py_02.py │ ├── 11C_rs_01.rs │ ├── 11D.md │ ├── 11D_c_01.c │ ├── 11D_cp_01.cpp │ ├── 11D_fs_00.fsx │ ├── 11D_go_01.go │ ├── 11D_hs_01.hs │ ├── 11D_hs_02.hs │ ├── 11D_js_00.js │ ├── 11D_js_01.js │ ├── 11D_js_02.js │ ├── 11D_js_03.js │ ├── 11D_js_04.js │ ├── 11D_js_05.js │ ├── 11D_js_06.js │ ├── 11D_ml_01.ml │ ├── 11D_ml_02.ml │ ├── 11D_py_01.py │ ├── 11D_rs_01.rs │ ├── 12A.md │ ├── 12A_c_01.c │ ├── 12A_c_02.c │ ├── 12A_cp_01.cpp │ ├── 12A_cp_02.cpp │ ├── 12A_fs_00.fsx │ ├── 12A_go_01.go │ ├── 12A_hs_01.hs │ ├── 12A_hs_02.hs │ ├── 12A_hs_03.hs │ ├── 12A_js_00.js │ ├── 12A_js_01.js │ ├── 12A_js_02.js │ ├── 12A_js_03.js │ ├── 12A_js_04.js │ ├── 12A_ml_01.ml │ ├── 12A_py_01.py │ ├── 12A_rs_01.rs │ ├── 12B.md │ ├── 12B_c_01.c │ ├── 12B_cp_01.cpp │ ├── 12B_cp_02.cpp │ ├── 12B_fs_00.fsx │ ├── 12B_go_01.go │ ├── 12B_go_02.go │ ├── 12B_go_03.go │ ├── 12B_hs_01.hs │ ├── 12B_hs_02.hs │ ├── 12B_hs_03.hs │ ├── 12B_js_00.js │ ├── 12B_js_01.js │ ├── 12B_js_02.js │ ├── 12B_js_03.js │ ├── 12B_js_04.js │ ├── 12B_ml_01.ml │ ├── 12B_py_01.py │ ├── 12B_rs_01.rs │ ├── 12C.md │ ├── 12C_c_01.c │ ├── 12C_cp_01.cpp │ ├── 12C_fs_00.fsx │ ├── 12C_go_01.go │ ├── 12C_hs_01.hs │ ├── 12C_hs_02.hs │ ├── 12C_js_00.js │ ├── 12C_js_01.js │ ├── 12C_js_02.js │ ├── 12C_ml_01.ml │ ├── 12C_ml_02.ml │ ├── 12C_py_01.py │ ├── 12C_rs_01.rs │ ├── 13A.md │ ├── 13A_c_01.c │ ├── 13A_c_02.c │ ├── 13A_cp_01.cpp │ ├── 13A_cp_02.cpp │ ├── 13A_fs_00.fsx │ ├── 13A_go_01.go │ ├── 13A_hs_01.hs │ ├── 13A_js_01.js │ ├── 13A_js_02.js │ ├── 13A_ml_00.ml │ ├── 13A_ml_01.ml │ ├── 13A_ml_02.ml │ ├── 13A_py_01.py │ ├── 13A_rs_01.rs │ ├── 13B.md │ ├── 13B_c_01.c │ ├── 13B_cp_01.cpp │ ├── 13B_fs_00.fsx │ ├── 13B_go_01.go │ ├── 13B_hs_01.hs │ ├── 13B_js_01.js │ ├── 13B_js_02.js │ ├── 13B_ml_01.ml │ ├── 13B_py_00.py │ ├── 13B_py_01.py │ ├── 13B_py_02.py │ ├── 13B_rs_01.rs │ ├── 13C.md │ ├── 13C_c_01.c │ ├── 13C_cp_01.cpp │ ├── 13C_fs_00.fsx │ ├── 13C_go_01.go │ ├── 13C_js_01.js │ ├── 13C_js_02.js │ ├── 13C_ml_01.ml │ ├── 13C_ml_02.ml │ ├── 13C_py_00.py │ ├── 13C_py_01.py │ ├── 13C_rs_01.rs │ ├── 14A.md │ ├── 14A_c_01.c │ ├── 14A_cp_01.cpp │ ├── 14A_cs_01.cs │ ├── 14A_fs_00.fsx │ ├── 14A_fs_01.fsx │ ├── 14A_go_01.go │ ├── 14A_hs_01.hs │ ├── 14A_js_01.js │ ├── 14A_ml_01.ml │ ├── 14A_ml_02.ml │ ├── 14A_py_00.py │ ├── 14A_py_01.py │ ├── 14A_rs_01.rs │ ├── 14B.md │ ├── 14B_fs_00.fsx │ ├── 14B_hs_01.hs │ ├── 14B_js_01.js │ ├── 14B_js_02.js │ ├── 14B_ml_01.ml │ ├── 14B_ml_02.ml │ ├── 14B_py_01.py │ ├── 14B_py_02.py │ ├── 14B_rs_00.rs │ ├── 14B_rs_01.rs │ ├── 14B_rs_02.rs │ ├── 14C.md │ ├── 14C_c_01.c │ ├── 14C_c_02.c │ ├── 14C_cp_01.cpp │ ├── 14C_cp_02.cpp │ ├── 14C_fs_00.fsx │ ├── 14C_go_01.go │ ├── 14C_js_01.js │ ├── 14C_ml_00.ml │ ├── 14C_ml_01.ml │ ├── 14C_ml_02.ml │ ├── 14C_py_01.py │ ├── 14C_py_02.py │ ├── 14C_rs_01.rs │ ├── 14C_rs_02.rs │ ├── 14D.md │ ├── 14D_cp_01.cpp │ ├── 14D_go_01.go │ ├── 14D_js_01.js │ ├── 14D_ml_01.ml │ ├── 14D_ml_02.ml │ ├── 14D_py_01.py │ ├── 14D_py_02.py │ └── 14D_rs_01.rs ├── DSL │ ├── 01A.md │ ├── 01A_cp_01.cpp │ ├── 01A_cp_02.cpp │ ├── 01A_cs_01.cs │ ├── 01A_go_01.go │ ├── 01A_go_02.go │ ├── 01A_hs_01.hs │ ├── 01A_hs_02.hs │ ├── 01A_js_01.js │ ├── 01A_ml_01.ml │ ├── 01A_ml_02.ml │ ├── 01A_ml_03.ml │ ├── 01A_py_01.py │ └── 01A_rs_01.rs ├── GRL1 │ ├── 01A.md │ ├── 01A_cp_01.cpp │ ├── 01A_cs_01.cs │ ├── 01A_go_01.go │ ├── 01A_hs_01.hs │ ├── 01A_hs_02.hs │ ├── 01A_js_01.js │ ├── 01A_ml_01.ml │ ├── 01A_py_01.py │ └── 01A_rs_01.rs ├── ITP1 │ ├── 01A_00_helloworld.md │ ├── 01A_fs_00.fsx │ ├── 01A_hs_00.hs │ ├── 01A_js_00.js │ ├── 01A_ml_00.ml │ ├── 01B_00_x-cubic.md │ ├── 01B_fs_00.fsx │ ├── 01B_hs_01.hs │ ├── 01B_hs_02.hs │ ├── 01B_ml_00.ml │ ├── 01B_ml_01.ml │ ├── 01C_00_area-surface.md │ ├── 01C_fs_00.fsx │ ├── 01C_ml_00.ml │ ├── 01C_ml_01.hs │ ├── 01C_ml_02.hs │ ├── 01C_ml_03.hs │ ├── 01C_ml_04.hs │ ├── 01D_00_watch.md │ ├── 01D_fs_00.fsx │ ├── 01D_hs_01.hs │ ├── 01D_hs_02.hs │ ├── 01D_hs_03.hs │ ├── 01D_ml_00.ml │ ├── 01D_ml_01.ml │ ├── 02A_00_cmp.md │ ├── 02A_fs_00.fsx │ ├── 02A_hs_01.hs │ ├── 02A_hs_02.hs │ ├── 02A_hs_03.hs │ ├── 02A_hs_04.hs │ ├── 02A_ml_00.ml │ ├── 02A_ml_01.ml │ ├── 02A_ml_02.ml │ ├── 02B_00_range.md │ ├── 02B_fs_00.fsx │ ├── 02B_hs_01.hs │ ├── 02B_ml_00.ml │ ├── 02B_ml_01.ml │ ├── 02C_00_sort.md │ ├── 02C_fs_00.fsx │ ├── 02C_hs_01.hs │ ├── 02C_ml_00.ml │ ├── 02C_ml_01.ml │ ├── 02C_ml_02.ml │ ├── 02C_ml_03.ml │ ├── 02C_ml_04.ml │ ├── 02C_ml_05.ml │ ├── 02D.md │ ├── 02D_fs_00.fsx │ ├── 02D_hs_01.hs │ ├── 02D_ml_00.ml │ ├── 03A.md │ ├── 03A_fs_00.fsx │ ├── 03A_hs_01.hs │ ├── 03A_hs_02.hs │ ├── 03A_hs_03.hs │ ├── 03A_ml_00.ml │ ├── 03B.md │ ├── 03B_cpp.sh │ ├── 03B_cpp.txt │ ├── 03B_cpp_01.cpp │ ├── 03B_fs_00.fsx │ ├── 03B_hs_01.hs │ ├── 03B_hs_02.hs │ ├── 03B_ml_00.ml │ ├── 03B_ml_01.ml │ ├── 03B_ml_02.ml │ ├── 03B_ml_03.ml │ ├── 03C.md │ ├── 03C_fs_00.fsx │ ├── 03C_hs_01.hs │ ├── 03C_hs_02.hs │ ├── 03C_ml_00.ml │ ├── 03C_ml_01.ml │ ├── 03C_ml_02.ml │ ├── 03D.md │ ├── 03D_fs_00.fsx │ ├── 03D_hs_01.hs │ ├── 03D_hs_02.hs │ ├── 03D_ml_00.ml │ ├── 03D_ml_01.ml │ ├── 04A.md │ ├── 04A_fs_00.fsx │ ├── 04A_hs_01.hs │ ├── 04A_ml_00.ml │ ├── 04B.md │ ├── 04B_fs_00.fsx │ ├── 04B_hl_01.hs │ ├── 04B_ml_00.ml │ ├── 04B_ml_01.ml │ ├── 04B_ml_02.ml │ ├── 04C.md │ ├── 04C_fs_00.fsx │ ├── 04C_hs_01.hs │ ├── 04C_ml_00.ml │ ├── 04D.md │ ├── 04D_fs_00.fsx │ ├── 04D_fs_01.fsx │ ├── 04D_hs_01.hs │ ├── 04D_ml_00.ml │ ├── 04D_ml_01.ml │ ├── 04D_ml_02.ml │ ├── 04D_ml_03.ml │ ├── 05A.md │ ├── 05A_fs_00.fsx │ ├── 05A_hs_01.hs │ ├── 05A_ml_00.ml │ ├── 05A_ml_01.ml │ ├── 05A_ml_02.ml │ ├── 05A_ml_03.ml │ ├── 05B.md │ ├── 05B_fs_00.fsx │ ├── 05B_hs_01.hs │ ├── 05B_ml_00.ml │ ├── 05C_00_chessboard.md │ ├── 05C_fs_00.fsx │ ├── 05C_hs_01.hs │ ├── 05C_hs_02.hs │ ├── 05C_hs_03.hs │ ├── 05C_hs_04.hs │ ├── 05C_hs_05.hs │ ├── 05C_ml_00.ml │ ├── 05C_ml_01.ml │ ├── 05D.md │ ├── 05D_fs_00.fsx │ ├── 05D_hs_01.hs │ ├── 05D_hs_02.hs │ ├── 05D_hs_03.hs │ ├── 05D_ml_00.ml │ ├── 05D_ml_01.ml │ ├── 05D_ml_02.ml │ ├── 06A.md │ ├── 06A_fs_00.fsx │ ├── 06A_hs_01.hs │ ├── 06A_ml_00.ml │ ├── 06A_ml_01.ml │ ├── 06A_ml_02.ml │ ├── 06A_ml_03.ml │ ├── 06A_ml_04.ml │ ├── 06A_ml_05.ml │ ├── 06B.md │ ├── 06B_fs_00.fsx │ ├── 06B_hs_01.hs │ ├── 06B_hs_02.hs │ ├── 06B_ml_00.ml │ ├── 06B_ml_01.ml │ ├── 06B_ml_02.ml │ ├── 06B_ml_03.ml │ ├── 06C.md │ ├── 06C_cp_01.cpp │ ├── 06C_fs_00.fsx │ ├── 06C_hs_01.hs │ ├── 06C_hs_02.hs │ ├── 06C_hs_03.hs │ ├── 06C_hs_04.hs │ ├── 06C_ml_01.ml │ ├── 06C_ml_02.ml │ ├── 06D.md │ ├── 06D_cp_01.cpp │ ├── 06D_fs_00.fsx │ ├── 06D_hs_01.hs │ ├── 06D_hs_02.hs │ ├── 06D_hs_03.hs │ ├── 06D_hs_04.hs │ ├── 06D_ml_01.ml │ ├── 07A.md │ ├── 07A_cp_01.cpp │ ├── 07A_fs_00.fsx │ ├── 07A_hs_01.hs │ ├── 07A_hs_02.hs │ ├── 07A_hs_03.hs │ ├── 07A_ml_01.ml │ ├── 07B.md │ ├── 07B_c_01.c │ ├── 07B_c_02.c │ ├── 07B_cp_01.cpp │ ├── 07B_fs_00.fsx │ ├── 07B_hs_01.hs │ ├── 07B_hs_02.hs │ ├── 07B_hs_03.hs │ ├── 07B_ml_01.ml │ ├── 07C.md │ ├── 07C_c_01.c │ ├── 07C_cp_01.cpp │ ├── 07C_fs_00.fsx │ ├── 07C_hs_01.hs │ ├── 07C_hs_02.hs │ ├── 07C_hs_03.hs │ ├── 07C_ml_01.ml │ ├── 07C_rs_01.rs │ ├── 07C_rs_02.rs │ ├── 07D.md │ ├── 07D_c_01.c │ ├── 07D_cp_01.cpp │ ├── 07D_fs_00.fsx │ ├── 07D_hs_01.hs │ ├── 07D_hs_02.hs │ ├── 07D_hs_03.hs │ ├── 07D_hs_04.hs │ ├── 07D_ml_01.ml │ ├── 07D_ml_02.ml │ ├── 07D_rs_01.rs │ ├── 08A.md │ ├── 08A_c_01.c │ ├── 08A_cp_01.cpp │ ├── 08A_cp_02.cpp │ ├── 08A_fs_00.fsx │ ├── 08A_hs_01.hs │ ├── 08A_hs_02.hs │ ├── 08A_hs_03.hs │ ├── 08A_ml_01.ml │ ├── 08A_ml_02.ml │ ├── 08B.md │ ├── 08B_c_01.c │ ├── 08B_cp_01.cpp │ ├── 08B_cp_02.cpp │ ├── 08B_fs_00.fsx │ ├── 08B_hs_01.hs │ ├── 08B_hs_02.hs │ ├── 08B_hs_03.hs │ ├── 08B_ml_01.ml │ ├── 08B_ml_02.ml │ ├── 08B_rs_01.rs │ ├── 08C.md │ ├── 08C_c_01.c │ ├── 08C_cp_01.cpp │ ├── 08C_cp_02.cpp │ ├── 08C_fs_00.fsx │ ├── 08C_hs_01.hs │ ├── 08C_hs_02.hs │ ├── 08C_hs_03.hs │ ├── 08C_hs_04.hs │ ├── 08C_hs_05.hs │ ├── 08C_ml_01.ml │ ├── 08C_ml_02.ml │ ├── 08D.md │ ├── 08D_c_01.c │ ├── 08D_c_02.c │ ├── 08D_cp_01.cpp │ ├── 08D_fs_00.fsx │ ├── 08D_hs_01.hs │ ├── 08D_hs_02.hs │ ├── 08D_hs_03.hs │ ├── 08D_hs_04.hs │ ├── 08D_js_01.js │ ├── 08D_js_02.js │ ├── 08D_ml_01.ml │ ├── 08D_ml_02.ml │ ├── 08D_rs_01.rs │ ├── 09A.md │ ├── 09A_c_01.c │ ├── 09A_c_02.c │ ├── 09A_cp_01.cpp │ ├── 09A_fs_00.fsx │ ├── 09A_hs_01.hs │ ├── 09A_hs_02.hs │ ├── 09A_hs_03.hs │ ├── 09A_hs_04.hs │ ├── 09A_js_01.js │ ├── 09A_js_02.js │ ├── 09A_js_03.js │ ├── 09A_ml_01.ml │ ├── 09A_ml_02.ml │ ├── 09A_rs_01.rs │ ├── 09A_rs_02.rs │ ├── 09A_rs_03.rs │ ├── 09B.md │ ├── 09B_c_01.c │ ├── 09B_c_02.c │ ├── 09B_cp_01.cpp │ ├── 09B_fs_00.fsx │ ├── 09B_hs_01.hs │ ├── 09B_hs_02.hs │ ├── 09B_hs_03.hs │ ├── 09B_hs_04.hs │ ├── 09B_js_01.js │ ├── 09B_js_02.js │ ├── 09B_ml_01.ml │ ├── 09B_rs_01.rs │ ├── 09C.md │ ├── 09C_c_01.c │ ├── 09C_cp_01.cpp │ ├── 09C_fs_00.fsx │ ├── 09C_hs_01.hs │ ├── 09C_hs_02.hs │ ├── 09C_hs_03.hs │ ├── 09C_hs_04.hs │ ├── 09C_hs_05.hs │ ├── 09C_hs_06.hs │ ├── 09C_hs_07.hs │ ├── 09C_js_01.js │ ├── 09C_ml_01.ml │ ├── 09C_ml_02.ml │ ├── 09C_rs_01.rs │ ├── 09C_rs_02.rs │ ├── 09D.md │ ├── 09D_c_01.c │ ├── 09D_c_02.c │ ├── 09D_cp_01.cpp │ ├── 09D_fs_00.fsx │ ├── 09D_hs_01.hs │ ├── 09D_hs_02.hs │ ├── 09D_hs_03.hs │ ├── 09D_hs_04.hs │ ├── 09D_hs_05.hs │ ├── 09D_js_01.js │ ├── 09D_ml_01.ml │ ├── 09D_rs_01.rs │ ├── 10A.md │ ├── 10A_c_01.c │ ├── 10A_cp_01.cpp │ ├── 10A_fs_00.fsx │ ├── 10A_hs_01.hs │ ├── 10A_hs_02.hs │ ├── 10A_js_01.js │ ├── 10A_ml_01.ml │ ├── 10A_ml_02.ml │ ├── 10A_ml_03.ml │ ├── 10A_rs_01.rs │ ├── 10B.md │ ├── 10B_c_01.c │ ├── 10B_cp_01.cpp │ ├── 10B_fs_00.fsx │ ├── 10B_hs_01.hs │ ├── 10B_hs_02.hs │ ├── 10B_js_01.js │ ├── 10B_js_02.js │ ├── 10B_ml_01.ml │ ├── 10B_rs_01.rs │ ├── 10B_rs_02.rs │ ├── 10C.md │ ├── 10C_c_01.c │ ├── 10C_c_02.c │ ├── 10C_c_03.c │ ├── 10C_c_04.c │ ├── 10C_cp_01.cpp │ ├── 10C_cp_02.cpp │ ├── 10C_fs_00.fsx │ ├── 10C_hs_01.hs │ ├── 10C_hs_02.hs │ ├── 10C_hs_03.hs │ ├── 10C_hs_04.hs │ ├── 10C_js_01.js │ ├── 10C_ml_01.ml │ ├── 10C_rs_01.rs │ ├── 10C_rs_02.rs │ ├── 10D.md │ ├── 10D_c_01.c │ ├── 10D_cp_01.cpp │ ├── 10D_cp_02.cpp │ ├── 10D_fs_00.fsx │ ├── 10D_hs_01.hs │ ├── 10D_hs_02.hs │ ├── 10D_js_01.js │ ├── 10D_ml_01.ml │ ├── 10D_ml_02.ml │ ├── 10D_rs_01.rs │ ├── 11A.md │ ├── 11A_c_01.c │ ├── 11A_cp_01.cpp │ ├── 11A_fs_00.fsx │ ├── 11A_hs_01.hs │ ├── 11A_hs_02.hs │ ├── 11A_hs_03.hs │ ├── 11A_js_01.js │ ├── 11A_ml_01.ml │ ├── 11A_rs_01.rs │ ├── 11B.md │ ├── 11B_c_01.c │ ├── 11B_cp_01.cpp │ ├── 11B_fs_00.fsx │ ├── 11B_hs_01.hs │ ├── 11B_hs_02.hs │ ├── 11B_hs_03.hs │ ├── 11B_js_01.js │ ├── 11B_ml_01.ml │ ├── 11B_rs_01.rs │ ├── 11C.md │ ├── 11C_c_01.c │ ├── 11C_cp_01.cpp │ ├── 11C_fs_00.fsx │ ├── 11C_hs_01.hs │ ├── 11C_hs_02.hs │ ├── 11C_hs_03.hs │ ├── 11C_js_01.js │ ├── 11C_ml_01.ml │ ├── 11C_ml_02.ml │ ├── 11C_ml_03.ml │ ├── 11C_rs_01.rs │ ├── 11D.md │ ├── 11D_c_01.c │ ├── 11D_cp_01.cpp │ ├── 11D_fs_00.fsx │ ├── 11D_hs_01.hs │ ├── 11D_hs_02.hs │ ├── 11D_hs_03.hs │ ├── 11D_js_01.js │ ├── 11D_ml_01.ml │ ├── 11D_ml_02.ml │ ├── 11D_ml_03.ml │ ├── 11D_ml_04.ml │ ├── 11D_ml_05.ml │ └── 11D_rs_01.rs ├── ITP2 │ ├── 01A.md │ ├── 01A_c_01.c │ ├── 01A_c_02.c │ ├── 01A_cp_01.cpp │ ├── 01A_cp_02.cpp │ ├── 01A_fs_00.fsx │ ├── 01A_go_01.go │ ├── 01A_go_02.go │ ├── 01A_go_03.go │ ├── 01A_hs_01.hs │ ├── 01A_hs_02.hs │ ├── 01A_js_01.js │ ├── 01A_ml_00.ml │ ├── 01A_py_00.py │ ├── 01A_py_01.py │ ├── 01A_rs_01.rs │ ├── 01B.md │ ├── 01B_cp_01.cpp │ ├── 01B_cp_02.cpp │ ├── 01B_go_01.go │ ├── 01B_hs_01.hs │ ├── 01B_hs_02.hs │ ├── 01B_js_01.js │ ├── 01B_py_01.py │ └── 01B_rs_01.rs └── NTL1 │ ├── 01A.md │ ├── 01A_c_01.c │ ├── 01A_cp_01.cpp │ ├── 01A_fs_00.fsx │ ├── 01A_go_01.go │ ├── 01A_go_02.go │ ├── 01A_hs_01.hs │ ├── 01A_hs_02.hs │ ├── 01A_js_00.js │ ├── 01A_js_01.js │ ├── 01A_js_02.js │ ├── 01A_ml_00.ml │ ├── 01A_ml_01.ml │ ├── 01A_py_00.py │ ├── 01A_py_01.py │ ├── 01A_rs_01.rs │ ├── 01B.md │ ├── 01B_c_01.c │ ├── 01B_cp_01.cpp │ ├── 01B_fs_00.fsx │ ├── 01B_go_01.go │ ├── 01B_hs_01.hs │ ├── 01B_hs_02.hs │ ├── 01B_js_01.js │ ├── 01B_ml_00.ml │ ├── 01B_ml_01.ml │ ├── 01B_ml_02.ml │ ├── 01B_ml_03.ml │ ├── 01B_ml_04.ml │ ├── 01B_py_01.py │ ├── 01B_py_02.py │ ├── 01B_rs_01.rs │ ├── 01C.md │ ├── 01C_c_01.c │ ├── 01C_cp_01.cpp │ ├── 01C_fs_00.fsx │ ├── 01C_go_01.go │ ├── 01C_go_02.go │ ├── 01C_hs_01.hs │ ├── 01C_hs_02.hs │ ├── 01C_hs_03.hs │ ├── 01C_hs_04.hs │ ├── 01C_js_01.js │ ├── 01C_ml_00.ml │ ├── 01C_ml_01.ml │ ├── 01C_py_01.py │ ├── 01C_py_02.py │ ├── 01C_py_03.py │ ├── 01C_rs_01.rs │ ├── 01D.md │ ├── 01D_c_01.c │ ├── 01D_cp_01.cpp │ ├── 01D_fs_00.fsx │ ├── 01D_go_01.go │ ├── 01D_go_02.go │ ├── 01D_hs_01.hs │ ├── 01D_hs_02.hs │ ├── 01D_js_01.js │ ├── 01D_ml_01.ml │ ├── 01D_py_00.py │ ├── 01D_py_01.py │ ├── 01D_py_02.py │ ├── 01D_rs_01.rs │ ├── 01E.md │ ├── 01E_c_01.c │ ├── 01E_c_02.c │ ├── 01E_cp_01.cpp │ ├── 01E_fs_00.fsx │ ├── 01E_go_01.go │ ├── 01E_go_02.go │ ├── 01E_hs_01.hs │ ├── 01E_hs_02.hs │ ├── 01E_js_01.js │ ├── 01E_ml_00.ml │ ├── 01E_ml_01.ml │ ├── 01E_py_01.py │ ├── 01E_py_02.py │ ├── 01E_rs_01.rs │ ├── 01E_rs_02.rs │ ├── 02A.md │ ├── 02A_c_01.c │ ├── 02A_cp_01.cpp │ ├── 02A_fs_00.fsx │ ├── 02A_go_01.go │ ├── 02A_hs_01.hs │ ├── 02A_ml_00.ml │ ├── 02A_py_01.py │ ├── 02A_rs_01.rs │ ├── 02B.md │ ├── 02B_c_01.c │ ├── 02B_cp_01.cpp │ ├── 02B_go_01.go │ ├── 02B_hs_01.hs │ ├── 02B_ml_00.ml │ ├── 02B_py_01.py │ ├── 02B_rs_01.rs │ ├── 02C.md │ ├── 02C_ml_00.ml │ ├── 02D.md │ ├── 02D_ml_00.ml │ ├── 02D_py_00.py │ ├── 02D_py_01.py │ ├── 02E.md │ ├── 02E_ml_00.ml │ ├── 02F.md │ ├── 02F_ml_00.ml │ └── 02F_py_00.py ├── Algo-Method ├── 01-std-output │ ├── 001-001.hs │ ├── 001-001.js │ ├── 001-001.py │ ├── 001-001.rs │ ├── 001-002.hs │ ├── 001-002.js │ ├── 001-002.py │ ├── 001-002.rs │ ├── 001-003.hs │ ├── 001-003.js │ ├── 001-003.py │ ├── 001-003.rs │ ├── 001-004.hs │ ├── 001-004.js │ ├── 001-004.py │ ├── 001-004.rs │ ├── 001-005.hs │ ├── 001-005.js │ ├── 001-005.py │ └── 001-005.rs ├── 02-std-input │ ├── 001-001.hs │ ├── 001-001.js │ ├── 001-001.py │ ├── 001-001.rs │ ├── 001-002.hs │ ├── 001-002.py │ ├── 001-002.rs │ ├── 001-003.hs │ ├── 001-003.py │ ├── 001-003.rs │ ├── 001-004.hs │ ├── 001-004.py │ ├── 001-004.rs │ ├── 001-005.hs │ ├── 001-005.py │ ├── 001-005.rs │ ├── 002-001.hs │ ├── 002-001.py │ ├── 002-001.rs │ ├── 002-002.hs │ ├── 002-002.py │ ├── 002-003.hs │ ├── 002-003.py │ ├── 002-004.hs │ ├── 002-004.py │ ├── 002-005.hs │ ├── 002-005.py │ ├── 002-006.hs │ ├── 002-006.py │ ├── 002-006.rs │ ├── 002-007.hs │ ├── 002-007.py │ ├── 002-007.rs │ ├── 002-008.hs │ ├── 002-008.py │ ├── 002-009.hs │ ├── 002-009.py │ ├── 002-010.hs │ ├── 002-010.py │ ├── 003-001.hs │ ├── 003-001.py │ ├── 003-001.rs │ ├── 003-002.hs │ ├── 003-002.py │ ├── 003-003.hs │ ├── 003-003.py │ ├── 003-004.hs │ ├── 003-004.py │ ├── 003-005.hs │ ├── 003-005.py │ ├── 003-006.hs │ ├── 003-006.py │ ├── 003-007.hs │ ├── 003-007.py │ ├── 003-008.hs │ ├── 003-008.py │ ├── 003-008_01.rs │ ├── 003-008_02.rs │ ├── 003-009.hs │ ├── 003-009.py │ ├── 003-009_00_01.rs │ ├── 003-009_01.rs │ ├── 003-009_02.rs │ ├── 003-010.hs │ └── 003-010.py ├── 08-knapsack-dp │ ├── 307-01-py.py │ ├── 307-01-rs.rs │ ├── 308-01-py.py │ ├── 309-01-csx.csx │ ├── 309-01-py.py │ ├── 309-02-csx.csx │ ├── 310-01-csx.csx │ ├── 310-01-py.py │ ├── 311-01-csx.csx │ ├── 311-01-py.py │ ├── 312-01-py.py │ ├── 314-01-csx.csx │ └── 316-01-csx.csx ├── 13-math-for-pg │ ├── 566-01-csx.csx │ ├── 567-01-csx.csx │ ├── 568-01-csx.csx │ └── 6569-01-csx.csx ├── Arithmetics │ ├── tasks-00108.py │ └── tasks-00109.py ├── FullSearch │ ├── 01_cpp_0069.cpp │ ├── 02_cpp_0070.cpp │ ├── 03_cpp_0071.cpp │ └── README.md └── computation-complexity │ ├── 003-001.py │ ├── 003-002.py │ ├── 003-003.py │ ├── 003-004.py │ ├── 003-005.py │ ├── 004-001.py │ ├── 004-002.py │ ├── 004-003.py │ ├── 004-004.py │ └── 004-005.py ├── AtCoder ├── ABC042 │ ├── B.md │ ├── B_fs_01.fsx │ ├── B_ml_00.ml │ ├── B_ml_01.ml │ ├── B_ml_02.ml │ └── B_ml_03.ml ├── ABC043 │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_ml_00.ml │ ├── B_ml_01.ml │ ├── B_ml_02.ml │ ├── B_ml_03.ml │ ├── B_ml_04.ml │ └── B_ml_05.ml ├── ABC044 │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_ml_01.ml │ ├── B_ml_02.ml │ ├── B_ml_03.ml │ ├── B_ml_04.ml │ └── B_ml_05.ml ├── ABC045 │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ ├── B_hs_03.hs │ ├── B_ml_00.ml │ ├── B_ml_01.ml │ ├── B_ml_02.ml │ └── B_ml_03.ml ├── ABC046 │ └── B1.fsx ├── ABC047 │ ├── B1.fsx │ └── B2.hs ├── ABC048 │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ ├── B_ml_01.ml │ ├── B_ml_02.ml │ ├── B_ml_03.ml │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ └── C_rs_01.rs ├── ABC049 │ ├── B1.fsx │ ├── B2.fsx │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_fs_01.fsx │ ├── C_fs_02.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── C_hs_04.hs │ ├── C_ml_01.ml │ ├── C_ml_02.ml │ ├── C_ml_03.ml │ └── C_ml_04.ml ├── ABC050 │ ├── B1.fsx │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_rs_01.rs │ └── C_rs_02.rs ├── ABC051 │ ├── B01.fsx │ ├── B02.hs │ ├── B03.hs │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ └── C_ml_01.ml ├── ABC052 │ └── B1.fsx ├── ABC053 │ └── B1.fsx ├── ABC054 │ ├── B.md │ ├── B_fs_00_00.fsx │ ├── B_fs_00_01.fsx │ ├── B_fs_01.fsx │ ├── B_fs_02.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ ├── B_hs_03.hs │ ├── B_hs_04.hs │ ├── B_hs_05.hs │ ├── B_ml_01.ml │ └── B_ml_02.ml ├── ABC055 │ └── B1.fsx ├── ABC057 │ ├── B1.fsx │ ├── B_lisp_01.lisp │ ├── C.md │ ├── C_cp_01.cpp │ ├── C_fs_00_00.fsx │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_fs_00_03.fsx │ ├── C_fs_00_04.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_ml_01.ml │ └── C_ml_02.ml ├── ABC058 │ ├── B1.fsx │ ├── B2.fsx │ ├── B3.fsx │ └── B_lisp_01.lisp ├── ABC059 │ ├── B1.fsx │ ├── B2.fsx │ └── B_lisp_01.lisp ├── ABC060 │ └── B1.fsx ├── ABC061 │ ├── B1.fsx │ ├── C01.fsx │ ├── C02.hs │ ├── C03.hs │ ├── C04.hs │ ├── C05.hs │ ├── C06.hs │ ├── C07.hs │ └── C08.hs ├── ABC062 │ └── B1.fsx ├── ABC063 │ ├── B1.fsx │ └── B2.fsx ├── ABC064 │ ├── C1.fsx │ ├── D.md │ ├── D_fs_00_01.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ ├── D_hs_05.hs │ ├── D_rs_01.rs │ └── D_rs_02.rs ├── ABC065 │ ├── B1.fsx │ ├── B2.fsx │ └── B3.fsx ├── ABC066 │ └── B1.fsx ├── ABC068 │ ├── B.fsx │ ├── B.hs │ ├── B1.fsx │ ├── B1.hs │ ├── B2.fsx │ └── B3.fsx ├── ABC070 │ ├── C1.fsx │ ├── C2.hs │ ├── C3.hs │ ├── D.md │ ├── D_fs_00_00.fsx │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_fs_00_03.fsx │ ├── D_fs_00_04.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_fs_03.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_ml_01.ml │ ├── D_rs_01.rs │ └── D_rs_02.rs ├── ABC071 │ ├── B1.fsx │ ├── B2.fsx │ ├── D.md │ ├── D_fs_00_00.fsx │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_fs_00_03.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ └── D_rs_01.rs ├── ABC073 │ ├── C1.fsx │ └── C2.fsx ├── ABC074 │ └── B.fsx ├── ABC075 │ ├── B1.fsx │ ├── C.md │ ├── C_c_01.c │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_fs_01.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── C_ml_01.ml │ └── C_py_01.py ├── ABC076 │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_fs_01.fsx │ ├── C_hs_01.hs │ ├── C_hs_01_conv.hs │ ├── C_hs_02.hs │ ├── C_ml_01.ml │ ├── C_ml_02.ml │ ├── C_ml_03.ml │ ├── C_ml_04.ml │ ├── C_ml_05.ml │ ├── C_ml_06.ml │ ├── C_ml_07.ml │ └── C_ml_08.ml ├── ABC079 │ ├── B1.fsx │ ├── B2.fsx │ ├── B3.fsx │ ├── C1.fsx │ ├── C2.fsx │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ └── D_rs_01.rs ├── ABC080 │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_fs_00_03.fsx │ ├── C_fs_00_04.fsx │ ├── C_fs_01.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── C_hs_04.hs │ └── C_rs_01.rs ├── ABC081 │ ├── A.fsx │ ├── A.py │ ├── B.fsx │ ├── B.py │ └── B1.fsx ├── ABC082 │ └── B1.fsx ├── ABC083 │ ├── A.fsx │ └── B.fsx ├── ABC084 │ ├── B1.fsx │ ├── B2.fsx │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_fs_01.fsx │ ├── C_fs_02.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── C_hs_04.hs │ ├── C_hs_05.hs │ ├── C_ml_01.ml │ ├── C_ml_02.ml │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ └── D_rs_01.rs ├── ABC085 │ ├── B.fsx │ ├── C.fsx │ ├── C2.fsx │ ├── C3.fsx │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ ├── D_hs_05.hs │ ├── D_rs_01.rs │ └── D_rs_02.rs ├── ABC086 │ ├── A.cpp │ ├── A.fsx │ ├── A.py │ ├── B.fsx │ ├── B1.fsx │ ├── B2.fsx │ ├── C.fsx │ └── C.py ├── ABC087 │ └── B.fsx ├── ABC088 │ ├── B.fsx │ ├── B1.fsx │ ├── B2.fsx │ ├── B3.fsx │ ├── C1.fsx │ ├── C2.fsx │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ ├── D_hs_05.hs │ └── D_rs_01.rs ├── ABC089 │ ├── C1.fsx │ ├── C2.hs │ ├── C3.hs │ └── C4.hs ├── ABC090 │ ├── B1.fsx │ └── B2.fsx ├── ABC091 │ └── B1.fsx ├── ABC092 │ └── B1.fsx ├── ABC093 │ └── B1.fsx ├── ABC096 │ ├── B1.fsx │ ├── B2.fsx │ └── B_lisp_01.lisp ├── ABC097 │ ├── B1.fsx │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_fs_01.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ └── C_rs_01.rs ├── ABC098 │ └── B1.fsx ├── ABC099 │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_fs_00_03.fsx │ ├── C_fs_00_04.fsx │ ├── C_fs_00_05.fsx │ ├── C_fs_01.fsx │ ├── C_fs_02.fsx │ ├── C_fs_03.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── C_hs_04.hs │ └── C_rs_01.rs ├── ABC100 │ ├── B1.fsx │ └── C1.fsx ├── ABC102 │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_fs_01.fsx │ ├── C_fs_02.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ └── C_rs_01.rs ├── ABC103 │ ├── B1.fsx │ └── C1.fsx ├── ABC104 │ ├── B1.fsx │ ├── B2.fsx │ ├── B3.fsx │ └── B4.fsx ├── ABC105 │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_fs_01.fsx │ ├── C_fs_02.fsx │ ├── C_fs_03.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ └── C_rs_01.rs ├── ABC106 │ └── C1.fsx ├── ABC107 │ ├── B1.fsx │ ├── B2.fsx │ ├── B_lisp_01.lisp │ ├── B_lisp_02.lisp │ ├── B_lisp_03.lisp │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_fs_01.fsx │ ├── C_fs_02.fsx │ ├── C_fs_03.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── C_hs_04.hs │ ├── C_hs_05.hs │ ├── C_hs_06.hs │ ├── C_ml_01.ml │ ├── C_rs_01.rs │ ├── C_rs_02.rs │ ├── C_rs_03.rs │ └── C_rs_04.rs ├── ABC108 │ ├── B1.fsx │ └── B2.fsx ├── ABC109 │ ├── B1.fsx │ ├── C1.fsx │ ├── C1.hs │ ├── D.md │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_fs_00_03.fsx │ ├── D_hs_01.hs │ └── D_rs_01.rs ├── ABC110 │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_fs_01.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── C_ml_01.ml │ └── C_ml_02.ml ├── ABC112 │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_fs_01.fsx │ ├── C_fs_02.fsx │ ├── C_hs_01.hs │ ├── C_rs_01.rs │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ ├── D_rs_01.rs │ ├── D_rs_02.rs │ └── D_rs_03.rs ├── ABC113 │ ├── B_fs_00.fsx │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_fs_01.fsx │ ├── C_fs_02.fsx │ ├── C_fs_03.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── C_hs_04.hs │ ├── C_hs_05.hs │ ├── C_hs_06.hs │ ├── C_hs_07.hs │ ├── C_ml_01.ml │ ├── C_ml_02.ml │ ├── C_ml_03.ml │ ├── C_ml_04.ml │ └── C_ml_05.ml ├── ABC114 │ ├── B1.fsx │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_fs_01.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── C_hs_04.hs │ └── C_rs_01.rs ├── ABC115 │ ├── C1.fsx │ ├── D.md │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ ├── D_hs_05.hs │ ├── D_hs_06.hs │ └── D_rs_01.rs ├── ABC116 │ ├── C1.fsx │ ├── C1.hs │ ├── C2.fsx │ ├── C2.hs │ ├── C3.hs │ └── C4.hs ├── ABC117 │ ├── C1.fsx │ └── C1.hs ├── ABC118 │ ├── B1.fsx │ ├── C1.fsx │ ├── C2.hs │ ├── C3.hs │ └── C4.hs ├── ABC120 │ └── C1.fsx ├── ABC121 │ ├── B.fsx │ ├── B1.fsx │ ├── B2.fsx │ ├── B3.fsx │ ├── B4.fsx │ ├── C1.fsx │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_hs_01.hs │ └── D_rs_01.rs ├── ABC122 │ ├── C01.fsx │ ├── C02.hs │ └── C03.hs ├── ABC123 │ ├── B1.fsx │ ├── B2.fsx │ ├── C1.fsx │ ├── C2.hs │ └── C3.hs ├── ABC124 │ ├── C1.fsx │ ├── C2.fsx │ ├── C3.fsx │ ├── C4.fsx │ ├── D.md │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_ml_01.ml │ ├── D_py_01.py │ └── D_rs_01.rs ├── ABC125 │ ├── D.md │ ├── D_fs_00.fs │ ├── D_fs_00.fsi │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ ├── D_hs_05.hs │ ├── D_hs_06.hs │ ├── D_ml_01.ml │ ├── D_ml_02.ml │ ├── D_ml_03.ml │ └── D_ml_04.ml ├── ABC126 │ ├── C1.fsx │ ├── D.md │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_fs_00_03.fsx │ ├── D_fs_00_04.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_rs_01.rs │ └── D_rs_02.rs ├── ABC127 │ ├── C1.fsx │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ ├── D_hs_05.hs │ ├── D_hs_06.hs │ ├── D_ml_01.ml │ └── D_ml_02.ml ├── ABC128 │ ├── B1.fsx │ ├── B2.fsx │ ├── C01.fsx │ ├── C02.hs │ ├── C03.hs │ └── C04.hs ├── ABC129 │ ├── C_fs_00.fsx │ ├── C_fs_01.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── D.md │ ├── D_c_01.c │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_rs_01.rs │ ├── D_rs_02.rs │ └── D_rs_03.rs ├── ABC130 │ ├── C1.fsx │ ├── C2.hs │ ├── C3.hs │ ├── D.md │ ├── D_fs_00_00.fsx │ ├── D_fs_00_01.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_fs_03.fsx │ ├── D_fs_04.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ ├── D_ml_01.ml │ ├── D_ml_02.ml │ └── D_ml_03.ml ├── ABC131 │ ├── C1.fsx │ ├── C2.fsx │ ├── D1.fsx │ ├── D2.hs │ ├── D3.hs │ └── D4.hs ├── ABC132 │ ├── C.fsx │ ├── C1.fsx │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ └── D_hs_03.hs ├── ABC133 │ ├── B1.fsx │ ├── C1.fsx │ ├── C2.fsx │ ├── C3.hs │ ├── D.md │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_fs_03.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ └── D_rs_01.rs ├── ABC134 │ ├── C1.fsx │ ├── C2.fsx │ ├── D.md │ ├── D_fs_00_00.fsx │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_ml_01.ml │ ├── D_ml_02.ml │ ├── D_ml_03.ml │ └── D_rs_01.rs ├── ABC135 │ └── C1.fsx ├── ABC136 │ ├── C1.fsx │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ ├── D_ml_01.ml │ ├── D_ml_02.ml │ └── D_ml_03.ml ├── ABC137 │ ├── C1.fsx │ ├── C2.hs │ └── C3.hs ├── ABC138 │ ├── C.fsx │ ├── D.md │ ├── D_fs_00_00.fsx │ ├── D_fs_00_01.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_fs_03.fsx │ ├── D_hs_00.hs │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_ml_01.ml │ ├── D_ml_02.ml │ ├── D_ml_03.ml │ └── D_ml_04.ml ├── ABC139 │ ├── B0.md │ ├── B_fs_00.fsx │ ├── B_fs_01.fsx │ ├── B_fs_02.fsx │ ├── B_hs_01.hs │ ├── B_js_01.js │ ├── B_lisp_01.lisp │ ├── B_ml_01.ml │ ├── B_ml_02.ml │ ├── B_ml_03.ml │ ├── C1.fsx │ ├── C2.fsx │ ├── C_lisp_01.lisp │ └── D1.fsx ├── ABC140 │ ├── C1.fsx │ ├── C_lisp_01.lisp │ ├── D.md │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ └── D_rs_01.rs ├── ABC141 │ ├── C1.fsx │ ├── C2.fsx │ ├── D.md │ ├── D_fs_00_00.fsx │ ├── D_fs_00_01.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ ├── D_hs_05.hs │ ├── D_ml_01.ml │ └── D_ml_02.ml ├── ABC142 │ ├── C.fsx │ ├── C_lisp_01.lisp │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_fs_03.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_ml_01.ml │ ├── D_ml_02.ml │ └── D_ml_03.ml ├── ABC143 │ ├── D01.fsx │ ├── D02.fsx │ ├── D03.fsx │ ├── D04.hs │ ├── D05.hs │ ├── D06.hs │ ├── D07.hs │ └── D08.hs ├── ABC144 │ ├── C1.fsx │ ├── D01.fsx │ ├── D02.hs │ ├── D03.hs │ └── D04.hs ├── ABC145 │ ├── C1.fsx │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_rs_01.rs │ └── D_rs_02.rs ├── ABC146 │ ├── C01.fsx │ ├── C02.fsx │ ├── C03.hs │ ├── C04.hs │ ├── C05.hs │ ├── D.md │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_fs_00_03.fsx │ ├── D_fs_01.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ └── D_rs_01.rs ├── ABC147 │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_fs_00_03.fsx │ ├── C_fs_01.fsx │ ├── C_fs_02.fsx │ ├── C_fs_03.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── C_hs_04.hs │ ├── C_rs_01.rs │ ├── C_rs_02.rs │ ├── D.md │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_rs_01.rs │ └── D_rs_02.rs ├── ABC148 │ ├── D1.fsx │ ├── D_lisp_01.lisp │ ├── E.md │ ├── E_fs_00.fsx │ ├── E_fs_01.fsx │ ├── E_fs_02.fsx │ ├── E_hs_01.hs │ ├── E_hs_02.hs │ ├── E_hs_03.hs │ ├── E_ml_01.ml │ ├── E_ml_02.ml │ └── E_ml_03.ml ├── ABC149 │ ├── C.fsx │ ├── C2.fsx │ ├── C3.fsx │ ├── C4.fsx │ ├── C5.fsx │ ├── C6.fsx │ ├── C7.fsx │ ├── C8.fsx │ ├── D1.fsx │ └── D2.hs ├── ABC150 │ ├── C1.fsx │ └── C2.fsx ├── ABC151 │ ├── C1.fsx │ ├── C2.fsx │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_ml_01.ml │ └── D_rs_01.rs ├── ABC152 │ ├── C1.fsx │ ├── D.md │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_rs_01.rs │ └── D_rs_02.rs ├── ABC153 │ ├── D1.fsx │ ├── D2.fsx │ ├── E.md │ ├── E_fs_00_01.fsx │ ├── E_fs_00_02.fsx │ ├── E_fs_01.fsx │ ├── E_hs_01.hs │ ├── E_hs_02.hs │ └── E_rs_01.rs ├── ABC154 │ └── D1.fsx ├── ABC155 │ └── C1.fsx ├── ABC156 │ ├── C0.md │ ├── C_fs_01.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_js_01.js │ ├── C_lisp_01.lisp │ ├── C_ml_01.ml │ ├── C_ml_02.ml │ ├── C_ml_03.ml │ ├── C_ml_04.ml │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ └── D_rs_01.rs ├── ABC157 │ ├── B.fsx │ ├── C1.fsx │ ├── D.md │ ├── D_c_01.c │ ├── D_fs_00_00.fsx │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_hs_01.hs │ ├── D_ml_01.ml │ └── D_rs_01.rs ├── ABC158 │ ├── B1.fsx │ ├── C1.fsx │ ├── C2.fsx │ ├── D1.fsx │ ├── D2.hs │ ├── D3.hs │ └── D4.hs ├── ABC159 │ └── D1.fsx ├── ABC160 │ ├── C.fsx │ ├── C.hs │ ├── C1.fsx │ ├── C_lisp_01.lisp │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_fs_03.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_ml_01.ml │ ├── D_ml_02.ml │ ├── E.md │ ├── E_fs_00.fsx │ ├── E_hs_01.hs │ ├── E_hs_02.hs │ ├── E_hs_03.hs │ └── E_rs_04.rs ├── ABC161 │ ├── C.fsx │ ├── C1.fsx │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ ├── D_hs_05.hs │ ├── D_hs_06.hs │ ├── D_rs_01.rs │ └── D_rs_02.rs ├── ABC169 │ ├── A.fsx │ ├── B.fsx │ ├── C.fsx │ ├── D.fsx │ ├── D1.fsx │ ├── D2-1.fsx │ ├── D2.fsx │ ├── E.fsx │ ├── E1.fsx │ ├── F.cpp │ ├── F.fsx │ ├── F.hs │ ├── F1.hs │ ├── F1.txt │ ├── F2.txt │ ├── F3.txt │ └── Fcpp.sh ├── ABC170 │ ├── A.fsx │ ├── B.fsx │ └── C.fsx ├── ABC171 │ ├── A.fsx │ ├── B.fsx │ ├── C.fsx │ ├── C.hs │ └── C1.fsx ├── ABC172 │ ├── A.fsx │ ├── B.fsx │ ├── C.fsx │ ├── C1.fsx │ ├── CSample1.txt │ ├── CSample2.txt │ └── CSample3.txt ├── ABC173 │ ├── A.fsx │ └── B.fsx ├── ABC285 │ ├── A.md │ ├── A_fs_00.fsx │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_fs_01.fsx │ ├── C.md │ └── C_fs_00.fsx ├── AGC002 │ ├── A1.fsx │ ├── B01.fsx │ └── B02.hs ├── AGC003 │ ├── A1.fsx │ ├── A2.fsx │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_fs_01.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ ├── B_hs_03.hs │ └── B_rs_01.rs ├── AGC004 │ └── A1.fsx ├── AGC005 │ ├── A.md │ ├── A_fs_00.fsx │ ├── A_fs_01.fsx │ ├── A_hs_01.hs │ ├── A_hs_02.hs │ ├── A_hs_03.hs │ ├── A_hs_04.hs │ ├── A_rs_01.rs │ └── A_rs_02.rs ├── AGC006 │ └── A1.fsx ├── AGC007 │ ├── A1.fsx │ ├── A2.fsx │ ├── A3.hs │ └── A4.hs ├── AGC008 │ ├── A1.fsx │ ├── A2.hs │ ├── A3.hs │ ├── A4.hs │ └── A5.hs ├── AGC009 │ ├── A1.fsx │ ├── A2.hs │ └── A3.hs ├── AGC011 │ ├── A1.fsx │ ├── A2.hs │ ├── A3.hs │ ├── A4.hs │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_fs_01.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ ├── B_hs_03.hs │ ├── B_hs_04.hs │ ├── B_hs_05.hs │ └── B_rs_01.rs ├── AGC012 │ └── A1.fsx ├── AGC013 │ └── A1.fsx ├── AGC014 │ ├── A.fsx │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ ├── B_ml_01.ml │ └── B_rs_01.rs ├── AGC015 │ ├── A1.fsx │ ├── B1.fsx │ ├── B1.hs │ ├── B2.hs │ ├── B3.hs │ └── B4.hs ├── AGC016 │ ├── A1.fsx │ ├── A1.hs │ ├── A2.hs │ └── A3.hs ├── AGC017 │ ├── A1.fsx │ ├── A2.fsx │ ├── A3.hs │ ├── A4.hs │ └── A5.hs ├── AGC018 │ ├── A.md │ ├── A_fs_00.fsx │ ├── A_hs_01.hs │ ├── A_hs_02.hs │ ├── A_hs_03.hs │ └── A_rs_01.rs ├── AGC019 │ └── A1.fsx ├── AGC021 │ ├── A1.fsx │ └── A2.fsx ├── AGC022 │ ├── A01.fsx │ ├── A02.hs │ ├── A03.hs │ ├── A04.hs │ └── A05.hs ├── AGC023 │ ├── A.md │ ├── A_fs_00_01.fsx │ ├── A_fs_00_02.fsx │ ├── A_fs_01.fsx │ ├── A_hs_01.hs │ ├── A_hs_02.hs │ └── A_rs_01.rs ├── AGC024 │ └── A1.fsx ├── AGC027 │ ├── A1.fsx │ └── A2.fsx ├── AGC028 │ ├── A1.fsx │ ├── A2.fsx │ ├── A3.hs │ ├── A4.hs │ └── A5.hs ├── AGC029 │ ├── A1.fsx │ └── A2.fsx ├── AGC031 │ ├── A01.fsx │ ├── A02.hs │ ├── A03.hs │ └── A04.hs ├── AGC032 │ ├── A01.fsx │ ├── A02.hs │ ├── A03.hs │ ├── A04.hs │ ├── A05.hs │ └── A06.hs ├── AGC033 │ ├── A.md │ ├── A_fs_00_01.fsx │ ├── A_fs_00_02.fsx │ ├── A_fs_01.fsx │ ├── A_hs_01.hs │ ├── A_ml_01.ml │ └── A_rs_01.rs ├── AGC034 │ ├── A1.fsx │ ├── A2.hs │ ├── A3.hs │ ├── A4.hs │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ ├── B_rs_01.rs │ └── B_rs_02.rs ├── AGC035 │ ├── A01.fsx │ ├── A02.hs │ └── A03.hs ├── AGC036 │ ├── A.md │ ├── A_fs_00.fsx │ ├── A_hs_01.hs │ └── A_rs_01.rs ├── AGC037 │ ├── A1.fsx │ └── A2.fsx ├── AGC039 │ ├── A01.fsx │ ├── A02.hs │ ├── A03.hs │ └── A04.hs ├── AGC040 │ └── A1.fsx ├── AGC041 │ └── A1.fsx ├── AGC043 │ ├── A.md │ ├── A_fs_00.fsx │ ├── A_hs_01.hs │ ├── A_hs_02.hs │ ├── A_hs_03.hs │ ├── A_ml_01.ml │ ├── A_ml_02.ml │ └── A_rs_01.rs ├── AGC045 │ └── B.fsx ├── AGC046 │ ├── A.fsx │ └── B.fsx ├── AGC048 │ ├── A.md │ ├── A_fs_00.fsx │ ├── A_fs_01.fsx │ ├── A_fs_02.fsx │ ├── A_hs_01.hs │ ├── A_hs_02.hs │ ├── A_rs_01.rs │ └── A_rs_02.rs ├── AISING2020 │ ├── A.fsx │ ├── B.fsx │ └── C1.fsx ├── APC001 │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ ├── B_rs_01.rs │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_hs_01.hs │ ├── C_ml_01.ml │ ├── C_ml_02.ml │ └── C_rs_01.rs ├── ARC017 │ ├── A.cpp │ └── A.fsx ├── ARC058 │ ├── A.md │ ├── A_fs_00.fsx │ ├── A_hs_01.hs │ ├── A_hs_02.hs │ └── A_rs_01.rs ├── ARC059 │ ├── A01.fsx │ ├── A02.hs │ └── A03.hs ├── ARC061 │ ├── A.md │ ├── A_fs_00.fsx │ ├── A_hs_01.hs │ ├── A_hs_02.hs │ ├── A_hs_03.hs │ ├── A_hs_04.hs │ ├── A_hs_05.hs │ ├── A_hs_06.hs │ └── A_rs_01.rs ├── ARC063 │ ├── A01.fsx │ ├── A02.fsx │ ├── A03.hs │ ├── A04.hs │ └── A05.hs ├── ARC067 │ ├── A.md │ ├── A_fs_00_01.fsx │ ├── A_fs_00_02.fsx │ ├── A_fs_00_03.fsx │ ├── A_hs_01.hs │ ├── A_hs_02.hs │ ├── A_hs_03.hs │ ├── A_hs_04.hs │ ├── A_hs_05.hs │ ├── A_ml_01.ml │ ├── A_rs_01.rs │ ├── A_rs_02.rs │ ├── A_rs_03.rs │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ └── B_rs_01.rs ├── ARC068 │ ├── A01.fsx │ ├── A02.hs │ ├── A03.hs │ ├── A04.hs │ ├── A05.hs │ ├── A_fs_00.fsx │ └── B.md ├── ARC069 │ ├── A1.fsx │ └── A1.hs ├── ARC070 │ ├── A1.fsx │ ├── A1.hs │ ├── A2.fsx │ ├── A2.hs │ └── A3.hs ├── ARC071 │ ├── A1.fsx │ ├── A2.fsx │ ├── A3.hs │ ├── A4.hs │ └── A5.hs ├── ARC073 │ └── A1.fsx ├── ARC075 │ └── A1.fsx ├── ARC076 │ ├── A01.fsx │ ├── A02.hs │ └── A03.hs ├── ARC077 │ ├── A1.fsx │ ├── A1.hs │ ├── A2.hs │ ├── A3.hs │ ├── A4.hs │ └── A5.hs ├── ARC078 │ ├── A1.fsx │ ├── A2.hs │ ├── A3.hs │ ├── A4.hs │ └── A5.hs ├── ARC079 │ ├── A1.fsx │ ├── A2.hs │ ├── A3.hs │ ├── A4.hs │ └── A5.hs ├── ARC080 │ ├── A1.fsx │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_hs_01.hs │ ├── D_ml_01.ml │ └── D_ml_02.ml ├── ARC081 │ ├── A1.fsx │ └── A2.hs ├── ARC082 │ ├── A1.fsx │ ├── A_lips_01.lisp │ ├── B1.fsx │ ├── B2.fsx │ ├── B3.hs │ ├── B4.hs │ ├── B5.hs │ ├── B6.hs │ └── B7.hs ├── ARC084 │ ├── A.md │ ├── A_c_01.c │ ├── A_c_02.c │ ├── A_fs_00_01.fsx │ ├── A_fs_00_02.fsx │ ├── A_fs_01.fsx │ ├── A_fs_02.fsx │ ├── A_hs_01.hs │ ├── A_rs_01.rs │ └── A_rs_02.rs ├── ARC085 │ └── A01.fsx ├── ARC086 │ └── A1.fsx ├── ARC087 │ ├── A1.fsx │ ├── A2.hs │ ├── A3.hs │ └── A4.hs ├── ARC088 │ ├── A1.fsx │ └── A2.fsx ├── ARC090 │ └── A1.fsx ├── ARC091 │ ├── A1.fsx │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_fs_01.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ └── B_rs_01.rs ├── ARC093 │ ├── A1.fsx │ ├── A2.hs │ └── A3.hs ├── ARC094 │ └── A1.fsx ├── ARC095 │ ├── A1.fsx │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_fs_01.fsx │ ├── B_fs_02.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ ├── B_hs_03.hs │ ├── B_ml_01.ml │ ├── B_ml_02.ml │ └── B_ml_03.ml ├── ARC096 │ └── A1.fsx ├── ARC098 │ ├── A01.fsx │ ├── A02.hs │ ├── A03.hs │ ├── A04.hs │ ├── A05.hs │ └── A06.hs ├── ARC099 │ └── A1.fsx ├── ARC102 │ ├── A.md │ ├── A_fs_00_01.fsx │ ├── A_fs_00_02.fsx │ ├── A_hs_01.hs │ ├── A_hs_02.hs │ ├── A_hs_03.hs │ ├── A_rs_01.rs │ ├── A_rs_02.rs │ └── A_rs_03.rs ├── ARC103 │ ├── A01.fsx │ ├── A03.hs │ └── A04.hs ├── CADDI2018 │ ├── C01.fsx │ ├── C02.fsx │ ├── C03.hs │ ├── D.md │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ └── D_hs_01.hs ├── CODEFESTIVAL2016final │ ├── B01.fsx │ ├── B02.fsx │ └── B03.hs ├── CODEFESTIVAL2016qualA │ ├── B1.fsx │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ └── C_hs_03.hs ├── CODEFESTIVAL2016qualB │ ├── B.fsx │ ├── B1.fsx │ ├── B1.hs │ ├── B2.hs │ └── B3.hs ├── CODEFESTIVAL2016qualC │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_hs_01.hs │ └── B_ml_01.ml ├── CODEFESTIVAL2017final │ ├── B1.fsx │ ├── B1.hs │ ├── B2.hs │ ├── B3.hs │ └── B4.hs ├── CODEFESTIVAL2017qualA │ ├── B01.fsx │ ├── B02.fsx │ ├── B03.hs │ ├── B04.hs │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_fs_01.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── C_hs_04.hs │ ├── C_hs_05.hs │ ├── C_rs_01.rs │ └── C_rs_02.rs ├── CODEFESTIVAL2017qualB │ ├── B1.fsx │ ├── B1.hs │ ├── B2.fsx │ └── B2.hs ├── CODEFESTIVAL2017qualC │ ├── B1.fsx │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ └── C_rs_01.rs ├── DDCC2020 │ ├── B1.fsx │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_ml_01.ml │ ├── C_ml_02.ml │ └── C_rs_01.rs ├── DIVERTA2019-2 │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_fs_01.fsx │ ├── B_fs_02.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ └── B_rs_01.rs ├── DIVERTA2019 │ ├── B1.fsx │ ├── B2.fsx │ ├── B3.fsx │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_fs_01.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_ml_01.ml │ ├── C_ml_02.ml │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_rs_01.rs │ └── D_rs_02.rs ├── DP │ ├── A00.fsx │ ├── A000.md │ ├── A00_fold.fsx │ ├── A00_mrec.fsx │ ├── A00_rec.fsx │ ├── A02.fsx │ ├── A03.fsx │ ├── A04.hs │ ├── A05.hs │ ├── A06.hs │ ├── A07.hs │ ├── A08.hs │ ├── A09.hs │ ├── A10.hs │ ├── A11_mvector.hs │ ├── A12.py │ ├── A14.ml │ ├── A15.ml │ ├── A16.ml │ ├── A17.ml │ ├── B00.fsx │ ├── B000.md │ ├── B00_fold.fsx │ ├── B00_mrec_arr.fsx │ ├── B00_mrec_seq.fsx │ ├── B03.hs │ ├── B04.hs │ ├── B05.hs │ ├── B06.hs │ ├── C00.fsx │ ├── C000.md │ ├── C00_fold.fsx │ ├── C00_mrec.fsx │ ├── C00_reduce_arr.fsx │ ├── C00_reduce_tuple.fsx │ ├── C02.hs │ ├── C03.hs │ ├── C04.hs │ ├── C05.hs │ ├── C06.hs │ ├── C07.hs │ ├── C08_mrec.py │ ├── C09_marray.hs │ ├── D00.fsx │ ├── D000.md │ ├── D00_fold.fsx │ ├── D00_mrec.fsx │ ├── D00_mutable.fsx │ ├── D03.hs │ ├── D04.hs │ ├── D05.hs │ ├── D06.hs │ ├── D07.hs │ ├── D08.hs │ ├── D09.fsx │ ├── D10.py │ ├── E00.fsx │ ├── E000.md │ ├── E00_fold.fsx │ ├── E00_mrec.fsx │ ├── E00_mutable.fsx │ ├── E01.fsx │ ├── E03.hs │ ├── E04.hs │ ├── E05.hs │ ├── E06.hs │ ├── E07.hs │ ├── F000.md │ ├── F00_fold.fsx │ ├── F00_mut.fsx │ ├── F02.hs │ ├── F03.hs │ ├── F04.fsx │ ├── F05.fsx │ ├── F06.py │ ├── G000.md │ ├── G00_fold.fsx │ ├── G00_mrec.fsx │ ├── G00_mutable.fsx │ ├── G02.hs │ ├── G03.hs │ ├── G04.hs │ ├── G05.hs │ ├── G06.hs │ ├── G07.py │ ├── G08.ml │ ├── G09.ml │ ├── G10.ml │ ├── G11.hs │ ├── G12.ml │ ├── G13.hs │ ├── H00.md │ ├── H01_fold.fsx │ ├── H01_mrec.fsx │ ├── H01_mutable.fsx │ ├── H02.ml │ ├── H03.hs │ ├── H04.hs │ ├── H05.hs │ ├── H06.py │ ├── H07.py │ ├── I00.md │ ├── I01_fold.fsx │ ├── I01_mrec.fsx │ ├── I01_mut.fsx │ ├── I02.ml │ ├── I03.ml │ ├── I04.hs │ ├── I05.hs │ ├── I06.hs │ ├── I07.hs │ ├── I08.py │ ├── I09.ml │ ├── J00.md │ ├── J01_mrec.fsx │ ├── J02.ml │ ├── J03.hs │ ├── K00.md │ ├── K01_fold.fsx │ ├── K02.ml │ ├── K03.ml │ ├── K04.hs │ ├── K05.hs │ ├── K06.hs │ ├── K07.hs │ ├── K08.hs │ ├── L00.md │ ├── L01_fold.fsx │ ├── L02.ml │ ├── L03.hs │ ├── L04.hs │ ├── M00.md │ ├── M01_fold.fsx │ ├── M01_mut.fsx │ ├── M02.ml │ ├── M03.hs │ ├── N00.md │ ├── N01_fold.fsx │ ├── N01_mut.fsx │ ├── N02.ml │ ├── N03.ml │ ├── N04.hs │ ├── N05.hs │ ├── O00.md │ ├── O01_fold.fsx │ ├── O01_mut.fsx │ ├── O02.ml │ ├── O03.hs │ ├── O04.csx │ ├── O05.py │ ├── P00.md │ ├── P01_mrec_arr.fsx │ ├── P01_mrec_dict.fsx │ ├── P02.ml │ ├── P03.hs │ ├── P04.hs │ ├── P05.py │ ├── P06.py │ ├── P07.ml │ ├── Q00.md │ ├── Q01_TODO.fsx │ ├── Q02.ml │ ├── Q03.hs │ ├── Q04.py │ ├── R00.md │ ├── R01_fold.fsx │ ├── R01_mut.fsx │ ├── R02.hs │ ├── R03.py │ ├── R04.py │ ├── S00.md │ ├── S01_fold.fsx │ ├── S02_mut.fsx │ ├── S03.hs │ ├── S04.js │ ├── S05.py │ ├── S06.py │ ├── T00.md │ ├── T01_fold.fsx │ ├── T01_mut.fsx │ ├── T03.hs │ ├── T04.py │ ├── T05.py │ ├── T06.py │ ├── U00.md │ ├── U01_fold.fsx │ ├── U01_mut.fsx │ ├── U03.hs │ ├── U04.py │ ├── U05.py │ ├── U06.py │ ├── U07.py │ ├── V00.md │ ├── V01_TODO.fsx │ ├── V03.hs │ ├── V04.py │ ├── V05.py │ ├── V06.py │ ├── V07.cpp │ ├── V08.py │ ├── W00_TODO.fsx │ ├── X00.md │ ├── X01_mut.fsx │ ├── X02.py │ ├── Y01_mut.fsx │ ├── Y02.py │ ├── Z01_mut_TODO.fsx │ ├── Z02.py │ ├── Z03.rb │ └── readme.md ├── HITACHI2020 │ └── B1.fsx ├── KEYENCE2019 │ ├── B1.fsx │ ├── C01.fsx │ ├── C02.hs │ ├── C03.hs │ ├── C04.hs │ ├── C05.hs │ └── C06.hs ├── KEYENCE2020 │ ├── B.md │ ├── B_fs_00_01.fsx │ ├── B_fs_00_02.fsx │ ├── B_fs_00_03.fsx │ ├── B_fs_00_04.fsx │ ├── B_fs_01.fsx │ ├── B_fs_02.fsx │ ├── B_fs_03.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ ├── B_hs_03.hs │ ├── B_ml_01.ml │ ├── B_ml_02.ml │ ├── B_ml_03.ml │ ├── C1.fsx │ ├── C2.hs │ └── C3.hs ├── Nikkei2019-2Qual │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_fs_01.fsx │ ├── B_fs_02.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ ├── B_ml_01.ml │ └── B_ml_02.ml ├── Nikkei2019-Qual │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_hs_01.hs │ └── C_rs_01.rs ├── PANASONIC2020 │ ├── B.fsx │ ├── C1.fsx │ ├── C2.hs │ ├── D.md │ ├── D_fs_00_01.fsx │ ├── D_fs_00_02.fsx │ ├── D_fs_00_03.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_rs_01.rs │ └── D_rs_02.rs ├── Practice1A │ ├── A.cpp │ └── A.fsx ├── SC2019qualB │ ├── B.md │ ├── B_fs_00.fsx │ ├── B_fs_01.fsx │ ├── B_hs_01.hs │ ├── B_hs_02.hs │ ├── B_hs_03.hs │ ├── B_hs_04.hs │ ├── B_ml_01.ml │ └── B_ml_02.ml ├── SUMITRUST2019 │ ├── B.fsx │ ├── C1.fsx │ ├── D.md │ ├── D_fs_00.fsx │ ├── D_fs_01.fsx │ ├── D_fs_02.fsx │ ├── D_hs_01.hs │ ├── D_hs_02.hs │ ├── D_hs_03.hs │ ├── D_hs_04.hs │ ├── D_ml_01.ml │ ├── D_ml_02.ml │ ├── D_ml_03.ml │ ├── E.md │ ├── E_fs_00.fsx │ ├── E_hs_01.hs │ ├── E_hs_02.hs │ ├── E_hs_03.hs │ └── E_rs_01.rs ├── TENKA1-2017 │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_fs_01.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ └── C_rs_01.rs ├── TENKA1-2018 │ ├── C.md │ ├── C_fs_00_01.fsx │ ├── C_fs_00_02.fsx │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ ├── C_hs_03.hs │ ├── C_py_00.py │ ├── C_py_01.py │ ├── C_py_02.py │ ├── C_py_03.py │ └── C_rs_01.rs ├── TENKA1-2019 │ ├── C.md │ ├── C_fs_00.fsx │ ├── C_fs_01.fsx │ ├── C_hs_00.hs │ ├── C_hs_01.hs │ ├── C_hs_02.hs │ └── C_rs_01.rs ├── TOKIOMARINE202006 │ └── A.fsx ├── YAHOOPROCON2019 │ ├── C1.fsx │ └── C1.hs ├── readme.md └── tessoku-book │ ├── A01 │ ├── A01.md │ ├── A01_fs_01.fsx │ └── A01_rs_00_01.rs │ ├── A02 │ ├── A02.md │ ├── A02_fs_00_01.fsx │ ├── A02_fs_00_02.fsx │ ├── A02_rs_00_01.rs │ └── A02_rs_01.rs │ ├── A03 │ ├── A03.md │ ├── A03_fs_00_01.fsx │ ├── A03_fs_00_02.fsx │ ├── A03_hs_01.hs │ ├── A03_rs_00_01.rs │ └── A03_rs_01.rs │ ├── A04 │ ├── A04.md │ ├── A04_fs_00_01.fsx │ ├── A04_fs_00_02.fsx │ ├── A04_rs_00_01.rs │ └── A04_rs_01.rs │ ├── A05 │ ├── A05.md │ ├── A05_fs_00_01.fsx │ ├── A05_fs_00_02.fsx │ ├── A05_hs_01.hs │ ├── A05_hs_02.hs │ ├── A05_rs_00_01.rs │ ├── A05_rs_00_02.rs │ └── A05_rs_01.rs │ ├── A06 │ ├── A06.md │ ├── A06_fs_00_01.fsx │ ├── A06_hs_01.hs │ ├── A06_hs_02.hs │ ├── A06_rs_00_01.rs │ └── A06_rs_01.rs │ ├── A07 │ ├── A07.md │ ├── A07_fs_00_01.fsx │ ├── A07_fs_00_02.fsx │ ├── A07_hs_01.hs │ ├── A07_rs_00_01.rs │ ├── A07_rs_00_02.rs │ ├── A07_rs_01.rs │ └── A07_rs_02.rs │ ├── A08 │ ├── A08.md │ ├── A08_fs_00_01.fsx │ ├── A08_fs_00_02.fsx │ ├── A08_hs_01.hs │ ├── A08_hs_02.hs │ ├── A08_rs_00_01.rs │ ├── A08_rs_00_02.rs │ └── A08_rs_01.rs │ ├── A09 │ ├── A09.md │ ├── A09_fs_00_01.fsx │ ├── A09_hs_01.hs │ ├── A09_hs_02.hs │ ├── A09_hs_03.hs │ ├── A09_rs_00_01.rs │ └── A09_rs_01.rs │ ├── A10 │ ├── A10.md │ ├── A10_fs_00_01.fsx │ ├── A10_hs_01.hs │ ├── A10_hs_02.hs │ ├── A10_rs_00_01.rs │ ├── A10_rs_01.rs │ ├── A10_rs_02.rs │ └── A10_rs_03.rs │ ├── A11 │ ├── A11.md │ ├── A11_fs_00_01.fsx │ ├── A11_hs_01.hs │ ├── A11_hs_02.hs │ ├── A11_hs_03.hs │ ├── A11_rs_00_01.rs │ ├── A11_rs_01.rs │ └── A11_rs_02.rs │ ├── A12 │ ├── A12.md │ ├── A12_fs_00_01.fsx │ ├── A12_hs_01.hs │ ├── A12_hs_02.hs │ ├── A12_hs_03.hs │ ├── A12_rs_00_01.rs │ ├── A12_rs_01.rs │ └── A12_rs_02.rs │ ├── A13 │ ├── A13.md │ ├── A13_fs_00_01.fsx │ ├── A13_fs_00_02.fsx │ ├── A13_hs_01.hs │ ├── A13_hs_02.hs │ ├── A13_hs_03.hs │ ├── A13_hs_04.hs │ ├── A13_rs_00_01.rs │ ├── A13_rs_01.rs │ ├── A13_rs_02.rs │ ├── A13_rs_03.rs │ └── A13_rs_04.rs │ ├── A14 │ ├── A14.md │ ├── A14_fs_00_01.fsx │ ├── A14_fs_00_02.fsx │ ├── A14_fs_00_03.fsx │ ├── A14_fs_00_04.fsx │ ├── A14_hs_01.hs │ ├── A14_rs_01.rs │ ├── A14_rs_02.rs │ └── A14_rs_03.rs │ ├── A15 │ ├── A15.md │ ├── A15_cs_01.cs │ ├── A15_fs_00_01.fsx │ ├── A15_fs_00_02.fsx │ ├── A15_fs_01.fsx │ ├── A15_hs_01.hs │ ├── A15_rs_00_01.rs │ ├── A15_rs_01.rs │ └── A15_rs_02.rs │ ├── A16 │ ├── A16.md │ ├── A16_fs_00_01.fsx │ ├── A16_fs_00_02.fsx │ ├── A16_hs_01.hs │ ├── A16_rs_00_01.rs │ ├── A16_rs_01.rs │ └── A16_rs_02.rs │ ├── A17 │ ├── A17.md │ ├── A17_fs_00_01.fsx │ ├── A17_fs_00_02.fsx │ ├── A17_fs_00_03.fsx │ ├── A17_hs_01.hs │ ├── A17_rs_00_01.rs │ ├── A17_rs_01.rs │ └── A17_rs_02.rs │ ├── A18 │ ├── A18.md │ ├── A18_fs_00_01.fsx │ ├── A18_fs_00_02.fsx │ ├── A18_fs_00_03.fsx │ ├── A18_hs_01.hs │ ├── A18_rs_00_01.rs │ ├── A18_rs_01.rs │ └── A18_rs_02.rs │ ├── A19 │ ├── A19.md │ ├── A19_fs_00_01.fsx │ ├── A19_hs_01.hs │ ├── A19_hs_02.hs │ ├── A19_rs_00_01.rs │ └── A19_rs_01.rs │ ├── A20 │ ├── A20.md │ ├── A20_fs_00_01.fsx │ ├── A20_fs_00_02.fsx │ ├── A20_hs_01.hs │ ├── A20_hs_02.hs │ ├── A20_hs_03.hs │ ├── A20_hs_04.hs │ └── A20_rs_01.rs │ ├── A21 │ ├── A21.md │ ├── A21_fs_00_01.fsx │ ├── A21_fs_00_02.fsx │ ├── A21_hs_01.hs │ ├── A21_py_00_01.py │ ├── A21_py_00_02.py │ ├── A21_py_00_03.py │ ├── A21_py_01.py │ ├── A21_py_02.py │ ├── A21_py_03.py │ ├── A21_rs_01.rs │ ├── A21_rs_02.rs │ └── A21_rs_03.rs │ ├── A22 │ ├── A22.md │ ├── A22_fs_00_01.fsx │ ├── A22_hs_01.hs │ ├── A22_hs_02.hs │ ├── A22_py_00.py │ ├── A22_py_01.py │ └── A22_rs_01.rs │ ├── A23 │ ├── A23.md │ ├── A23_fs_00_01.fsx │ ├── A23_hs_01.hs │ ├── A23_py_00.py │ ├── A23_py_01.py │ └── A23_rs_01.rs │ ├── A24 │ ├── A24.md │ ├── A24_fs_00_01.fsx │ ├── A24_hs_01.hs │ ├── A24_py_00.py │ ├── A24_py_01.py │ └── A24_rs_01.rs │ ├── A25 │ ├── A25.md │ ├── A25_fs_00_01.fsx │ ├── A25_hs_01.hs │ ├── A25_hs_02.hs │ └── A25_rs_01.rs │ ├── A26 │ ├── A26.md │ ├── A26_fs_00_01.fsx │ ├── A26_hs_01.hs │ ├── A26_hs_02.hs │ └── A26_rs_01.rs │ ├── A27 │ ├── A27.md │ └── A27_fs_00_01.fsx │ ├── A28 │ ├── A28.md │ ├── A28_fs_00_01.fsx │ ├── A28_hs_01.hs │ └── A28_rs_01.rs │ ├── A29 │ ├── A29.md │ ├── A29_fs_00_01.fsx │ ├── A29_hs_01.hs │ └── A29_rs_01.rs │ ├── A30 │ ├── A30.md │ ├── A30_fs_00_01.fsx │ ├── A30_hs_01.hs │ ├── A30_hs_02.hs │ └── A30_rs_01.rs │ ├── A31 │ ├── A31.md │ ├── A31_fs_00_01.fsx │ ├── A31_hs_01.hs │ └── A31_rs_01.rs │ ├── A32 │ ├── A32.md │ ├── A32_fs_00_01.fsx │ ├── A32_fs_00_02.fsx │ ├── A32_hs_01.hs │ ├── A32_hs_02.hs │ └── A32_rs_01.rs │ ├── A33 │ ├── A33.md │ ├── A33_fs_00_01.fsx │ ├── A33_hs_01.hs │ └── A33_rs_01.rs │ ├── A34 │ ├── A34.md │ ├── A34_fs_00_01.fsx │ ├── A34_fs_00_02.fsx │ ├── A34_hs_01.hs │ └── A34_rs_01.rs │ ├── A35 │ ├── A35.md │ ├── A35_fs_00_01.fsx │ ├── A35_hs_01.hs │ ├── A35_hs_02.hs │ └── A35_rs_01.rs │ ├── A36 │ ├── A36.md │ ├── A36_fs_00_01.fsx │ ├── A36_hs_01.hs │ └── A36_rs_01.rs │ ├── A37 │ ├── A37.md │ ├── A37_fs_00_01.fsx │ ├── A37_hs_01.hs │ ├── A37_rs_01.rs │ └── A37_rs_02.rs │ ├── A38 │ ├── A38.md │ ├── A38_fs_00_01.fsx │ ├── A38_hs_01.hs │ └── A38_rs_01.rs │ ├── A39 │ ├── A39.md │ ├── A39_fs_00_01.fsx │ ├── A39_hs_01.hs │ ├── A39_hs_02.hs │ └── A39_rs_01.rs │ ├── A40 │ ├── A40.md │ ├── A40_fs_00_01.fsx │ ├── A40_hs_01.hs │ └── A40_rs_01.rs │ ├── A41 │ ├── A41.md │ ├── A41_fs_00_01.fsx │ ├── A41_hs_01.hs │ └── A41_rs_01.rs │ ├── A42 │ ├── A42.md │ ├── A42_fs_00_01.fsx │ ├── A42_hs_01.hs │ ├── A42_rs_01.rs │ └── A42_rs_02.rs │ ├── A43 │ ├── A43.md │ ├── A43_fs_00_01.fsx │ ├── A43_hs_01.hs │ └── A43_rs_01.rs │ ├── A44 │ ├── A44.md │ ├── A44_fs_00_01.fsx │ ├── A44_fs_00_02.fsx │ ├── A44_hs_01.hs │ └── A44_rs_01.rs │ ├── A45 │ ├── A45.md │ ├── A45_fs_00_01.fsx │ ├── A45_hs_01.hs │ ├── A45_hs_02.hs │ └── A45_rs_01.rs │ ├── A46 │ ├── A46.md │ ├── A46_fs_00_01.fsx │ ├── A46_fs_00_02.fsx │ ├── A46_fs_00_03.fsx │ ├── A46_ml_01.ml │ ├── A46_rs_01.rs │ ├── A46_rs_02.rs │ └── A46_rs_03.rs │ ├── A49 │ ├── A49.md │ ├── A49_fs_00_01.fsx │ └── A49_rs_01.rs │ ├── A50 │ ├── A50.md │ ├── A50_cs_01.cs │ ├── A50_fs_00_01.fsx │ ├── A50_rs_01.rs │ ├── example_01.txt │ └── example_01_out.txt │ ├── A51 │ ├── A51.md │ ├── A51_cs_01.cs │ ├── A51_fs_00_01.fsx │ ├── A51_hs_01.hs │ └── A51_rs_01.rs │ ├── A52 │ ├── A52.md │ ├── A52_cs_01.cs │ ├── A52_fs_00_01.fsx │ ├── A52_fs_00_02.fsx │ ├── A52_hs_01.hs │ └── A52_rs_01.rs │ ├── A53 │ ├── A53.md │ ├── A53_cs_01.cs │ ├── A53_fs_00_01.fsx │ ├── A53_fs_00_02.fsx │ ├── A53_hs_01.hs │ ├── A53_rs_01.rs │ └── A53_rs_02.rs │ ├── A54 │ ├── A54.md │ ├── A54_cs_01.cs │ ├── A54_fs_00_01.fsx │ ├── A54_hs_01.hs │ └── A54_rs_01.rs │ ├── A55 │ ├── A55.md │ ├── A55_cs_00_01.cs │ ├── A55_cs_01.cs │ ├── A55_fs_00_01.fsx │ ├── A55_fs_00_02.fsx │ ├── A55_hs_01.hs │ └── A55_rs_01.rs │ ├── A56 │ ├── A56.md │ ├── A56_cs_01.cs │ ├── A56_cs_02.cs │ ├── A56_fs_00_01.fsx │ ├── A56_hs_01.hs │ └── A56_rs_01.rs │ ├── A57 │ ├── A57.md │ ├── A57_cs_01.cs │ ├── A57_fs_00_01.fsx │ ├── A57_hs_01.hs │ └── A57_rs_01.rs │ ├── A58 │ ├── A58.md │ ├── A58_cs_01.cs │ ├── A58_fs_00_01.fsx │ ├── A58_hs_01.hs │ └── A58_rs_01.rs │ ├── A59 │ ├── A59.md │ ├── A59_cs_01.cs │ ├── A59_fs_00_01.fsx │ ├── A59_hs_01.hs │ └── A59_rs_01.rs │ ├── A60 │ ├── A60.md │ ├── A60_cs_01.cs │ ├── A60_fs_00_01.fsx │ ├── A60_hs_01.hs │ ├── A60_rs_01.rs │ └── A60_rs_02.rs │ ├── A61 │ ├── A61.md │ ├── A61_cs_01.cs │ ├── A61_fs_00_01.fsx │ ├── A61_hs_01.hs │ └── A61_rs_01.rs │ ├── A62 │ ├── A62.md │ ├── A62_cs_01.cs │ ├── A62_fs_00_01.fsx │ ├── A62_hs_01.hs │ └── A62_rs_01.rs │ ├── A63 │ ├── A63.md │ ├── A63_cs_01.cs │ ├── A63_fs_00_01.fsx │ ├── A63_fs_00_02.fsx │ ├── A63_hs_01.hs │ ├── A63_hs_02.hs │ └── A63_rs_01.rs │ ├── A64 │ ├── A64.md │ ├── A64_cs_01.cs │ ├── A64_fs_00_01.fsx │ ├── A64_hs_01.hs │ └── A64_rs_01.rs │ ├── A65 │ ├── A65.md │ ├── A65_cs_01.cs │ ├── A65_fs_00_01.fsx │ ├── A65_fs_00_02.fsx │ ├── A65_hs_01.hs │ ├── A65_py_01.py │ ├── A65_rs_01.rs │ └── A65_rs_02.rs │ ├── A66 │ ├── A66.md │ ├── A66_cs_01.cs │ ├── A66_fs_00_01.fsx │ ├── A66_hs_01.hs │ └── A66_rs_01.rs │ ├── A67 │ ├── A67.md │ ├── A67_cs_01.cs │ ├── A67_fs_00_01.fsx │ ├── A67_hs_01.hs │ └── A67_rs_01.rs │ ├── A68 │ ├── A68.md │ ├── A68_cs_01.cs │ ├── A68_fs_00_01.fsx │ ├── A68_fs_00_02.fsx │ ├── A68_hs_01.hs │ ├── A68_py_00_01.py │ ├── A68_py_00_02.py │ ├── A68_py_01.py │ └── A68_rs_01.rs │ ├── A69 │ ├── A69.md │ ├── A69_cs_01.cs │ ├── A69_fs_00_01.fsx │ ├── A69_fs_00_02.fsx │ ├── A69_hs_01.hs │ ├── A69_py_00.py │ ├── A69_py_01.py │ └── A69_rs_01.rs │ ├── A70 │ ├── A70.md │ ├── A70_cs_01.cs │ ├── A70_fs_00_01.fsx │ ├── A70_fs_00_02.fsx │ ├── A70_hs_01.hs │ ├── A70_py_00.py │ ├── A70_py_01.py │ └── A70_rs_01.rs │ ├── A71 │ ├── A71.md │ ├── A71_cs_01.cs │ ├── A71_fs_00_01.fsx │ ├── A71_hs_01.hs │ └── A71_rs_01.rs │ ├── A72 │ ├── A72.md │ ├── A72_cs_01.cs │ ├── A72_fs_00_01.fsx │ ├── A72_hs_01.hs │ └── A72_rs_01.rs │ ├── A73 │ ├── A73.md │ ├── A73_cs_01.cs │ ├── A73_fs_00_01.fsx │ ├── A73_fs_00_02.fsx │ ├── A73_fs_00_03.fsx │ ├── A73_hs_01.hs │ └── A73_rs_01.rs │ ├── A74 │ ├── A74.md │ ├── A74_cs_01.cs │ ├── A74_fs_00_01.fsx │ └── A74_rs_01.rs │ ├── A75 │ ├── A75.md │ ├── A75_cs_01.cs │ ├── A75_fs_00_01.fsx │ ├── A75_fs_00_02.fsx │ ├── A75_py_00_01.py │ ├── A75_py_00_02.py │ ├── A75_py_01.py │ ├── A75_py_02.py │ └── A75_rs_01.rs │ ├── A76 │ ├── A76.md │ ├── A76_cs_01.cs │ ├── A76_fs_00_01.fsx │ ├── A76_hs_01.hs │ ├── A76_rs_01.rs │ └── A76_rs_02.rs │ ├── A77 │ ├── A77.md │ ├── A77_cs_01.cs │ ├── A77_fs_00_01.fsx │ ├── A77_hs_01.hs │ └── A77_rs_01.rs │ ├── B01 │ ├── B01.md │ ├── B01_cs_01.cs │ ├── B01_fs_00.fsx │ ├── B01_hs_01.hs │ └── B01_rs_01.rs │ ├── B02 │ ├── B02.md │ ├── B02_cs_01.cs │ ├── B02_fs_00.fsx │ ├── B02_hs_01.hs │ └── B02_rs_01.rs │ ├── B03 │ ├── B03.md │ ├── B03_cs_01.cs │ ├── B03_fs_00.fsx │ ├── B03_hs_01.hs │ └── B03_rs_01.rs │ ├── B04 │ ├── B04.md │ ├── B04_cs_01.cs │ ├── B04_fs_00.fsx │ ├── B04_hs_01.hs │ └── B04_rs_01.rs │ ├── B06 │ ├── B06.md │ ├── B06_cs_01.cs │ ├── B06_fs_00_01.fsx │ ├── B06_hs_01.hs │ └── B06_rs_01.rs │ ├── B07 │ ├── B07.md │ ├── B07_cs_01.cs │ ├── B07_fs_00_01.fsx │ ├── B07_hs_01.hs │ ├── B07_hs_02.hs │ └── B07_rs_01.rs │ ├── B08 │ ├── B08.md │ ├── B08_cs_01.cs │ ├── B08_fs_00_01.fsx │ ├── B08_hs_01.hs │ └── B08_rs_01.rs │ ├── B09 │ ├── B09.md │ ├── B09_cs_01.cs │ ├── B09_fs_00_01.fsx │ ├── B09_fs_00_02.fsx │ ├── B09_fs_00_03.fsx │ ├── B09_hs_01.hs │ └── B09_rs_01.rs │ ├── B11 │ ├── B11.md │ ├── B11_cs_01.cs │ ├── B11_fs_00_01.fsx │ ├── B11_hs_01.hs │ ├── B11_hs_02.hs │ └── B11_rs_01.rs │ ├── B12 │ ├── B12.md │ ├── B12_cs_01.cs │ ├── B12_fs_00_01.fsx │ ├── B12_hs_01.hs │ └── B12_rs_01.rs │ ├── B13 │ ├── B13.md │ ├── B13_cs_01.cs │ ├── B13_fs_00_01.fsx │ ├── B13_fs_00_02.fsx │ ├── B13_hs_01.hs │ └── B13_rs_01.rs │ ├── B14 │ ├── B14.md │ ├── B14_cs_01.cs │ ├── B14_fs_00_01.fsx │ ├── B14_hs_01.hs │ └── B14_rs_01.rs │ ├── B16 │ ├── B16.md │ ├── B16_cs_01.cs │ ├── B16_fs_00_01.fsx │ ├── B16_hs_01.hs │ ├── B16_rs_01.rs │ └── B16_rs_02.rs │ ├── B17 │ ├── B17.md │ ├── B17_cs_01.cs │ ├── B17_fs_00_01.fsx │ ├── B17_fs_00_02.fsx │ ├── B17_hs_01.hs │ └── B17_rs_01.rs │ ├── B18 │ ├── B18.md │ ├── B18_cpp_01.cpp │ └── B18_fs_00_01.fsx │ ├── B19 │ ├── B19.md │ ├── B19_cpp_01.cpp │ ├── B19_cs_01.cs │ ├── B19_fs_00_01.fsx │ ├── B19_fs_00_02.fsx │ ├── B19_fs_00_03.fsx │ ├── B19_hs_01.hs │ ├── B19_rs_01.rs │ └── B19_rs_02.rs │ ├── B20 │ ├── B20.md │ ├── B20_cs_01.cs │ ├── B20_fs_00_01.fsx │ ├── B20_fs_00_02.fsx │ ├── B20_fs_00_03.fsx │ ├── B20_hs_01.hs │ ├── B20_hs_02.hs │ ├── B20_py_01.py │ ├── B20_py_02.py │ ├── B20_py_03.py │ └── B20_rs_01.rs │ ├── B21 │ ├── B21.md │ ├── B21_cs_01.cs │ ├── B21_fs_00_01.fsx │ ├── B21_hs_01.hs │ └── B21_rs_01.rs │ ├── B23 │ ├── B23.md │ ├── B23_cs_01.cs │ ├── B23_fs_00_01.fsx │ ├── B23_hs_01.hs │ ├── B23_py_01.py │ └── B23_rs_01.rs │ ├── B24 │ ├── B24.md │ ├── B24_cs_01.cs │ ├── B24_fs_00_01.fsx │ ├── B24_hs_01.hs │ ├── B24_py_00_01.py │ ├── B24_py_01.py │ └── B24_rs_01.rs │ ├── B26 │ ├── B26.md │ ├── B26_cs_01.cs │ ├── B26_fs_00_01.fsx │ ├── B26_fs_00_02.fsx │ ├── B26_fs_00_03.fsx │ ├── B26_hs_01.hs │ └── B26_rs_01.rs │ ├── B27 │ ├── B27.md │ ├── B27_cs_01.cs │ ├── B27_fs_00_01.fsx │ ├── B27_hs_01.hs │ └── B27_rs_01.rs │ ├── B28 │ ├── B28.md │ ├── B28_cs_01.cs │ ├── B28_fs_00_01.fsx │ ├── B28_fs_00_02.fsx │ ├── B28_hs_01.hs │ └── B28_rs_01.rs │ ├── B29 │ ├── B29.md │ ├── B29_cs_01.cs │ ├── B29_cs_02.cs │ ├── B29_fs_00_01.fsx │ ├── B29_fs_00_02.fsx │ ├── B29_hs_01.hs │ ├── B29_rs_01.rs │ └── B29_rs_02.rs │ ├── B30 │ ├── B30.md │ ├── B30_cs_01.cs │ ├── B30_fs_00_01.fsx │ ├── B30_hs_01.hs │ └── B30_rs_01.rs │ ├── B31 │ ├── B31.md │ ├── B31_cs_01.cs │ ├── B31_fs_00_01.fsx │ ├── B31_hs_01.hs │ └── B31_rs_01.rs │ ├── B32 │ ├── B32.md │ ├── B32_cs_01.cs │ ├── B32_fs_00_01.fsx │ ├── B32_hs_01.hs │ ├── B32_py_00_01.py │ ├── B32_py_01.py │ └── B32_rs_01.rs │ ├── B33 │ ├── B33.md │ ├── B33_cs_01.cs │ ├── B33_cs_02.cs │ ├── B33_fs_00_01.fsx │ ├── B33_hs_01.hs │ └── B33_rs_01.rs │ ├── B34 │ ├── B34.md │ ├── B34_cs_01.cs │ ├── B34_fs_00_01.fsx │ ├── B34_hs_01.hs │ ├── B34_hs_02.hs │ └── B34_rs_01.rs │ ├── B36 │ ├── B36.md │ ├── B36_cs_01.cs │ ├── B36_fs_00_01.fsx │ ├── B36_hs_01.hs │ └── B36_rs_01.rs │ ├── B37 │ ├── B37.md │ ├── B37_cs_01.cs │ ├── B37_fs_00_01.fsx │ ├── B37_hs_01.hs │ └── B37_rs_01.rs │ ├── B38 │ ├── B38.md │ ├── B38_cs_01.cs │ ├── B38_fs_00_01.fsx │ ├── B38_hs_01.hs │ └── B38_rs_01.rs │ ├── B39 │ ├── B39.md │ ├── B39_cpp_01.cpp │ ├── B39_cs_01.cs │ ├── B39_fs_00_01.fsx │ ├── B39_fs_00_02.fsx │ ├── B39_hs_01.hs │ ├── B39_hs_02.hs │ └── B39_rs_01.rs │ ├── B40 │ ├── B40.md │ ├── B40_cs_01.cs │ ├── B40_fs_00_01.fsx │ ├── B40_hs_01.hs │ └── B40_rs_01.rs │ ├── B41 │ ├── B41.md │ ├── B41_fs_00_01.fsx │ ├── B41_fs_00_02.fsx │ ├── B41_fs_00_03.fsx │ ├── B41_fs_00_04.fsx │ ├── B41_hs_01.hs │ └── B41_rs_01.rs │ ├── B42 │ ├── B42.md │ ├── B42_cs_01.cs │ ├── B42_fs_00_01.fsx │ ├── B42_hs_01.hs │ └── B42_rs_01.rs │ ├── B43 │ ├── B43.md │ ├── B43_fs_00_01.fsx │ ├── B43_hs_01.hs │ └── B43_rs_01.rs │ ├── B44 │ ├── B44.md │ ├── B44_fs_00_01.fsx │ ├── B44_hs_01.hs │ └── B44_rs_01.rs │ ├── B45 │ ├── B45.md │ ├── B45_fs_00_01.fsx │ ├── B45_hs_01.hs │ └── B45_rs_01.rs │ ├── B51 │ ├── B51.md │ ├── B51_fs_00_01.fsx │ ├── B51_hs_01.hs │ └── B51_rs_01.rs │ ├── B52 │ ├── B52.md │ ├── B52_cs_01.cs │ ├── B52_fs_00_01.fsx │ ├── B52_hs_01.hs │ └── B52_rs_01.rs │ ├── B54 │ ├── B54.md │ ├── B54_fs_00_01.fsx │ ├── B54_fs_00_02.fsx │ ├── B54_hs_01.hs │ └── B54_rs_01.rs │ ├── B55 │ ├── B55.md │ ├── B55_cs_01.cs │ ├── B55_fs_00_01.fsx │ ├── B55_hs_01.hs │ └── B55_rs_01.rs │ ├── B56 │ ├── B56.md │ ├── B56_cs_01.cs │ ├── B56_fs_00_01.fsx │ ├── B56_hs_01.hs │ ├── B56_py_00_01.py │ ├── B56_py_01.py │ └── B56_rs_01.rs │ ├── B57 │ ├── B57.md │ ├── B57_cp_01.cpp │ ├── B57_cs_01.cs │ ├── B57_fs_00_01.fsx │ ├── B57_fs_00_02.fsx │ ├── B57_hs_01.hs │ └── B57_rs_01.rs │ ├── B58 │ ├── B58.md │ ├── B58_cp_01.cpp │ ├── B58_cs_01.cs │ ├── B58_fs_00_01.fsx │ ├── B58_fs_00_02.fsx │ ├── B58_fs_00_03.fsx │ ├── B58_hs_01.hs │ ├── B58_js_01.js │ ├── B58_py_01.py │ └── B58_rs_01.rs │ ├── B59 │ ├── B59.md │ ├── B59_cs_01.cs │ ├── B59_fs_00_01.fsx │ ├── B59_hs_01.hs │ ├── B59_js_01.js │ └── B59_rs_01.rs │ ├── B61 │ ├── B61.md │ ├── B61_cs_01.cs │ ├── B61_fs_00_01.fsx │ ├── B61_hs_01.hs │ └── B61_rs_01.rs │ ├── B62 │ ├── B62.md │ ├── B62_01.rs │ ├── B62_cp_01.cpp │ ├── B62_cs_01.cs │ ├── B62_fs_00_01.fsx │ ├── B62_fs_00_02.fsx │ ├── B62_hs_01.hs │ └── B62_hs_02.hs │ ├── B63 │ ├── B63.md │ ├── B63_cp_01.cpp │ ├── B63_cs_01.cs │ ├── B63_fs_00_01.fsx │ ├── B63_hs_01.hs │ └── B63_rs_01.rs │ ├── B64 │ ├── B64.md │ ├── B64_cp_01.cpp │ ├── B64_cs_01.cs │ ├── B64_fs_00_01.fsx │ ├── B64_hs_01.hs │ ├── B64_py_01.py │ └── B64_rs_01.rs │ ├── B65 │ ├── B65.md │ ├── B65_cs_01.cs │ ├── B65_fs_00_01.fsx │ ├── B65_hs_00.hs │ ├── B65_hs_01.hs │ ├── B65_py_01.py │ ├── B65_rs_00_01.rs │ └── B65_rs_01.rs │ ├── B66 │ ├── B66.md │ ├── B66_cs_01.cs │ ├── B66_fs_00_01.fsx │ ├── B66_hs_01.hs │ ├── B66_py_00.py │ ├── B66_py_01.py │ ├── B66_rs_01.rs │ └── B66_rs_02.rs │ ├── B67 │ ├── B67.md │ ├── B67_cp_01.cpp │ ├── B67_cs_01.cs │ ├── B67_fs_00_01.fsx │ ├── B67_hs_01.hs │ ├── B67_py_01.py │ └── B67_rs_01.rs │ ├── B68 │ ├── B68.md │ ├── B68_cp_01.cpp │ ├── B68_cs_01.cs │ ├── B68_fs_00_01.fsx │ ├── B68_fs_00_02.fsx │ ├── B68_hs_01.hs │ ├── B68_py_01.py │ └── B68_rs_01.rs │ ├── B69 │ ├── B69.md │ ├── B69_cs_01.cs │ ├── B69_fs_00_01.fsx │ ├── B69_hs_01.hs │ └── B69_rs_01.rs │ ├── C01 │ ├── C01.md │ ├── C01_cs_01.cs │ ├── C01_fs_00_01.fsx │ ├── C01_hs_01.hs │ └── C01_rs_01.rs │ ├── C02 │ ├── C02.md │ ├── C02_cs_01.cs │ ├── C02_fs_00_01.fsx │ ├── C02_hs_01.hs │ └── C02_rs_01.rs │ ├── C03 │ ├── C03.md │ ├── C03_cs_01.cs │ ├── C03_fs_00_01.fsx │ ├── C03_hs_01.hs │ └── C03_rs_01.rs │ ├── C04 │ ├── C04.md │ ├── C04_cs_01.cs │ ├── C04_fs_00_01.fsx │ ├── C04_hs_01.hs │ └── C04_rs_01.rs │ ├── C05 │ ├── C05.md │ ├── C05_cs_01.cs │ ├── C05_fs_00_01.fsx │ ├── C05_hs_01.hs │ └── C05_rs_01.rs │ ├── C06 │ ├── C06.md │ ├── C06_cs_01.cs │ ├── C06_fs_00_01.fsx │ ├── C06_hs_01.hs │ └── C06_rs_01.rs │ ├── C07 │ ├── C07.md │ ├── C07_cs_01.cs │ ├── C07_fs_00_01.fsx │ ├── C07_hs_01.hs │ └── C07_rs_01.rs │ ├── C08 │ ├── C08.md │ ├── C08_cs_01.cs │ ├── C08_fs_00_01.fsx │ ├── C08_fs_00_02.fsx │ ├── C08_hs_01.hs │ ├── C08_py_00_01.py │ ├── C08_py_01.py │ ├── C08_rs_01.rs │ └── C08_rs_02.rs │ ├── C09 │ ├── C09.md │ ├── C09_cs_01.cs │ ├── C09_fs_00_01.fsx │ ├── C09_hs_01.hs │ └── C09_rs_01.rs │ ├── C10 │ ├── C10.md │ ├── C10_cs_01.cs │ ├── C10_fs_00_01.fsx │ ├── C10_hs_01.hs │ └── C10_rs_01.rs │ ├── C11 │ ├── C11.md │ ├── C11_cs_01.cs │ ├── C11_fs_00_01.fsx │ ├── C11_hs_01.hs │ ├── C11_py_00_01.py │ ├── C11_py_01.py │ └── C11_rs_01.rs │ ├── C12 │ ├── C12.md │ ├── C12_cs_01.cs │ ├── C12_fs_00_01.fsx │ ├── C12_hs_01.hs │ ├── C12_py_00_01.py │ ├── C12_py_01.py │ └── C12_rs_01.rs │ ├── C13 │ ├── C13.md │ ├── C13_cs_01.cs │ ├── C13_fs_00_01.fsx │ ├── C13_hs_01.hs │ ├── C13_py_01.py │ └── C13_rs_01.rs │ ├── C14 │ ├── C14.md │ ├── C14_cs_01.cs │ ├── C14_hs_01.hs │ ├── C14_py_01.py │ └── C14_rs_01.rs │ ├── C15 │ ├── C15.md │ ├── C15_cs_01.cs │ ├── C15_fs_00_01.fsx │ ├── C15_py_00_01.py │ ├── C15_py_01.py │ └── C15_rs_01.rs │ ├── C16 │ ├── C16.md │ ├── C16_cs_01.cs │ ├── C16_fs_00_01.fsx │ ├── C16_py_01.py │ ├── C16_py_02.py │ └── C16_rs_01.rs │ └── readme.md ├── Book-AlgorithmsAFunctionalProgrammingApproachSecondEdition ├── hsorig │ ├── AVLTree.hs │ ├── Backtracking.hs │ ├── BinTree.hs │ ├── BinomialHeap.hs │ ├── DivideAndConquer.hs │ ├── Dynamic.hs │ ├── FunctionalHeap.hs │ ├── Graph.hs │ ├── GraphAdjacencyList.hs │ ├── Heap.hs │ ├── Other.hs │ ├── PQueue.hs │ ├── PQueueList.hs │ ├── Queue.hs │ ├── QueueList.hs │ ├── S2_6_5.hs │ ├── S4_2.hs │ ├── S4_3.hs │ ├── S5_2.hs │ ├── S5_3.hs │ ├── S5_4.hs │ ├── S5_5.hs │ ├── S5_6.hs │ ├── S5_7.hs │ ├── S5_8.hs │ ├── S5_9.hs │ ├── S6_3_1.hs │ ├── S6_3_2.hs │ ├── S6_3_3.hs │ ├── S6_3_4.hs │ ├── S6_4.hs │ ├── S6_6.hs │ ├── S7_2.hs │ ├── S7_3.hs │ ├── S7_4.hs │ ├── S7_5.hs │ ├── S7_6.hs │ ├── S8_1.hs │ ├── S8_2.hs │ ├── S8_3.hs │ ├── S8_4.hs │ ├── S9_2.hs │ ├── S9_3.hs │ ├── S9_4.hs │ ├── S9_5.hs │ ├── S9_6.hs │ ├── Search.hs │ ├── Set.hs │ ├── SetBitVector.hs │ ├── SetUnOrderedListWithDuplicates.hs │ ├── SetUnOrderedListWithoutDuplicates.hs │ ├── Sort.hs │ ├── Stack.hs │ ├── StackByList.hs │ ├── StackDerivingShow.hs │ ├── Table.hs │ ├── TableArray.hs │ ├── TableFunction.hs │ ├── UnionFind.hs │ └── readme.md └── readme.md ├── Book-AlgorithmsAndDataStructuresForProgrammingContests ├── P074ALDS1_2_D-ShellSort │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P082ALDS1_3_A-Stack │ ├── code00.cpp │ ├── code00.sh │ ├── code01.cpp │ ├── code01.sh │ └── sample1.txt ├── P087ALDS1_3_B-Queue │ ├── code00.cpp │ ├── code00.sh │ ├── code01.cpp │ ├── code01.sh │ └── sample1.txt ├── P095ALDS1_3_C-DoublyLinkedList │ ├── code00.cpp │ ├── code00.sh │ ├── code01.cpp │ ├── code01.sh │ └── sample1.txt ├── P103StlSamples │ ├── list.cpp │ ├── queue.cpp │ ├── run.sh │ ├── stack.cpp │ └── vector.cpp ├── P114ALDS1_3_D │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P119ALDS1_4_A-LinearSearch │ ├── code00.cpp │ ├── code00.sh │ ├── code01.cpp │ ├── code01.sh │ └── sample1.txt ├── P122ALDS1_4_B-BinarySearch │ ├── code00.cpp │ ├── code00.sh │ ├── code01.cpp │ ├── code01.sh │ └── sample1.txt ├── P127ALDS1_4_C-Dictionary │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P132SortByStdLib │ ├── lower_bound.cpp │ ├── lower_bound.sh │ ├── vectorIterator.cpp │ ├── vectorIterator.sh │ └── vectorIterator.txt ├── P136ALDS1_4_D-Allocation │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P141Samples │ ├── code00.cpp │ └── code00.sh ├── P142ALDS1_5_A-ExhaustiveSearch │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P146ALDS1_5_C-KochCurve │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P151ALDS1_5_B-MergeSort │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P158ALDS1_6_B-Partition │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P163ALDS1_6_3-QuickSort │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P249ALDS1_10_A-FibonacciNumber │ ├── code00.cpp │ ├── code00.sh │ ├── code01.cpp │ ├── code01.sh │ └── sample1.txt ├── P253ALDS1_10_C-LongestCommonSubsequence │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P257ALDS1_10_B-MatrixChainMultiplication │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P269ALDS1_11_A-Graph │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P273ALDS1_11_B-DepthFirstSearch │ ├── code00.cpp │ ├── code00.sh │ ├── code01.cpp │ ├── code01.sh │ └── sample1.txt ├── P282ALDS1_11_C-BreadthFIrstSearch │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P287ALDS1_11_D-ConnectedComponents │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P296ALDS1_12_A-MinimumSpanningTree │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P302ALDS1_12_B-SingleSourceShortestPath1 │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P309ALDS1_12_C-SingleSourceShortestPath2 │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── P324DSL_2_C-RangeSearch-kDTree │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── cpp │ ├── 040.txt │ ├── 040_00.cpp │ ├── 046_00.cpp │ ├── 046_00.txt │ ├── 046_01.cpp │ ├── 046_01.txt │ ├── 055.cpp │ ├── 055.txt │ ├── 060.cpp │ ├── 060.txt │ ├── 065.cpp │ ├── 065.txt │ ├── 070.cpp │ ├── 070.txt │ ├── 074.cpp │ ├── 074.txt │ ├── Dockerfile │ ├── Makefile │ ├── docker-compose.yml │ └── readme.md ├── fsharp │ ├── 040.fsx │ ├── 046.fsx │ └── 055.fsx ├── haskell │ ├── .gitignore │ ├── Dockerfile │ ├── Setup.hs │ ├── app │ │ ├── 040.hs │ │ └── Main.hs │ ├── docker-compose.yml │ ├── package.yaml │ ├── readme.md │ ├── src │ │ └── Lib.hs │ ├── stack.yaml │ └── test │ │ └── Spec.hs ├── julia │ ├── 040.jl │ ├── 046.jl │ ├── 055.jl │ ├── 060.jl │ ├── 065.jl │ ├── 070.jl │ └── 074.jl ├── readme.md └── template │ ├── code00.cpp │ ├── code00.sh │ └── sample1.txt ├── Book-Bird.Gibbons-Algorithm_Design_with_Haskell ├── Chap01.fsx ├── Chap01.hs ├── Chap02.fsx ├── Chap02.hs ├── Chap03.fsx ├── Chap03.hs ├── Chap04.fsx ├── Chap04.hs ├── Chap05.fsx ├── Chap06.fsx ├── Chap07.fsx ├── Chap07.hs ├── Chap08.fsx ├── Ex09.hs ├── Ex10.hs ├── Ex11.hs ├── Ex12.hs ├── Ex13.hs ├── Ex14.hs ├── Lib.fsx ├── Lib.hs ├── README.md ├── Sec0301.hs ├── Sec0302.hs ├── Sec0401.hs ├── Sec0402.hs ├── Sec040301.hs ├── Sec040302.hs ├── Sec0404.hs ├── Sec0801.hs ├── Sec0802.hs ├── Sec0803.hs ├── Sec0901.hs ├── Sec0902.hs ├── Sec0903.hs ├── Sec0903RAList.hs ├── Sec090401.hs ├── Sec090402.hs ├── Sec0905.hs ├── Sec0906.hs ├── Sec0907.hs ├── Sec1001.hs ├── Sec1002.hs ├── Sec1003.hs ├── Sec1004.hs ├── Sec1005.hs ├── Sec1101.hs ├── Sec1102.hs ├── Sec1103.hs ├── Sec1201.hs ├── Sec1202.hs ├── Sec1203.hs ├── Sec1301.hs ├── Sec1302.hs ├── Sec1303.hs ├── Sec1304.hs ├── Sec1305.hs ├── Sec140101.hs ├── Sec140102.hs ├── Sec140103.hs ├── Sec1402.hs ├── Sec1403.hs ├── Sec1405.hs ├── Sec1406.hs ├── Sec150101.hs ├── Sec150102.hs ├── Sec1502.hs ├── Sec1503.hs ├── Sec1504.hs ├── Sec1505.hs ├── Sec1601.hs ├── Sec1602.hs └── Sec1603.hs ├── Book-IntroductionToComputation-HaskellLogicAndAutomata ├── hsorig │ ├── AbstractSetAsAVLTree.hs │ ├── AbstractSetAsAVLTree_MyModule.hs │ ├── AbstractSetAsList.hs │ ├── AbstractSetAsList_MyModule │ ├── AbstractSetAsList_MyModule.hs │ ├── AbstractSetAsOrderedTree.hs │ ├── AbstractSetAsOrderedTree_MyModule.hs │ ├── Chap03_simple_computations.hs │ ├── Chap04_venn_diagrams_and_logical_connectives.hs │ ├── Chap05_lists_and_comprehensions.hs │ ├── Chap06_features_and_predicates.hs │ ├── Chap07_testing_your_programs.hs │ ├── Chap10_lists_and_recursion.hs │ ├── Chap11_more_fun_with_recursion.hs │ ├── Chap12_higher_order_functions.hs │ ├── Chap13_higher_and_higher.hs │ ├── Chap14_sequent_calculus.hs │ ├── Chap15_algebraic_data_types.hs │ ├── Chap16_expression_trees.hs │ ├── Chap18_relations_and_quantifiers.hs │ ├── Chap19_checking_satisfiability.hs │ ├── Chap20_data_representation.hs │ ├── Chap20_data_representation_polymorphic_sets_as_balanced_trees.hs │ ├── Chap20_data_representation_polymorphic_sets_as_lists.hs │ ├── Chap20_data_representation_sets_as_balanced_trees.hs │ ├── Chap20_data_representation_sets_as_lists.hs │ ├── Chap20_data_representation_sets_as_ordered_lists_without_duplicates.hs │ ├── Chap20_data_representation_sets_as_ordered_trees.hs │ ├── Chap21_data_abstraction.hs │ ├── Chap22_efficient_CNF_conversion.hs │ ├── Chap24_type_classes.hs │ ├── Chap25_search_in_trees.hs │ ├── Chap26_combinatorial_algorithms.hs │ ├── Chap29_nondeterministic_finite_automata.hs │ ├── Chap30_input_output_and_monads.hs │ ├── Main.hs │ ├── SetAsAVLTree.hs │ ├── SetAsAVLTree_MyModule.hs │ ├── SetAsList.hs │ ├── SetAsList_MyModule.hs │ ├── SetAsOrderedList.hs │ ├── SetAsOrderedList_MyModule.hs │ ├── SetAsOrderedTree.hs │ ├── SetAsOrderedTree_MyModule.hs │ └── readme.md └── readme.md ├── Book-Okasaki-Purely_Functional_Data_Structures ├── README.md └── hs │ ├── AltBinaryRandomAccessList.hs │ ├── BankersDeque.hs │ ├── BankersQueue.hs │ ├── BatchedQueue.hs │ ├── BinaryRandomAccessList.hs │ ├── BinomialHeap.hs │ ├── BootstrapHeap.hs │ ├── BootstrappedQueue.hs │ ├── BottomUpMergeSort.hs │ ├── CatList.hs │ ├── CatenableDeque.hs │ ├── CatenableList.hs │ ├── Deque.hs │ ├── FiniteMap.hs │ ├── Heap.hs │ ├── HoodMelvilleQueue.hs │ ├── ImplicitCatenableDeque.hs │ ├── ImplicitQueue.hs │ ├── LazyPairingHeap.hs │ ├── LeftistHeap.hs │ ├── PairingHeap.hs │ ├── PhysicistsQueue.hs │ ├── Queue.hs │ ├── RandomAccessList.hs │ ├── RedBlackSet.hs │ ├── Set.hs │ ├── SimpleCatenableDeque.hs │ ├── SkewBinomialHeap.hs │ ├── Sortable.hs │ ├── SplayHeap.hs │ ├── Trie.hs │ ├── TrieOfTrees.hs │ └── UnbalancedSet.hs ├── Book-Yoneda-Math_Algorithm └── readme.md ├── Cargo.lock ├── Cargo.toml ├── DataStructures ├── AvlTree.fsx ├── BinaryTree.fsx ├── DoublyLinkedList.fsx ├── Graph.fsx ├── Heap.fsx ├── Okasaki │ ├── AlternativeBinaryRandomAccessList.fsx │ ├── BankersDoubleEndedQueue.fsx │ ├── BankersQueue.fsx │ ├── BatchedQueue.fsx │ ├── BinaryRandomAccessList.fsx │ ├── BinarySearchTree.fsx │ ├── BinomialHeap.fsx │ ├── BootstrappedQueue.fsx │ ├── BottomUpMergeSort.fsx │ ├── BottomUpMergeSortBySeq.fsx │ ├── CustomStack.fsx │ ├── DoubleEndedQueue.fsx │ ├── FiniteMap.fsx │ ├── HoodMelvilleQueue.fsx │ ├── ImplicitQueue.fsx │ ├── LazyBinomialHeap.fsx │ ├── LazyBinomialHeapBySeq.fsx │ ├── LazyPairingHeap.fsx │ ├── LeftistHeap.fsx │ ├── PairingHeap.fsx │ ├── PhysicistQueue.fsx │ ├── RealTimeDoubleEndedQueue.fsx │ ├── RealTimeQueue.fsx │ ├── RedBlackSet.fsx │ ├── ScheduledBinomialHeap.fsx │ ├── SkewBinaryRandomAccessList.fsx │ ├── SkewBinomialHeap.fsx │ └── SplayHeap.fsx ├── PriorityQueue01.fsx ├── PriorityQueue02.fsx ├── Queue.fsx ├── RabhiLapalme │ ├── AVLTree.fsx │ ├── Backtracking.fsx │ ├── BinTree.fsx │ ├── BinomialHeap.fsx │ ├── BinomialHeapForInt.fsx │ ├── DivideAndConquer.fsx │ ├── FunctionalHeap.fsx │ ├── Heap.fsx │ ├── PriorityQueueByHeap.fsx │ ├── PriorityQueueByList.fsx │ ├── Queue.fsx │ ├── QueueConv.fsx │ ├── SetByListWithDuplicates.fsx │ ├── SetByOrderedListWithoutDuplicates.fsx │ ├── SetByUnorderedListWithoutDuplicates.fsx │ ├── SetForIntByBitVectorRepresentation.fsx │ ├── SetTreeRepresentations.fsx │ ├── Stack.fsx │ ├── StackByList.fsx │ ├── Table.fsx │ ├── TableByArray.fsx │ ├── TableByFunction.fsx │ ├── TableByList.fsx │ └── readme.md ├── RedBlackTrees.fsx ├── SegmentTree.fsx ├── SegmentTreeOop.fsx ├── Stack.fsx ├── UnionFind.fsx └── hs │ └── DoublyLinkedList.hs ├── Library ├── Arithmetics.fsx ├── AtCoder.fsx ├── C++ │ ├── enumerate_divisors.cpp │ └── is_prime.cpp ├── CpsTr.fsx ├── FParseC │ ├── JsonSample01.fsx │ ├── JsonSample02.fsx │ ├── JsonSample03.fsx │ ├── JsonSample04.fsx │ ├── JsonSample05.fsx │ ├── JsonSample06.fsx │ ├── JsonSample07.fsx │ ├── JsonSample08.fsx │ ├── JsonSample09.fsx │ ├── JsonSample10.fsx │ ├── JsonSample11.fsx │ ├── JsonSample12.fsx │ └── PartsSamples.fsx ├── File.fsx ├── Graph.fsx ├── Haskell │ └── Math.hs ├── Math.fsx ├── References.fsx ├── Regex.fsx ├── Search │ ├── Binary.fsx │ ├── Linear.fsx │ └── LowerBound.fsx ├── UnitsOfMeasure.fsx └── sort │ ├── Counting.fsx │ ├── bubble.fsx │ ├── hs │ ├── Bubble.hs │ ├── Counting.hs │ ├── Insertion.hs │ ├── Merge.hs │ ├── Quick.hs │ ├── Selection.hs │ └── Shell.hs │ ├── insertion.fsx │ ├── merge.fsx │ ├── quick.fsx │ └── selection.fsx ├── MyLectureJP ├── .gitignore ├── 000_fsharp_fundamentals.fsx ├── 001_introduction.fsx ├── fundamental_for_computer_science.fsx └── readme.md ├── phasetr.rs └── readme.md /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/.gitignore -------------------------------------------------------------------------------- /AOJ/ALDS1/01A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/01A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/01A_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01A_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/01A_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01A_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/01A_hs_04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01A_hs_04.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/01A_hs_05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01A_hs_05.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/01A_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01A_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/01A_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01A_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/01A_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01A_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/01A_ml_03.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01A_ml_03.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/01A_ml_04.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01A_ml_04.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/01A_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01A_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/01B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/01B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/01B_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01B_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/01B_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01B_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/01B_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01B_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/01B_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01B_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/01B_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01B_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/01B_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01B_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/01C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/01C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/01C_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01C_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/01C_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01C_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/01C_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01C_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/01C_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01C_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/01C_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01C_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/01C_js_03.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01C_js_03.js -------------------------------------------------------------------------------- /AOJ/ALDS1/01C_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01C_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/01C_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01C_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/01C_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01C_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/01D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01D.md -------------------------------------------------------------------------------- /AOJ/ALDS1/01D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01D_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/01D_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01D_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/01D_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01D_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/01D_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01D_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/01D_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01D_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/01D_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01D_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/01D_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01D_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/01D_js_03.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01D_js_03.js -------------------------------------------------------------------------------- /AOJ/ALDS1/01D_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01D_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/01D_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/01D_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/02A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_hs_04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_hs_04.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_js_03.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_js_03.js -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_ml_03.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_ml_03.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/02A_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02A_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/02B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/02B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/02B_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02B_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02B_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02B_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02B_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02B_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02B_hs_04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02B_hs_04.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02B_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02B_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/02B_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02B_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/02B_js_03.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02B_js_03.js -------------------------------------------------------------------------------- /AOJ/ALDS1/02B_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02B_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/02B_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02B_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/02B_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02B_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/02C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/02C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/02C_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02C_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02C_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02C_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02C_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02C_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02C_hs_04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02C_hs_04.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02C_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02C_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/02C_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02C_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/02C_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02C_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/02C_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02C_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/02C_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02C_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/02D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02D.md -------------------------------------------------------------------------------- /AOJ/ALDS1/02D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02D_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/02D_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02D_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/02D_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02D_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/02D_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02D_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/02D_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02D_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/02D_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02D_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/02D_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02D_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/02D_py_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02D_py_01.py -------------------------------------------------------------------------------- /AOJ/ALDS1/02D_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/02D_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/03A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/03A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/03A_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03A_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03A_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03A_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03A_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03A_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03A_hs_04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03A_hs_04.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03A_hs_05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03A_hs_05.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03A_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03A_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/03A_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03A_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/03A_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03A_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/03A_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03A_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/03B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/03B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/03B_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03B_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03B_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03B_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03B_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03B_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03B_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03B_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/03B_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03B_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/03B_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03B_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/03B_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03B_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/03B_rs_02.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03B_rs_02.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/03C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/03C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/03C_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03C_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03C_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03C_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03C_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03C_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/03C_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03C_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/03C_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03C_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/03C_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03C_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/03C_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03C_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/03C_rs_02.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03C_rs_02.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/03C_rs_03.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03C_rs_03.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/03D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03D.md -------------------------------------------------------------------------------- /AOJ/ALDS1/03D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03D_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/03D_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03D_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03D_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03D_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03D_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03D_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/03D_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03D_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/03D_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03D_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/03D_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03D_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/03D_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03D_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/03D_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/03D_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/04A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/04A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/04A_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04A_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/04A_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04A_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/04A_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04A_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/04A_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04A_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/04A_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04A_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/04A_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04A_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/04B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/04B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/04B_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04B_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/04B_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04B_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/04B_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04B_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/04B_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04B_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/04B_ml_03.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04B_ml_03.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/04B_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04B_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/04C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/04C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/04C_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04C_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/04C_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04C_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/04C_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04C_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/04C_hs_04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04C_hs_04.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/04C_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04C_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/04C_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04C_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/04C_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04C_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/04C_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04C_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/04C_ml_03.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04C_ml_03.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/04C_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04C_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/04D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04D.md -------------------------------------------------------------------------------- /AOJ/ALDS1/04D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04D_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/04D_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04D_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/04D_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04D_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/04D_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04D_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/04D_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04D_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/04D_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04D_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/04D_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04D_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/04D_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04D_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/04D_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04D_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/04D_py_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/04D_py_01.py -------------------------------------------------------------------------------- /AOJ/ALDS1/05A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/05A_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/05A_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/05A_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/05A_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05A_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05A_js_03.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A_js_03.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05A_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/05A_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/05A_py_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A_py_01.py -------------------------------------------------------------------------------- /AOJ/ALDS1/05A_py_02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A_py_02.py -------------------------------------------------------------------------------- /AOJ/ALDS1/05A_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/05A_rs_02.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05A_rs_02.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/05B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_js_03.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_js_03.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_py_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_py_01.py -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_py_02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_py_02.py -------------------------------------------------------------------------------- /AOJ/ALDS1/05B_py_03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05B_py_03.py -------------------------------------------------------------------------------- /AOJ/ALDS1/05C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_hs_03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_hs_03.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_hs_04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_hs_04.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_js_03.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_js_03.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_py_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_py_01.py -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_py_02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_py_02.py -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_py_03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_py_03.py -------------------------------------------------------------------------------- /AOJ/ALDS1/05C_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05C_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/05D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D.md -------------------------------------------------------------------------------- /AOJ/ALDS1/05D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/05D_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/05D_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/05D_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05D_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05D_js_03.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D_js_03.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05D_js_04.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D_js_04.js -------------------------------------------------------------------------------- /AOJ/ALDS1/05D_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/05D_py_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D_py_01.py -------------------------------------------------------------------------------- /AOJ/ALDS1/05D_py_02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D_py_02.py -------------------------------------------------------------------------------- /AOJ/ALDS1/05D_py_03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D_py_03.py -------------------------------------------------------------------------------- /AOJ/ALDS1/05D_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/05D_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/06A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/06A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/06A_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06A_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/06A_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06A_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/06A_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06A_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/06A_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06A_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/06A_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06A_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/06A_ml_03.ml: -------------------------------------------------------------------------------- 1 | (* https://onlinejudge.u-aizu.ac.jp/solutions/problem/ALDS1_6_A/review/5517382/que0/OCaml *) 2 | -------------------------------------------------------------------------------- /AOJ/ALDS1/06A_py_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06A_py_01.py -------------------------------------------------------------------------------- /AOJ/ALDS1/06A_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06A_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/06B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/06B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/06B_cs_01.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06B_cs_01.cs -------------------------------------------------------------------------------- /AOJ/ALDS1/06B_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06B_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/06B_js_02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06B_js_02.js -------------------------------------------------------------------------------- /AOJ/ALDS1/06B_js_03.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06B_js_03.js -------------------------------------------------------------------------------- /AOJ/ALDS1/06B_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06B_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/06B_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06B_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/06B_ml_03.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06B_ml_03.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/06B_py_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06B_py_01.py -------------------------------------------------------------------------------- /AOJ/ALDS1/06B_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06B_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/06C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/06C_cs_01.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06C_cs_01.cs -------------------------------------------------------------------------------- /AOJ/ALDS1/06C_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06C_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/06C_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06C_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/06C_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06C_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/06C_py_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06C_py_01.py -------------------------------------------------------------------------------- /AOJ/ALDS1/06C_py_02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06C_py_02.py -------------------------------------------------------------------------------- /AOJ/ALDS1/06C_py_03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06C_py_03.py -------------------------------------------------------------------------------- /AOJ/ALDS1/06C_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06C_rs_01.rs -------------------------------------------------------------------------------- /AOJ/ALDS1/06D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06D.md -------------------------------------------------------------------------------- /AOJ/ALDS1/06D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06D_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/06D_cs_01.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06D_cs_01.cs -------------------------------------------------------------------------------- /AOJ/ALDS1/06D_hs_00.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06D_hs_00.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/06D_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06D_hs_01.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/06D_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06D_hs_02.hs -------------------------------------------------------------------------------- /AOJ/ALDS1/06D_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06D_js_01.js -------------------------------------------------------------------------------- /AOJ/ALDS1/06D_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06D_ml_01.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/06D_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06D_ml_02.ml -------------------------------------------------------------------------------- /AOJ/ALDS1/06D_py_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/06D_py_01.py -------------------------------------------------------------------------------- /AOJ/ALDS1/07A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/07A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/07A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/07A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/07A_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/07A_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/07B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/07B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/07B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/07B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/07C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/07C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/07C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/07C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/07D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/07D.md -------------------------------------------------------------------------------- /AOJ/ALDS1/07D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/07D_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/07D_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/07D_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/08A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/08A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/08A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/08A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/08B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/08B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/08B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/08B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/08C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/08C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/08C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/08C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/08D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/08D.md -------------------------------------------------------------------------------- /AOJ/ALDS1/08D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/08D_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/09A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/09A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/09A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/09A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/09B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/09B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/09B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/09B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/09C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/09C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/09C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/09C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/09C_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/09C_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/09D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/09D.md -------------------------------------------------------------------------------- /AOJ/ALDS1/09D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/09D_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/09D_hs_00.hs: -------------------------------------------------------------------------------- 1 | -- https://onlinejudge.u-aizu.ac.jp/problems/ALDS1_9_D 2 | -------------------------------------------------------------------------------- /AOJ/ALDS1/10A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/10A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/10A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/10A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/10B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/10B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/10B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/10B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/10C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/10C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/10C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/10C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/10D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/10D.md -------------------------------------------------------------------------------- /AOJ/ALDS1/10D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/10D_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/11A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/11A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/11A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/11A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/11B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/11B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/11B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/11B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/11C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/11C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/11C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/11C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/11D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/11D.md -------------------------------------------------------------------------------- /AOJ/ALDS1/11D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/11D_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/12A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/12A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/12A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/12A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/12A_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/12A_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/12B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/12B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/12B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/12B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/12C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/12C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/12C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/12C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/13A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/13A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/13A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/13A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/13A_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/13A_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/13B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/13B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/13B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/13B_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/13C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/13C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/13C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/13C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/14A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/14A.md -------------------------------------------------------------------------------- /AOJ/ALDS1/14A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/14A_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/14B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/14B.md -------------------------------------------------------------------------------- /AOJ/ALDS1/14C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/14C.md -------------------------------------------------------------------------------- /AOJ/ALDS1/14C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/14C_c_01.c -------------------------------------------------------------------------------- /AOJ/ALDS1/14C_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/14C_c_02.c -------------------------------------------------------------------------------- /AOJ/ALDS1/14D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ALDS1/14D.md -------------------------------------------------------------------------------- /AOJ/DSL/01A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/DSL/01A.md -------------------------------------------------------------------------------- /AOJ/DSL/01A_cs_01.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/DSL/01A_cs_01.cs -------------------------------------------------------------------------------- /AOJ/DSL/01A_go_01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/DSL/01A_go_01.go -------------------------------------------------------------------------------- /AOJ/DSL/01A_go_02.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/DSL/01A_go_02.go -------------------------------------------------------------------------------- /AOJ/DSL/01A_hs_01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/DSL/01A_hs_01.hs -------------------------------------------------------------------------------- /AOJ/DSL/01A_hs_02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/DSL/01A_hs_02.hs -------------------------------------------------------------------------------- /AOJ/DSL/01A_js_01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/DSL/01A_js_01.js -------------------------------------------------------------------------------- /AOJ/DSL/01A_ml_01.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/DSL/01A_ml_01.ml -------------------------------------------------------------------------------- /AOJ/DSL/01A_ml_02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/DSL/01A_ml_02.ml -------------------------------------------------------------------------------- /AOJ/DSL/01A_ml_03.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/DSL/01A_ml_03.ml -------------------------------------------------------------------------------- /AOJ/DSL/01A_py_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/DSL/01A_py_01.py -------------------------------------------------------------------------------- /AOJ/DSL/01A_rs_01.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/DSL/01A_rs_01.rs -------------------------------------------------------------------------------- /AOJ/GRL1/01A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/GRL1/01A.md -------------------------------------------------------------------------------- /AOJ/ITP1/01A_fs_00.fsx: -------------------------------------------------------------------------------- 1 | stdout.WriteLine "Hello, World" 2 | -------------------------------------------------------------------------------- /AOJ/ITP1/01A_js_00.js: -------------------------------------------------------------------------------- 1 | console.log("Hello World"); 2 | -------------------------------------------------------------------------------- /AOJ/ITP1/02D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/02D.md -------------------------------------------------------------------------------- /AOJ/ITP1/03A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/03A.md -------------------------------------------------------------------------------- /AOJ/ITP1/03B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/03B.md -------------------------------------------------------------------------------- /AOJ/ITP1/03B_cpp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/03B_cpp.sh -------------------------------------------------------------------------------- /AOJ/ITP1/03B_cpp.txt: -------------------------------------------------------------------------------- 1 | 3 2 | 5 3 | 11 4 | 7 5 | 8 6 | 19 7 | 0 8 | -------------------------------------------------------------------------------- /AOJ/ITP1/03C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/03C.md -------------------------------------------------------------------------------- /AOJ/ITP1/03D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/03D.md -------------------------------------------------------------------------------- /AOJ/ITP1/04A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/04A.md -------------------------------------------------------------------------------- /AOJ/ITP1/04B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/04B.md -------------------------------------------------------------------------------- /AOJ/ITP1/04C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/04C.md -------------------------------------------------------------------------------- /AOJ/ITP1/04D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/04D.md -------------------------------------------------------------------------------- /AOJ/ITP1/05A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/05A.md -------------------------------------------------------------------------------- /AOJ/ITP1/05B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/05B.md -------------------------------------------------------------------------------- /AOJ/ITP1/05D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/05D.md -------------------------------------------------------------------------------- /AOJ/ITP1/06A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/06A.md -------------------------------------------------------------------------------- /AOJ/ITP1/06B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/06B.md -------------------------------------------------------------------------------- /AOJ/ITP1/06C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/06C.md -------------------------------------------------------------------------------- /AOJ/ITP1/06D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/06D.md -------------------------------------------------------------------------------- /AOJ/ITP1/07A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/07A.md -------------------------------------------------------------------------------- /AOJ/ITP1/07B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/07B.md -------------------------------------------------------------------------------- /AOJ/ITP1/07B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/07B_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/07B_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/07B_c_02.c -------------------------------------------------------------------------------- /AOJ/ITP1/07C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/07C.md -------------------------------------------------------------------------------- /AOJ/ITP1/07C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/07C_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/07D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/07D.md -------------------------------------------------------------------------------- /AOJ/ITP1/07D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/07D_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/08A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/08A.md -------------------------------------------------------------------------------- /AOJ/ITP1/08A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/08A_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/08B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/08B.md -------------------------------------------------------------------------------- /AOJ/ITP1/08B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/08B_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/08C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/08C.md -------------------------------------------------------------------------------- /AOJ/ITP1/08C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/08C_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/08D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/08D.md -------------------------------------------------------------------------------- /AOJ/ITP1/08D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/08D_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/08D_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/08D_c_02.c -------------------------------------------------------------------------------- /AOJ/ITP1/09A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/09A.md -------------------------------------------------------------------------------- /AOJ/ITP1/09A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/09A_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/09A_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/09A_c_02.c -------------------------------------------------------------------------------- /AOJ/ITP1/09B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/09B.md -------------------------------------------------------------------------------- /AOJ/ITP1/09B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/09B_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/09B_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/09B_c_02.c -------------------------------------------------------------------------------- /AOJ/ITP1/09C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/09C.md -------------------------------------------------------------------------------- /AOJ/ITP1/09C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/09C_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/09D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/09D.md -------------------------------------------------------------------------------- /AOJ/ITP1/09D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/09D_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/09D_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/09D_c_02.c -------------------------------------------------------------------------------- /AOJ/ITP1/10A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/10A.md -------------------------------------------------------------------------------- /AOJ/ITP1/10A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/10A_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/10B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/10B.md -------------------------------------------------------------------------------- /AOJ/ITP1/10B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/10B_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/10C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/10C.md -------------------------------------------------------------------------------- /AOJ/ITP1/10C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/10C_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/10C_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/10C_c_02.c -------------------------------------------------------------------------------- /AOJ/ITP1/10C_c_03.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/10C_c_03.c -------------------------------------------------------------------------------- /AOJ/ITP1/10C_c_04.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/10C_c_04.c -------------------------------------------------------------------------------- /AOJ/ITP1/10D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/10D.md -------------------------------------------------------------------------------- /AOJ/ITP1/10D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/10D_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/11A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/11A.md -------------------------------------------------------------------------------- /AOJ/ITP1/11A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/11A_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/11B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/11B.md -------------------------------------------------------------------------------- /AOJ/ITP1/11B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/11B_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/11C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/11C.md -------------------------------------------------------------------------------- /AOJ/ITP1/11C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/11C_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP1/11D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/11D.md -------------------------------------------------------------------------------- /AOJ/ITP1/11D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP1/11D_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP2/01A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP2/01A.md -------------------------------------------------------------------------------- /AOJ/ITP2/01A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP2/01A_c_01.c -------------------------------------------------------------------------------- /AOJ/ITP2/01A_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP2/01A_c_02.c -------------------------------------------------------------------------------- /AOJ/ITP2/01B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/ITP2/01B.md -------------------------------------------------------------------------------- /AOJ/NTL1/01A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/01A.md -------------------------------------------------------------------------------- /AOJ/NTL1/01A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/01A_c_01.c -------------------------------------------------------------------------------- /AOJ/NTL1/01B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/01B.md -------------------------------------------------------------------------------- /AOJ/NTL1/01B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/01B_c_01.c -------------------------------------------------------------------------------- /AOJ/NTL1/01C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/01C.md -------------------------------------------------------------------------------- /AOJ/NTL1/01C_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/01C_c_01.c -------------------------------------------------------------------------------- /AOJ/NTL1/01D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/01D.md -------------------------------------------------------------------------------- /AOJ/NTL1/01D_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/01D_c_01.c -------------------------------------------------------------------------------- /AOJ/NTL1/01E.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/01E.md -------------------------------------------------------------------------------- /AOJ/NTL1/01E_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/01E_c_01.c -------------------------------------------------------------------------------- /AOJ/NTL1/01E_c_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/01E_c_02.c -------------------------------------------------------------------------------- /AOJ/NTL1/02A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/02A.md -------------------------------------------------------------------------------- /AOJ/NTL1/02A_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/02A_c_01.c -------------------------------------------------------------------------------- /AOJ/NTL1/02B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/02B.md -------------------------------------------------------------------------------- /AOJ/NTL1/02B_c_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/02B_c_01.c -------------------------------------------------------------------------------- /AOJ/NTL1/02C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/02C.md -------------------------------------------------------------------------------- /AOJ/NTL1/02D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/02D.md -------------------------------------------------------------------------------- /AOJ/NTL1/02E.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/02E.md -------------------------------------------------------------------------------- /AOJ/NTL1/02F.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AOJ/NTL1/02F.md -------------------------------------------------------------------------------- /Algo-Method/01-std-output/001-001.js: -------------------------------------------------------------------------------- 1 | console.log("Hello Algo-method!"); 2 | -------------------------------------------------------------------------------- /Algo-Method/01-std-output/001-001.py: -------------------------------------------------------------------------------- 1 | print("Hello Algo-method!") 2 | -------------------------------------------------------------------------------- /Algo-Method/01-std-output/001-001.rs: -------------------------------------------------------------------------------- 1 | fn main() { 2 | println!("Hello Algo-method!"); 3 | } 4 | -------------------------------------------------------------------------------- /Algo-Method/01-std-output/001-002.py: -------------------------------------------------------------------------------- 1 | print("1\n2\n3") 2 | -------------------------------------------------------------------------------- /Algo-Method/01-std-output/001-002.rs: -------------------------------------------------------------------------------- 1 | fn main(){ 2 | println!("1\n2\n3"); 3 | } 4 | -------------------------------------------------------------------------------- /Algo-Method/01-std-output/001-003.js: -------------------------------------------------------------------------------- 1 | console.log(27182%818); 2 | -------------------------------------------------------------------------------- /Algo-Method/01-std-output/001-004.js: -------------------------------------------------------------------------------- 1 | console.log(314*(159+265)-358); 2 | -------------------------------------------------------------------------------- /Algo-Method/01-std-output/001-004.py: -------------------------------------------------------------------------------- 1 | print(314*(159+265)-358) 2 | -------------------------------------------------------------------------------- /Algo-Method/01-std-output/001-004.rs: -------------------------------------------------------------------------------- 1 | fn main(){ 2 | println!("{}", 314*(159+265)-358); 3 | } 4 | -------------------------------------------------------------------------------- /Algo-Method/01-std-output/001-005.js: -------------------------------------------------------------------------------- 1 | console.log(24*60*60); 2 | -------------------------------------------------------------------------------- /Algo-Method/01-std-output/001-005.py: -------------------------------------------------------------------------------- 1 | print(24*60*60) 2 | -------------------------------------------------------------------------------- /Algo-Method/02-std-input/001-004.py: -------------------------------------------------------------------------------- 1 | s = input() 2 | print(s[2]) 3 | -------------------------------------------------------------------------------- /Algo-Method/Arithmetics/tasks-00108.py: -------------------------------------------------------------------------------- 1 | n = len(list(filter(lambda x: x%2 == 0, range(1,101)))) 2 | print(100-n) 3 | -------------------------------------------------------------------------------- /Algo-Method/FullSearch/README.md: -------------------------------------------------------------------------------- 1 | # README 2 | - [全探索](https://algo-method.com/courses/3) 3 | -------------------------------------------------------------------------------- /AtCoder/ABC042/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC042/B.md -------------------------------------------------------------------------------- /AtCoder/ABC043/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC043/B.md -------------------------------------------------------------------------------- /AtCoder/ABC044/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC044/B.md -------------------------------------------------------------------------------- /AtCoder/ABC045/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC045/B.md -------------------------------------------------------------------------------- /AtCoder/ABC047/B2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC047/B2.hs -------------------------------------------------------------------------------- /AtCoder/ABC048/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC048/B.md -------------------------------------------------------------------------------- /AtCoder/ABC048/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC048/C.md -------------------------------------------------------------------------------- /AtCoder/ABC049/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC049/C.md -------------------------------------------------------------------------------- /AtCoder/ABC050/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC050/C.md -------------------------------------------------------------------------------- /AtCoder/ABC051/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC051/C.md -------------------------------------------------------------------------------- /AtCoder/ABC054/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC054/B.md -------------------------------------------------------------------------------- /AtCoder/ABC057/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC057/C.md -------------------------------------------------------------------------------- /AtCoder/ABC064/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC064/D.md -------------------------------------------------------------------------------- /AtCoder/ABC068/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC068/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC068/B.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC068/B.hs -------------------------------------------------------------------------------- /AtCoder/ABC068/B1.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC068/B1.hs -------------------------------------------------------------------------------- /AtCoder/ABC070/C2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC070/C2.hs -------------------------------------------------------------------------------- /AtCoder/ABC070/C3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC070/C3.hs -------------------------------------------------------------------------------- /AtCoder/ABC070/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC070/D.md -------------------------------------------------------------------------------- /AtCoder/ABC071/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC071/D.md -------------------------------------------------------------------------------- /AtCoder/ABC074/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC074/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC075/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC075/C.md -------------------------------------------------------------------------------- /AtCoder/ABC076/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC076/C.md -------------------------------------------------------------------------------- /AtCoder/ABC079/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC079/D.md -------------------------------------------------------------------------------- /AtCoder/ABC080/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC080/C.md -------------------------------------------------------------------------------- /AtCoder/ABC081/A.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC081/A.fsx -------------------------------------------------------------------------------- /AtCoder/ABC081/A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC081/A.py -------------------------------------------------------------------------------- /AtCoder/ABC081/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC081/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC081/B.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC081/B.py -------------------------------------------------------------------------------- /AtCoder/ABC083/A.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC083/A.fsx -------------------------------------------------------------------------------- /AtCoder/ABC083/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC083/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC084/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC084/C.md -------------------------------------------------------------------------------- /AtCoder/ABC084/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC084/D.md -------------------------------------------------------------------------------- /AtCoder/ABC085/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC085/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC085/C.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC085/C.fsx -------------------------------------------------------------------------------- /AtCoder/ABC085/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC085/D.md -------------------------------------------------------------------------------- /AtCoder/ABC086/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC086/A.cpp -------------------------------------------------------------------------------- /AtCoder/ABC086/A.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC086/A.fsx -------------------------------------------------------------------------------- /AtCoder/ABC086/A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC086/A.py -------------------------------------------------------------------------------- /AtCoder/ABC086/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC086/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC086/C.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC086/C.fsx -------------------------------------------------------------------------------- /AtCoder/ABC086/C.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC086/C.py -------------------------------------------------------------------------------- /AtCoder/ABC087/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC087/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC088/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC088/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC088/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC088/D.md -------------------------------------------------------------------------------- /AtCoder/ABC089/C2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC089/C2.hs -------------------------------------------------------------------------------- /AtCoder/ABC089/C3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC089/C3.hs -------------------------------------------------------------------------------- /AtCoder/ABC089/C4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC089/C4.hs -------------------------------------------------------------------------------- /AtCoder/ABC097/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC097/C.md -------------------------------------------------------------------------------- /AtCoder/ABC099/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC099/C.md -------------------------------------------------------------------------------- /AtCoder/ABC102/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC102/C.md -------------------------------------------------------------------------------- /AtCoder/ABC105/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC105/C.md -------------------------------------------------------------------------------- /AtCoder/ABC107/B_lisp_02.lisp: -------------------------------------------------------------------------------- 1 | #| 2 | https://atcoder.jp/contests/abc107/submissions/24640958 3 | |# 4 | -------------------------------------------------------------------------------- /AtCoder/ABC107/B_lisp_03.lisp: -------------------------------------------------------------------------------- 1 | #| 2 | https://atcoder.jp/contests/abc107/submissions/23361179 3 | |# 4 | 5 | -------------------------------------------------------------------------------- /AtCoder/ABC107/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC107/C.md -------------------------------------------------------------------------------- /AtCoder/ABC109/C1.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC109/C1.hs -------------------------------------------------------------------------------- /AtCoder/ABC109/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC109/D.md -------------------------------------------------------------------------------- /AtCoder/ABC110/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC110/C.md -------------------------------------------------------------------------------- /AtCoder/ABC112/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC112/C.md -------------------------------------------------------------------------------- /AtCoder/ABC112/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC112/D.md -------------------------------------------------------------------------------- /AtCoder/ABC113/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC113/C.md -------------------------------------------------------------------------------- /AtCoder/ABC114/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC114/C.md -------------------------------------------------------------------------------- /AtCoder/ABC115/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC115/D.md -------------------------------------------------------------------------------- /AtCoder/ABC116/C1.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC116/C1.hs -------------------------------------------------------------------------------- /AtCoder/ABC116/C2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC116/C2.hs -------------------------------------------------------------------------------- /AtCoder/ABC116/C3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC116/C3.hs -------------------------------------------------------------------------------- /AtCoder/ABC116/C4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC116/C4.hs -------------------------------------------------------------------------------- /AtCoder/ABC117/C1.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC117/C1.hs -------------------------------------------------------------------------------- /AtCoder/ABC118/C2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC118/C2.hs -------------------------------------------------------------------------------- /AtCoder/ABC118/C3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC118/C3.hs -------------------------------------------------------------------------------- /AtCoder/ABC118/C4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC118/C4.hs -------------------------------------------------------------------------------- /AtCoder/ABC121/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC121/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC121/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC121/D.md -------------------------------------------------------------------------------- /AtCoder/ABC123/C2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC123/C2.hs -------------------------------------------------------------------------------- /AtCoder/ABC123/C3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC123/C3.hs -------------------------------------------------------------------------------- /AtCoder/ABC124/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC124/D.md -------------------------------------------------------------------------------- /AtCoder/ABC125/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC125/D.md -------------------------------------------------------------------------------- /AtCoder/ABC125/D_fs_00.fsi: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AtCoder/ABC126/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC126/D.md -------------------------------------------------------------------------------- /AtCoder/ABC127/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC127/D.md -------------------------------------------------------------------------------- /AtCoder/ABC129/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC129/D.md -------------------------------------------------------------------------------- /AtCoder/ABC130/C2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC130/C2.hs -------------------------------------------------------------------------------- /AtCoder/ABC130/C3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC130/C3.hs -------------------------------------------------------------------------------- /AtCoder/ABC130/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC130/D.md -------------------------------------------------------------------------------- /AtCoder/ABC131/D2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC131/D2.hs -------------------------------------------------------------------------------- /AtCoder/ABC131/D3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC131/D3.hs -------------------------------------------------------------------------------- /AtCoder/ABC131/D4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC131/D4.hs -------------------------------------------------------------------------------- /AtCoder/ABC132/C.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC132/C.fsx -------------------------------------------------------------------------------- /AtCoder/ABC132/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC132/D.md -------------------------------------------------------------------------------- /AtCoder/ABC133/C3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC133/C3.hs -------------------------------------------------------------------------------- /AtCoder/ABC133/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC133/D.md -------------------------------------------------------------------------------- /AtCoder/ABC134/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC134/D.md -------------------------------------------------------------------------------- /AtCoder/ABC136/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC136/D.md -------------------------------------------------------------------------------- /AtCoder/ABC137/C2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC137/C2.hs -------------------------------------------------------------------------------- /AtCoder/ABC137/C3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC137/C3.hs -------------------------------------------------------------------------------- /AtCoder/ABC138/C.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC138/C.fsx -------------------------------------------------------------------------------- /AtCoder/ABC138/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC138/D.md -------------------------------------------------------------------------------- /AtCoder/ABC139/B0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC139/B0.md -------------------------------------------------------------------------------- /AtCoder/ABC140/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC140/D.md -------------------------------------------------------------------------------- /AtCoder/ABC141/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC141/D.md -------------------------------------------------------------------------------- /AtCoder/ABC142/C.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC142/C.fsx -------------------------------------------------------------------------------- /AtCoder/ABC142/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC142/D.md -------------------------------------------------------------------------------- /AtCoder/ABC145/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC145/D.md -------------------------------------------------------------------------------- /AtCoder/ABC146/C05.hs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AtCoder/ABC146/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC146/D.md -------------------------------------------------------------------------------- /AtCoder/ABC147/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC147/C.md -------------------------------------------------------------------------------- /AtCoder/ABC147/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC147/D.md -------------------------------------------------------------------------------- /AtCoder/ABC148/E.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC148/E.md -------------------------------------------------------------------------------- /AtCoder/ABC149/C.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC149/C.fsx -------------------------------------------------------------------------------- /AtCoder/ABC149/D2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC149/D2.hs -------------------------------------------------------------------------------- /AtCoder/ABC151/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC151/D.md -------------------------------------------------------------------------------- /AtCoder/ABC152/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC152/D.md -------------------------------------------------------------------------------- /AtCoder/ABC153/E.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC153/E.md -------------------------------------------------------------------------------- /AtCoder/ABC156/C0.md: -------------------------------------------------------------------------------- 1 | # README 2 | - 3 | -------------------------------------------------------------------------------- /AtCoder/ABC156/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC156/D.md -------------------------------------------------------------------------------- /AtCoder/ABC157/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC157/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC157/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC157/D.md -------------------------------------------------------------------------------- /AtCoder/ABC158/D2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC158/D2.hs -------------------------------------------------------------------------------- /AtCoder/ABC158/D3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC158/D3.hs -------------------------------------------------------------------------------- /AtCoder/ABC158/D4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC158/D4.hs -------------------------------------------------------------------------------- /AtCoder/ABC160/C.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC160/C.fsx -------------------------------------------------------------------------------- /AtCoder/ABC160/C.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC160/C.hs -------------------------------------------------------------------------------- /AtCoder/ABC160/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC160/D.md -------------------------------------------------------------------------------- /AtCoder/ABC160/E.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC160/E.md -------------------------------------------------------------------------------- /AtCoder/ABC161/C.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC161/C.fsx -------------------------------------------------------------------------------- /AtCoder/ABC161/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC161/D.md -------------------------------------------------------------------------------- /AtCoder/ABC169/A.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC169/A.fsx -------------------------------------------------------------------------------- /AtCoder/ABC169/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC169/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC169/C.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC169/C.fsx -------------------------------------------------------------------------------- /AtCoder/ABC169/D.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC169/D.fsx -------------------------------------------------------------------------------- /AtCoder/ABC169/E.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC169/E.fsx -------------------------------------------------------------------------------- /AtCoder/ABC169/F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC169/F.cpp -------------------------------------------------------------------------------- /AtCoder/ABC169/F.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC169/F.fsx -------------------------------------------------------------------------------- /AtCoder/ABC169/F.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC169/F.hs -------------------------------------------------------------------------------- /AtCoder/ABC169/F1.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC169/F1.hs -------------------------------------------------------------------------------- /AtCoder/ABC169/F1.txt: -------------------------------------------------------------------------------- 1 | 3 4 2 | 2 2 4 3 | -------------------------------------------------------------------------------- /AtCoder/ABC170/A.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC170/A.fsx -------------------------------------------------------------------------------- /AtCoder/ABC170/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC170/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC170/C.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC170/C.fsx -------------------------------------------------------------------------------- /AtCoder/ABC171/A.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC171/A.fsx -------------------------------------------------------------------------------- /AtCoder/ABC171/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC171/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC171/C.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC171/C.fsx -------------------------------------------------------------------------------- /AtCoder/ABC171/C.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC171/C.hs -------------------------------------------------------------------------------- /AtCoder/ABC172/A.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC172/A.fsx -------------------------------------------------------------------------------- /AtCoder/ABC172/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC172/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC172/C.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC172/C.fsx -------------------------------------------------------------------------------- /AtCoder/ABC173/A.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC173/A.fsx -------------------------------------------------------------------------------- /AtCoder/ABC173/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC173/B.fsx -------------------------------------------------------------------------------- /AtCoder/ABC285/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC285/A.md -------------------------------------------------------------------------------- /AtCoder/ABC285/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC285/B.md -------------------------------------------------------------------------------- /AtCoder/ABC285/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ABC285/C.md -------------------------------------------------------------------------------- /AtCoder/AGC003/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC003/B.md -------------------------------------------------------------------------------- /AtCoder/AGC005/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC005/A.md -------------------------------------------------------------------------------- /AtCoder/AGC007/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC007/A3.hs -------------------------------------------------------------------------------- /AtCoder/AGC007/A4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC007/A4.hs -------------------------------------------------------------------------------- /AtCoder/AGC008/A2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC008/A2.hs -------------------------------------------------------------------------------- /AtCoder/AGC008/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC008/A3.hs -------------------------------------------------------------------------------- /AtCoder/AGC008/A4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC008/A4.hs -------------------------------------------------------------------------------- /AtCoder/AGC008/A5.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC008/A5.hs -------------------------------------------------------------------------------- /AtCoder/AGC009/A2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC009/A2.hs -------------------------------------------------------------------------------- /AtCoder/AGC009/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC009/A3.hs -------------------------------------------------------------------------------- /AtCoder/AGC011/A2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC011/A2.hs -------------------------------------------------------------------------------- /AtCoder/AGC011/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC011/A3.hs -------------------------------------------------------------------------------- /AtCoder/AGC011/A4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC011/A4.hs -------------------------------------------------------------------------------- /AtCoder/AGC011/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC011/B.md -------------------------------------------------------------------------------- /AtCoder/AGC014/A.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC014/A.fsx -------------------------------------------------------------------------------- /AtCoder/AGC014/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC014/B.md -------------------------------------------------------------------------------- /AtCoder/AGC015/B1.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC015/B1.hs -------------------------------------------------------------------------------- /AtCoder/AGC015/B2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC015/B2.hs -------------------------------------------------------------------------------- /AtCoder/AGC015/B3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC015/B3.hs -------------------------------------------------------------------------------- /AtCoder/AGC015/B4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC015/B4.hs -------------------------------------------------------------------------------- /AtCoder/AGC016/A1.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC016/A1.hs -------------------------------------------------------------------------------- /AtCoder/AGC016/A2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC016/A2.hs -------------------------------------------------------------------------------- /AtCoder/AGC016/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC016/A3.hs -------------------------------------------------------------------------------- /AtCoder/AGC017/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC017/A3.hs -------------------------------------------------------------------------------- /AtCoder/AGC017/A4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC017/A4.hs -------------------------------------------------------------------------------- /AtCoder/AGC017/A5.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC017/A5.hs -------------------------------------------------------------------------------- /AtCoder/AGC018/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC018/A.md -------------------------------------------------------------------------------- /AtCoder/AGC023/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC023/A.md -------------------------------------------------------------------------------- /AtCoder/AGC028/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC028/A3.hs -------------------------------------------------------------------------------- /AtCoder/AGC028/A4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC028/A4.hs -------------------------------------------------------------------------------- /AtCoder/AGC028/A5.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC028/A5.hs -------------------------------------------------------------------------------- /AtCoder/AGC033/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC033/A.md -------------------------------------------------------------------------------- /AtCoder/AGC034/A2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC034/A2.hs -------------------------------------------------------------------------------- /AtCoder/AGC034/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC034/A3.hs -------------------------------------------------------------------------------- /AtCoder/AGC034/A4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC034/A4.hs -------------------------------------------------------------------------------- /AtCoder/AGC034/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC034/B.md -------------------------------------------------------------------------------- /AtCoder/AGC036/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC036/A.md -------------------------------------------------------------------------------- /AtCoder/AGC043/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC043/A.md -------------------------------------------------------------------------------- /AtCoder/AGC045/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC045/B.fsx -------------------------------------------------------------------------------- /AtCoder/AGC046/A.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC046/A.fsx -------------------------------------------------------------------------------- /AtCoder/AGC046/B.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC046/B.fsx -------------------------------------------------------------------------------- /AtCoder/AGC048/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/AGC048/A.md -------------------------------------------------------------------------------- /AtCoder/APC001/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/APC001/B.md -------------------------------------------------------------------------------- /AtCoder/APC001/C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/APC001/C.md -------------------------------------------------------------------------------- /AtCoder/ARC017/A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC017/A.cpp -------------------------------------------------------------------------------- /AtCoder/ARC017/A.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC017/A.fsx -------------------------------------------------------------------------------- /AtCoder/ARC058/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC058/A.md -------------------------------------------------------------------------------- /AtCoder/ARC061/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC061/A.md -------------------------------------------------------------------------------- /AtCoder/ARC067/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC067/A.md -------------------------------------------------------------------------------- /AtCoder/ARC067/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC067/B.md -------------------------------------------------------------------------------- /AtCoder/ARC068/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC068/B.md -------------------------------------------------------------------------------- /AtCoder/ARC069/A1.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC069/A1.hs -------------------------------------------------------------------------------- /AtCoder/ARC070/A1.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC070/A1.hs -------------------------------------------------------------------------------- /AtCoder/ARC070/A2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC070/A2.hs -------------------------------------------------------------------------------- /AtCoder/ARC070/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC070/A3.hs -------------------------------------------------------------------------------- /AtCoder/ARC071/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC071/A3.hs -------------------------------------------------------------------------------- /AtCoder/ARC071/A4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC071/A4.hs -------------------------------------------------------------------------------- /AtCoder/ARC071/A5.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC071/A5.hs -------------------------------------------------------------------------------- /AtCoder/ARC077/A1.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC077/A1.hs -------------------------------------------------------------------------------- /AtCoder/ARC077/A2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC077/A2.hs -------------------------------------------------------------------------------- /AtCoder/ARC077/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC077/A3.hs -------------------------------------------------------------------------------- /AtCoder/ARC077/A4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC077/A4.hs -------------------------------------------------------------------------------- /AtCoder/ARC077/A5.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC077/A5.hs -------------------------------------------------------------------------------- /AtCoder/ARC078/A2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC078/A2.hs -------------------------------------------------------------------------------- /AtCoder/ARC078/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC078/A3.hs -------------------------------------------------------------------------------- /AtCoder/ARC078/A4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC078/A4.hs -------------------------------------------------------------------------------- /AtCoder/ARC078/A5.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC078/A5.hs -------------------------------------------------------------------------------- /AtCoder/ARC079/A2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC079/A2.hs -------------------------------------------------------------------------------- /AtCoder/ARC079/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC079/A3.hs -------------------------------------------------------------------------------- /AtCoder/ARC079/A4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC079/A4.hs -------------------------------------------------------------------------------- /AtCoder/ARC079/A5.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC079/A5.hs -------------------------------------------------------------------------------- /AtCoder/ARC080/D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC080/D.md -------------------------------------------------------------------------------- /AtCoder/ARC081/A2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC081/A2.hs -------------------------------------------------------------------------------- /AtCoder/ARC082/B3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC082/B3.hs -------------------------------------------------------------------------------- /AtCoder/ARC082/B4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC082/B4.hs -------------------------------------------------------------------------------- /AtCoder/ARC082/B5.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC082/B5.hs -------------------------------------------------------------------------------- /AtCoder/ARC082/B6.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC082/B6.hs -------------------------------------------------------------------------------- /AtCoder/ARC082/B7.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC082/B7.hs -------------------------------------------------------------------------------- /AtCoder/ARC084/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC084/A.md -------------------------------------------------------------------------------- /AtCoder/ARC087/A2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC087/A2.hs -------------------------------------------------------------------------------- /AtCoder/ARC087/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC087/A3.hs -------------------------------------------------------------------------------- /AtCoder/ARC087/A4.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC087/A4.hs -------------------------------------------------------------------------------- /AtCoder/ARC091/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC091/B.md -------------------------------------------------------------------------------- /AtCoder/ARC093/A2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC093/A2.hs -------------------------------------------------------------------------------- /AtCoder/ARC093/A3.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC093/A3.hs -------------------------------------------------------------------------------- /AtCoder/ARC095/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC095/B.md -------------------------------------------------------------------------------- /AtCoder/ARC102/A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/ARC102/A.md -------------------------------------------------------------------------------- /AtCoder/DP/A00.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A00.fsx -------------------------------------------------------------------------------- /AtCoder/DP/A000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A000.md -------------------------------------------------------------------------------- /AtCoder/DP/A02.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A02.fsx -------------------------------------------------------------------------------- /AtCoder/DP/A03.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A03.fsx -------------------------------------------------------------------------------- /AtCoder/DP/A04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A04.hs -------------------------------------------------------------------------------- /AtCoder/DP/A05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A05.hs -------------------------------------------------------------------------------- /AtCoder/DP/A06.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A06.hs -------------------------------------------------------------------------------- /AtCoder/DP/A07.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A07.hs -------------------------------------------------------------------------------- /AtCoder/DP/A08.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A08.hs -------------------------------------------------------------------------------- /AtCoder/DP/A09.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A09.hs -------------------------------------------------------------------------------- /AtCoder/DP/A10.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A10.hs -------------------------------------------------------------------------------- /AtCoder/DP/A12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A12.py -------------------------------------------------------------------------------- /AtCoder/DP/A14.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A14.ml -------------------------------------------------------------------------------- /AtCoder/DP/A15.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A15.ml -------------------------------------------------------------------------------- /AtCoder/DP/A16.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A16.ml -------------------------------------------------------------------------------- /AtCoder/DP/A17.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/A17.ml -------------------------------------------------------------------------------- /AtCoder/DP/B00.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/B00.fsx -------------------------------------------------------------------------------- /AtCoder/DP/B000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/B000.md -------------------------------------------------------------------------------- /AtCoder/DP/B03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/B03.hs -------------------------------------------------------------------------------- /AtCoder/DP/B04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/B04.hs -------------------------------------------------------------------------------- /AtCoder/DP/B05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/B05.hs -------------------------------------------------------------------------------- /AtCoder/DP/B06.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/B06.hs -------------------------------------------------------------------------------- /AtCoder/DP/C00.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/C00.fsx -------------------------------------------------------------------------------- /AtCoder/DP/C000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/C000.md -------------------------------------------------------------------------------- /AtCoder/DP/C02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/C02.hs -------------------------------------------------------------------------------- /AtCoder/DP/C03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/C03.hs -------------------------------------------------------------------------------- /AtCoder/DP/C04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/C04.hs -------------------------------------------------------------------------------- /AtCoder/DP/C05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/C05.hs -------------------------------------------------------------------------------- /AtCoder/DP/C06.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/C06.hs -------------------------------------------------------------------------------- /AtCoder/DP/C07.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/C07.hs -------------------------------------------------------------------------------- /AtCoder/DP/D00.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/D00.fsx -------------------------------------------------------------------------------- /AtCoder/DP/D000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/D000.md -------------------------------------------------------------------------------- /AtCoder/DP/D03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/D03.hs -------------------------------------------------------------------------------- /AtCoder/DP/D04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/D04.hs -------------------------------------------------------------------------------- /AtCoder/DP/D05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/D05.hs -------------------------------------------------------------------------------- /AtCoder/DP/D06.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/D06.hs -------------------------------------------------------------------------------- /AtCoder/DP/D07.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/D07.hs -------------------------------------------------------------------------------- /AtCoder/DP/D08.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/D08.hs -------------------------------------------------------------------------------- /AtCoder/DP/D09.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/D09.fsx -------------------------------------------------------------------------------- /AtCoder/DP/D10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/D10.py -------------------------------------------------------------------------------- /AtCoder/DP/E00.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/E00.fsx -------------------------------------------------------------------------------- /AtCoder/DP/E000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/E000.md -------------------------------------------------------------------------------- /AtCoder/DP/E01.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/E01.fsx -------------------------------------------------------------------------------- /AtCoder/DP/E03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/E03.hs -------------------------------------------------------------------------------- /AtCoder/DP/E04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/E04.hs -------------------------------------------------------------------------------- /AtCoder/DP/E05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/E05.hs -------------------------------------------------------------------------------- /AtCoder/DP/E06.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/E06.hs -------------------------------------------------------------------------------- /AtCoder/DP/E07.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/E07.hs -------------------------------------------------------------------------------- /AtCoder/DP/F000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/F000.md -------------------------------------------------------------------------------- /AtCoder/DP/F02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/F02.hs -------------------------------------------------------------------------------- /AtCoder/DP/F03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/F03.hs -------------------------------------------------------------------------------- /AtCoder/DP/F04.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/F04.fsx -------------------------------------------------------------------------------- /AtCoder/DP/F05.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/F05.fsx -------------------------------------------------------------------------------- /AtCoder/DP/F06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/F06.py -------------------------------------------------------------------------------- /AtCoder/DP/G000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G000.md -------------------------------------------------------------------------------- /AtCoder/DP/G02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G02.hs -------------------------------------------------------------------------------- /AtCoder/DP/G03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G03.hs -------------------------------------------------------------------------------- /AtCoder/DP/G04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G04.hs -------------------------------------------------------------------------------- /AtCoder/DP/G05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G05.hs -------------------------------------------------------------------------------- /AtCoder/DP/G06.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G06.hs -------------------------------------------------------------------------------- /AtCoder/DP/G07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G07.py -------------------------------------------------------------------------------- /AtCoder/DP/G08.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G08.ml -------------------------------------------------------------------------------- /AtCoder/DP/G09.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G09.ml -------------------------------------------------------------------------------- /AtCoder/DP/G10.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G10.ml -------------------------------------------------------------------------------- /AtCoder/DP/G11.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G11.hs -------------------------------------------------------------------------------- /AtCoder/DP/G12.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G12.ml -------------------------------------------------------------------------------- /AtCoder/DP/G13.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/G13.hs -------------------------------------------------------------------------------- /AtCoder/DP/H00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/H00.md -------------------------------------------------------------------------------- /AtCoder/DP/H02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/H02.ml -------------------------------------------------------------------------------- /AtCoder/DP/H03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/H03.hs -------------------------------------------------------------------------------- /AtCoder/DP/H04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/H04.hs -------------------------------------------------------------------------------- /AtCoder/DP/H05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/H05.hs -------------------------------------------------------------------------------- /AtCoder/DP/H06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/H06.py -------------------------------------------------------------------------------- /AtCoder/DP/H07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/H07.py -------------------------------------------------------------------------------- /AtCoder/DP/I00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/I00.md -------------------------------------------------------------------------------- /AtCoder/DP/I02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/I02.ml -------------------------------------------------------------------------------- /AtCoder/DP/I03.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/I03.ml -------------------------------------------------------------------------------- /AtCoder/DP/I04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/I04.hs -------------------------------------------------------------------------------- /AtCoder/DP/I05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/I05.hs -------------------------------------------------------------------------------- /AtCoder/DP/I06.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/I06.hs -------------------------------------------------------------------------------- /AtCoder/DP/I07.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/I07.hs -------------------------------------------------------------------------------- /AtCoder/DP/I08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/I08.py -------------------------------------------------------------------------------- /AtCoder/DP/I09.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/I09.ml -------------------------------------------------------------------------------- /AtCoder/DP/J00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/J00.md -------------------------------------------------------------------------------- /AtCoder/DP/J02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/J02.ml -------------------------------------------------------------------------------- /AtCoder/DP/J03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/J03.hs -------------------------------------------------------------------------------- /AtCoder/DP/K00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/K00.md -------------------------------------------------------------------------------- /AtCoder/DP/K02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/K02.ml -------------------------------------------------------------------------------- /AtCoder/DP/K03.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/K03.ml -------------------------------------------------------------------------------- /AtCoder/DP/K04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/K04.hs -------------------------------------------------------------------------------- /AtCoder/DP/K05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/K05.hs -------------------------------------------------------------------------------- /AtCoder/DP/K06.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/K06.hs -------------------------------------------------------------------------------- /AtCoder/DP/K07.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/K07.hs -------------------------------------------------------------------------------- /AtCoder/DP/K08.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/K08.hs -------------------------------------------------------------------------------- /AtCoder/DP/L00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/L00.md -------------------------------------------------------------------------------- /AtCoder/DP/L02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/L02.ml -------------------------------------------------------------------------------- /AtCoder/DP/L03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/L03.hs -------------------------------------------------------------------------------- /AtCoder/DP/L04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/L04.hs -------------------------------------------------------------------------------- /AtCoder/DP/M00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/M00.md -------------------------------------------------------------------------------- /AtCoder/DP/M02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/M02.ml -------------------------------------------------------------------------------- /AtCoder/DP/M03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/M03.hs -------------------------------------------------------------------------------- /AtCoder/DP/N00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/N00.md -------------------------------------------------------------------------------- /AtCoder/DP/N02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/N02.ml -------------------------------------------------------------------------------- /AtCoder/DP/N03.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/N03.ml -------------------------------------------------------------------------------- /AtCoder/DP/N04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/N04.hs -------------------------------------------------------------------------------- /AtCoder/DP/N05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/N05.hs -------------------------------------------------------------------------------- /AtCoder/DP/O00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/O00.md -------------------------------------------------------------------------------- /AtCoder/DP/O02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/O02.ml -------------------------------------------------------------------------------- /AtCoder/DP/O03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/O03.hs -------------------------------------------------------------------------------- /AtCoder/DP/O04.csx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/O04.csx -------------------------------------------------------------------------------- /AtCoder/DP/O05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/O05.py -------------------------------------------------------------------------------- /AtCoder/DP/P00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/P00.md -------------------------------------------------------------------------------- /AtCoder/DP/P02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/P02.ml -------------------------------------------------------------------------------- /AtCoder/DP/P03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/P03.hs -------------------------------------------------------------------------------- /AtCoder/DP/P04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/P04.hs -------------------------------------------------------------------------------- /AtCoder/DP/P05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/P05.py -------------------------------------------------------------------------------- /AtCoder/DP/P06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/P06.py -------------------------------------------------------------------------------- /AtCoder/DP/P07.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/P07.ml -------------------------------------------------------------------------------- /AtCoder/DP/Q00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/Q00.md -------------------------------------------------------------------------------- /AtCoder/DP/Q02.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/Q02.ml -------------------------------------------------------------------------------- /AtCoder/DP/Q03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/Q03.hs -------------------------------------------------------------------------------- /AtCoder/DP/Q04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/Q04.py -------------------------------------------------------------------------------- /AtCoder/DP/R00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/R00.md -------------------------------------------------------------------------------- /AtCoder/DP/R02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/R02.hs -------------------------------------------------------------------------------- /AtCoder/DP/R03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/R03.py -------------------------------------------------------------------------------- /AtCoder/DP/R04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/R04.py -------------------------------------------------------------------------------- /AtCoder/DP/S00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/S00.md -------------------------------------------------------------------------------- /AtCoder/DP/S03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/S03.hs -------------------------------------------------------------------------------- /AtCoder/DP/S04.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/S04.js -------------------------------------------------------------------------------- /AtCoder/DP/S05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/S05.py -------------------------------------------------------------------------------- /AtCoder/DP/S06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/S06.py -------------------------------------------------------------------------------- /AtCoder/DP/T00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/T00.md -------------------------------------------------------------------------------- /AtCoder/DP/T03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/T03.hs -------------------------------------------------------------------------------- /AtCoder/DP/T04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/T04.py -------------------------------------------------------------------------------- /AtCoder/DP/T05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/T05.py -------------------------------------------------------------------------------- /AtCoder/DP/T06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/T06.py -------------------------------------------------------------------------------- /AtCoder/DP/U00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/U00.md -------------------------------------------------------------------------------- /AtCoder/DP/U03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/U03.hs -------------------------------------------------------------------------------- /AtCoder/DP/U04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/U04.py -------------------------------------------------------------------------------- /AtCoder/DP/U05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/U05.py -------------------------------------------------------------------------------- /AtCoder/DP/U06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/U06.py -------------------------------------------------------------------------------- /AtCoder/DP/U07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/U07.py -------------------------------------------------------------------------------- /AtCoder/DP/V00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/V00.md -------------------------------------------------------------------------------- /AtCoder/DP/V03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/V03.hs -------------------------------------------------------------------------------- /AtCoder/DP/V04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/V04.py -------------------------------------------------------------------------------- /AtCoder/DP/V05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/V05.py -------------------------------------------------------------------------------- /AtCoder/DP/V06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/V06.py -------------------------------------------------------------------------------- /AtCoder/DP/V07.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/V07.cpp -------------------------------------------------------------------------------- /AtCoder/DP/V08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/V08.py -------------------------------------------------------------------------------- /AtCoder/DP/W00_TODO.fsx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AtCoder/DP/X00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/X00.md -------------------------------------------------------------------------------- /AtCoder/DP/X02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/X02.py -------------------------------------------------------------------------------- /AtCoder/DP/Y02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/Y02.py -------------------------------------------------------------------------------- /AtCoder/DP/Z02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/Z02.py -------------------------------------------------------------------------------- /AtCoder/DP/Z03.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/Z03.rb -------------------------------------------------------------------------------- /AtCoder/DP/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/DP/readme.md -------------------------------------------------------------------------------- /AtCoder/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/AtCoder/readme.md -------------------------------------------------------------------------------- /Book-AlgorithmsAndDataStructuresForProgrammingContests/P082ALDS1_3_A-Stack/sample1.txt: -------------------------------------------------------------------------------- 1 | 1 2 + 3 4 - * 2 | -------------------------------------------------------------------------------- /Book-AlgorithmsAndDataStructuresForProgrammingContests/P132SortByStdLib/vectorIterator.txt: -------------------------------------------------------------------------------- 1 | 2 0 1 4 2 | -------------------------------------------------------------------------------- /Book-AlgorithmsAndDataStructuresForProgrammingContests/P146ALDS1_5_C-KochCurve/sample1.txt: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /Book-AlgorithmsAndDataStructuresForProgrammingContests/P249ALDS1_10_A-FibonacciNumber/sample1.txt: -------------------------------------------------------------------------------- 1 | 3 2 | -------------------------------------------------------------------------------- /Book-AlgorithmsAndDataStructuresForProgrammingContests/cpp/046_01.txt: -------------------------------------------------------------------------------- 1 | 3 2 | 4 3 | 3 4 | 2 5 | -------------------------------------------------------------------------------- /Book-AlgorithmsAndDataStructuresForProgrammingContests/cpp/055.txt: -------------------------------------------------------------------------------- 1 | 6 2 | 5 2 4 6 1 3 3 | -------------------------------------------------------------------------------- /Book-AlgorithmsAndDataStructuresForProgrammingContests/cpp/060.txt: -------------------------------------------------------------------------------- 1 | 5 2 | 5 3 2 4 1 3 | -------------------------------------------------------------------------------- /Book-AlgorithmsAndDataStructuresForProgrammingContests/cpp/065.txt: -------------------------------------------------------------------------------- 1 | 6 2 | 5 6 4 2 1 3 3 | -------------------------------------------------------------------------------- /Book-AlgorithmsAndDataStructuresForProgrammingContests/cpp/070.txt: -------------------------------------------------------------------------------- 1 | 5 2 | H4 C9 S4 D2 C3 3 | -------------------------------------------------------------------------------- /Book-AlgorithmsAndDataStructuresForProgrammingContests/cpp/074.txt: -------------------------------------------------------------------------------- 1 | 5 2 | 5 3 | 1 4 | 4 5 | 3 6 | 2 7 | -------------------------------------------------------------------------------- /Book-AlgorithmsAndDataStructuresForProgrammingContests/haskell/.gitignore: -------------------------------------------------------------------------------- 1 | .stack-work/ 2 | *~ -------------------------------------------------------------------------------- /Cargo.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/Cargo.lock -------------------------------------------------------------------------------- /Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/Cargo.toml -------------------------------------------------------------------------------- /DataStructures/RabhiLapalme/TableByArray.fsx: -------------------------------------------------------------------------------- 1 | // TODO Rabhi-Lapalme, P.99 2 | -------------------------------------------------------------------------------- /Library/AtCoder.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/Library/AtCoder.fsx -------------------------------------------------------------------------------- /Library/CpsTr.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/Library/CpsTr.fsx -------------------------------------------------------------------------------- /Library/File.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/Library/File.fsx -------------------------------------------------------------------------------- /Library/Graph.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/Library/Graph.fsx -------------------------------------------------------------------------------- /Library/Math.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/Library/Math.fsx -------------------------------------------------------------------------------- /Library/Regex.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/Library/Regex.fsx -------------------------------------------------------------------------------- /MyLectureJP/.gitignore: -------------------------------------------------------------------------------- 1 | *.ipynb 2 | -------------------------------------------------------------------------------- /MyLectureJP/001_introduction.fsx: -------------------------------------------------------------------------------- 1 | // # イントロダクション 2 | -------------------------------------------------------------------------------- /phasetr.rs: -------------------------------------------------------------------------------- 1 | fn main() { 2 | println!("{:?}", "TEST"); 3 | } 4 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phasetr/AlgorithmsAndDataStructureByFSharp/HEAD/readme.md --------------------------------------------------------------------------------