aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2023-01-08 17:23:10 +0100
committerJan Sucan <jan@jansucan.com>2023-01-08 17:23:10 +0100
commite56b7d864a77a533d0ce98e4d2dae62bd40f9274 (patch)
tree4a463b76397755ecac0beceffa9ae90ffe9b978e
parent0d573e0f36e4361aa66d713c477ae0e8db6bceb3 (diff)
README.md: Adjust note about the frozen projectmaster
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa55692..d479da0 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
+***
+
+**This is a frozen project. It is intended to provide authentic snapshot of the
+history with all the good things and all the things that could be improved.**
+
+***
+
# knapsack-solver
This is command-line utility for solving 0/1 knapsack problem
using branch-and-bound method, dynamic programming, simple heuristic