Compare commits

..

40 commits

Author SHA1 Message Date
Bruno BELANYI 9208b4b874 nix: bump inputs
Some checks failed
ci/woodpecker/push/deploy/2 Pipeline failed
2024-08-10 11:56:04 +01:00
Bruno BELANYI 11db5a27b9 Add Reservoir Sampling post 2024-08-10 11:56:04 +01:00
Bruno BELANYI cc4440c946 Add Treap Revisited post 2024-08-10 11:56:04 +01:00
Bruno BELANYI 7bc3d5c18f posts: reservoir-sampling: add k-element sampling 2024-08-10 11:56:04 +01:00
Bruno BELANYI 806772d883 posts: gap-buffer: fix typo 2024-08-10 11:56:04 +01:00
Bruno BELANYI 883f0e7e9b posts: treap: add removal 2024-08-10 11:56:04 +01:00
Bruno BELANYI 9ff4a07c9b posts: reservoir-sampling: add one-element sample 2024-08-10 11:56:04 +01:00
Bruno BELANYI eff8152307 posts: union-find: fix typo 2024-08-10 11:56:04 +01:00
Bruno BELANYI 652fe81c41 posts: treap-revisited: add insertion 2024-08-10 11:56:04 +01:00
Bruno BELANYI 3605445bcf posts: add 'reservoir-sampling' 2024-08-10 11:56:04 +01:00
Bruno BELANYI 476322a627 Add Treap post 2024-08-10 11:56:04 +01:00
Bruno BELANYI 0798812f86 posts: treap: add merge 2024-08-10 11:56:04 +01:00
Bruno BELANYI cd24e9692a markdownlint: relax duplicate header check 2024-08-10 11:56:04 +01:00
Bruno BELANYI 5a233e7384 layouts: add Mermaid support
Similar to Graphviz and TikZ support.
2024-08-10 11:56:04 +01:00
Bruno BELANYI dea81f1859 posts: treap: add insertion 2024-08-10 11:56:04 +01:00
Bruno BELANYI d33247b786 posts: treap-revisited: add split 2024-08-10 11:56:04 +01:00
Bruno BELANYI 62cd0759cf config: enable MathJax 2024-08-10 11:56:04 +01:00
Bruno BELANYI 87ef9dd38c layouts: add Graphviz support
Similar to TikZ support.
2024-08-10 11:56:04 +01:00
Bruno BELANYI 2eaa9c4329 posts: treap: add search 2024-08-10 11:56:04 +01:00
Bruno BELANYI 19b535ce49 posts: treap-revisited: add implementation 2024-08-10 11:56:04 +01:00
Bruno BELANYI a6bbb10098 layouts: tikz: allow using file input
Makes it easier to handle big diagrams.
2024-08-10 11:56:04 +01:00
Bruno BELANYI e842737cb6 posts: treap: add construction 2024-08-10 11:56:04 +01:00
Bruno BELANYI 21fbc24e02 posts: add 'treap-revisited' 2024-08-10 11:56:04 +01:00
Bruno BELANYI 879b671332 Add Bloom Filter post 2024-08-10 11:56:04 +01:00
Bruno BELANYI 9ff51fe82e posts: treap: add presentation 2024-08-10 11:56:04 +01:00
Bruno BELANYI 9ef33b7ff8 Add Gap Buffer post 2024-08-10 11:56:04 +01:00
Bruno BELANYI c97d83d883 posts: bloom-filter: add lookup 2024-08-10 11:56:04 +01:00
Bruno BELANYI 768acac4ae posts: add treap 2024-08-10 11:56:04 +01:00
Bruno BELANYI e8acb49b53 posts: gap-buffer: add movement 2024-08-10 11:56:04 +01:00
Bruno BELANYI 114ca1de50 posts: bloom-filter: add insertion 2024-08-10 11:56:04 +01:00
Bruno BELANYI 11138dafd1 posts: gap-buffer: add deletion 2024-08-10 11:56:04 +01:00
Bruno BELANYI 84ce6ea494 posts: bloom-filter: add construction 2024-08-10 11:56:04 +01:00
Bruno BELANYI dbbcd528c3 posts: gap-buffer: add insertion 2024-08-10 11:56:04 +01:00
Bruno BELANYI 4abcd27ee7 posts: bloom-filter: add presentation 2024-08-10 11:56:04 +01:00
Bruno BELANYI 06c4a03a42 posts: gap-buffer: add growth 2024-08-10 11:56:04 +01:00
Bruno BELANYI 4da83c9716 posts: add bloom-filter 2024-08-10 11:56:04 +01:00
Bruno BELANYI 408b74daf7 posts: gap-buffer: add accessors 2024-08-10 11:56:04 +01:00
Bruno BELANYI a9f003f4ee posts: gap-buffer: add construction 2024-08-10 11:56:04 +01:00
Bruno BELANYI 51a1bd01cd posts: gap-buffer: add presentation 2024-08-10 11:56:04 +01:00
Bruno BELANYI f2fa93ad8b posts: add gap-buffer 2024-08-10 11:56:04 +01:00
5 changed files with 9 additions and 9 deletions

View file

@ -4,13 +4,13 @@ date: 2024-07-06T21:27:19+01:00
draft: false # I don't care for draft mode, git has branches for that
description: "As featured in GNU Emacs"
tags:
- algorithms
- data structures
- python
- algorithms
- data structures
- python
categories:
- programming
- programming
series:
- Cool algorithms
- Cool algorithms
favorite: false
disable_feed: false
---

View file

@ -10,7 +10,7 @@ tags:
categories:
- programming
series:
- Cool algorithms
- Cool algorithms
favorite: false
disable_feed: false
---

View file

@ -10,7 +10,7 @@ tags:
categories:
- programming
series:
- Cool algorithms
- Cool algorithms
favorite: false
disable_feed: false
graphviz: true

View file

@ -10,7 +10,7 @@ tags:
categories:
- programming
series:
- Cool algorithms
- Cool algorithms
favorite: false
disable_feed: false
---

View file

@ -9,7 +9,7 @@ tags:
categories:
- programming
series:
- Cool algorithms
- Cool algorithms
favorite: false
disable_feed: false
mathjax: true