From 2a9ae79fe4ec619c051c6bb1f78eaef0961440c5 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Sun, 2 Apr 2023 10:49:48 +0300 Subject: [PATCH] m --- child/info/thematical/dynamic-programming/sequences.txt | 7 +++++++ db/sql/postgres/feature/cfg/work-mem.txt | 4 ++++ os/unix/admin/systemd/docs/articles.txt | 2 ++ 3 files changed, 13 insertions(+) create mode 100644 child/info/thematical/dynamic-programming/sequences.txt create mode 100644 db/sql/postgres/feature/cfg/work-mem.txt diff --git a/child/info/thematical/dynamic-programming/sequences.txt b/child/info/thematical/dynamic-programming/sequences.txt new file mode 100644 index 000000000..412235657 --- /dev/null +++ b/child/info/thematical/dynamic-programming/sequences.txt @@ -0,0 +1,7 @@ +max common subsequence +https://neerc.ifmo.ru/wiki/index.php?title=%D0%97%D0%B0%D0%B4%D0%B0%D1%87%D0%B0_%D0%BE_%D0%BD%D0%B0%D0%B8%D0%B1%D0%BE%D0%BB%D1%8C%D1%88%D0%B5%D0%B9_%D0%BE%D0%B1%D1%89%D0%B5%D0%B9_%D0%BF%D0%BE%D0%B4%D0%BF%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BE%D0%B2%D0%B0%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D0%BE%D1%81%D1%82%D0%B8 + +2017 +https://users.math-cs.spbu.ru/~okhotin/teaching/tcs2_2017/okhotin_tcs2_2017_l3.pdf +2012 +https://habr.com/ru/post/142825/ diff --git a/db/sql/postgres/feature/cfg/work-mem.txt b/db/sql/postgres/feature/cfg/work-mem.txt new file mode 100644 index 000000000..c4fdb429f --- /dev/null +++ b/db/sql/postgres/feature/cfg/work-mem.txt @@ -0,0 +1,4 @@ +https://www.postgresql.org/docs/15/runtime-config-resource.html#GUC-WORK-MEM + +2021 +https://www.elephantsql.com/blog/what-is-work_mem-in-postgresql.html diff --git a/os/unix/admin/systemd/docs/articles.txt b/os/unix/admin/systemd/docs/articles.txt index a09720a61..a7b2b2e92 100644 --- a/os/unix/admin/systemd/docs/articles.txt +++ b/os/unix/admin/systemd/docs/articles.txt @@ -1,3 +1,5 @@ +2023 +https://faun.pub/systemctl-command-detailed-explanation-and-use-tutorial-504306cdd4a8 2021 https://seb.jambor.dev/posts/systemd-by-example-part-1-minimization/ https://habr.com/ru/post/536040/