https://git.dkl9.net/dost/tree/69932647332b8758a5a30a0aef2b99d8a2cc3debRecent commits to dost (69932647332b8758a5a30a0aef2b99d8a2cc3deb)2025-07-23T13:20:45-04:00tag:gitlist.org,2012:commit/69932647332b8758a5a30a0aef2b99d8a2cc3debAdd LICENSE and trivially reorganise2025-07-23T13:20:45-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/9963a5c3a13263b7f1a905f59ab35a1627c8540bDocument dost and add -i flag2025-07-23T00:58:58-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/0293ff56c44140aa755b098430052226af367fe0Re-tweak cost function2025-07-22T23:33:57-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/8a7c50e49fcacc14342443b63293872f0457190eClarify and clean up into a command-line tool dost2025-07-22T23:17:21-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/fd092493f5ea97a9250f9298e1d867a5b76e4da8Add min_depth metric to cost2025-07-22T21:09:02-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/fd1af194b40b6e25b4aa50f9d7c60696ad543859Make trie method way faster via "caching"2025-07-22T20:54:00-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/3d916e3482a0da879ff9a3da34ec346f149fa720Remake trie.py using tokens instead of substrings2025-07-21T00:09:44-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/d6c605cc6ef8385bc7e6ecc3344970fbfdcd07cbRefine trie.py by advice of GPT2025-07-16T02:16:19-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/d86250a5a63b4c470db9bee306647a9932f3dac8Refine trie method into a basic tool2025-07-16T01:42:57-04:00dkl9contact@dkl9.net
<pre>trie.py is faster than all methods in main.py on large inputs,
and is about O(n log n) overall.
</pre>
tag:gitlist.org,2012:commit/0f4f8f802240ca6459a121afd8eaf77ddcc4561dImplement trie-based method that may be very fast2025-07-15T22:52:18-04:00dkl9contact@dkl9.net
<pre></pre>