-
For greedy lexer `/aaa/`, `/a+b+z/`, `/b+x/` we will not be able to sample string `aaabbx` even though it would be in some sense "valid".
We start with all three lexemes as possible, after first `a` …
-
### Port, board and/or hardware
Arduino Nano ESP32 or MicroPython WASM
### MicroPython version
MicroPython v1.24.0
### Reproduction
```python
import json
b = "b"
# throws
f'f{json.dumps(f…
-
Proof is described at https://teorth.github.io/equational_theories/blueprint/1729-chapter.html . Proof can go in the `ManuallyProven` folder.
When done, update `ManuallyProven.lean` and `Conjectur…
-
Hi, I am very interested in your code and thank you for making Dr. Zhao's course available as code for us to study.
I have a question in the code in e_greedy_MC. When calculating the state value in…
-
See [this discussion](https://leanprover.zulipchat.com/#narrow/channel/458659-Equational/topic/Equation.20879.20!.3D.3E.204065) for the proof.
The formal proof can go in the `ManuallyProved` fold…
-
### LeetCode Username
ALBERTBOLT
### Problem Number, Title, and Link
2064. Minimized Maximum of Products Distributed to Any Store https://leetcode.com/problems/minimized-maximum-of-products-distrib…
-
The proof can be found in https://teorth.github.io/equational_theories/blueprint/infinite-magma-constructions-chapter.html#dupont-section . See also https://leanprover.zulipchat.com/#narrow/channel/4…
-
### Type of Edit (select all that apply)
Add new content (definitions, codeblocks, etc.)
### Description (optional)
We would like to edit the `Greedy Algorithm` concept entry under AI. The entry li…
-
#### Describe the bug
My server gets stuck swapping when trying to generate a lot of image previews in a browser.
#### Hypothesis
- from poking around I see `$PHP_FPM_MAX_CHILDREN` is set in …
-
### Link to the code that reproduces this issue
https://github.com/khuezy/next-modal-bug
### To Reproduce
1. npm install
2. npm run dev
3. Go to localhost:3000/gallery
4. Click on /gallery…